Revision [1448]

Last edited on 2010-06-03 11:19:27 by DavidLee
Additions:
[[CommandXquote]]
Deletions:
Example
xquote -n <[ <foo>bar</foo> ]> >{var}
xecho <[ <elem>{$var}</elem> ]>
<elem><foo>bar</foo></elem>
var=<[ <foo>bar</foo> ]>
xtype $var $<(xquote $var)
echo $<(xquote $var)
xecho $<(xquote $var)
Result:
element()
xs:string
<foo>bar</foo>
Note that xquote used in combination with [[CommandXecho xecho]] will XML Encode the result, wherase using [[CommandEcho echo]] will not.
[[CommandXunquote]]


Revision [1447]

The oldest known version of this page was created on 2010-06-03 10:22:24 by DavidLee
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki