<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//DE"><HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii"><TITLE>Message</TITLE></HEAD><BODY>Hi all,<br><br>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.<br><br>Currently, all the &lt; &gt;-chars are decode to their html value &amp;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<br><br>element name{<br>&lt;!CDATA[xs:string('&gt;')]]&gt;<br>}<br><br>thx<br>timothy<br></BODY></HTML>