Arjen P. de Vries wrote: > While > <a /> > is accepted as a query, > <![CDATA[<]]> > is not. > !parse error: syntax error, unexpected <![CDATA[ on line 1, column 9 > (next token is `<![CDATA[') > !parse error: XQuery parsing failed > > Is that the expected behaviour? > > Context: I try to output email addresses as "test <[EMAIL PROTECTED]>" and > failing > > Arjen >
This works: xquery><a><![CDATA[<[EMAIL PROTECTED]>]]></a> more><> <a><[EMAIL PROTECTED]></a> -- Sjoerd Mullender
signature.asc
Description: OpenPGP digital signature
------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/
_______________________________________________ Monetdb-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/monetdb-developers
