Re: [Monetdb-developers] Q: pathfinder - cdata

2007-07-13 Thread Jan Rittinger
Hi Arjen, If I understand you correctly you are interested in a 'text' output mode that does not escape any characters. Up to now every serialization mode in MXQ however escapes '"', '<', and '>'. A new (perhaps in some sense inconsistent) mode could avoid this escaping and in my eyes would me

Re: [Monetdb-developers] Q: pathfinder - cdata

2007-07-12 Thread Sjoerd Mullender
On 07/12/2007 08:46 PM, Arjen P. de Vries wrote: > I have two followup questions then: > > 1. > should > > not leave the CDATA intact and not replace the < to < ? > > Disclaimer: I am not very sure what should be correct. > http://www.w3.org/TR/2003/WD-xslt-xquery-serialization-20030502/ > state

Re: [Monetdb-developers] Q: pathfinder - cdata

2007-07-12 Thread Arjen P. de Vries
Thanks Sjoerd, Jens, that answers it. Any suggestion how to achieve what I am really after? I have an XML file with email addresses and names, and want to output a text string with "Name" <[EMAIL PROTECTED]>, "Name" <[EMAIL PROTECTED]>, "Name" <[EMAIL PROTECTED]> Now I use a web browser to

Re: [Monetdb-developers] Q: pathfinder - cdata

2007-07-12 Thread Arjen P. de Vries
I have two followup questions then: 1. should not leave the CDATA intact and not replace the < to < ? Disclaimer: I am not very sure what should be correct. http://www.w3.org/TR/2003/WD-xslt-xquery-serialization-20030502/ states Note: This is phrased to permit an implementor to provide an op

Re: [Monetdb-developers] Q: pathfinder - cdata

2007-07-12 Thread Sjoerd Mullender
Arjen P. de Vries wrote: > While > > is accepted as a query, > > is not. > !parse error: syntax error, unexpected more><> <[EMAIL PROTECTED]> -- Sjoerd Mullender signature.asc Description: OpenPGP digital signature - T

[Monetdb-developers] Q: pathfinder - cdata

2007-07-12 Thread Arjen P. de Vries
While is accepted as a query, is not. !parse error: syntax error, unexpected