2 Jun
2011
2 Jun
'11
9:52 p.m.
Hi, Am 02.06.2011 19:06, schrieb augras philippe:
The XML source is translated to a litteral string .... [...] By the way , what is the reversed operation that read attribut to XML structure .
That can be done with the function fn:parse-xml(...):
parse-xml('<NodeX></NodeX>') ==> <NodeX/>
Cheers, Leo