[xquery-talk] how to construct XML via strings

Maxim Grinev maxim at grinev.net
Mon Oct 2 16:46:09 PDT 2006


Hi all,

we need to construct XML fragments using string (not element constructors).
Please note in our application we cannot use element constructors.

For example:

("<a>","123","</a>")

When it is serialized, < and > are replaced with &lt; and &gt; respectively.

Is there any way to construct XML using strings?

Best regards,
Maxim Grinev







More information about the talk mailing list