[xquery-talk] CDATA with computed constructors

timothymarc at freenet.de timothymarc at freenet.de
Mon Feb 25 14:11:06 PST 2008


An HTML attachment was scrubbed...
URL: http://x-query.com/pipermail/talk/attachments/20080225/da17f1c1/attachment.htm
-------------- next part --------------
Hi all,

I was trying to create a CDATA-section within an computed constructor. Therefore, i've read the relevant sections in the xquery spec, but I've found solution.

Currently, all the < >-chars are decode to their html value &gt;, but that's not what i want them to be. Is there the possibility to create a CDATA section within an computed element constructor like

element name{
<!CDATA[xs:string('>')]]>
}

thx
timothy


More information about the talk mailing list