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
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
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
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
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
While
is accepted as a query,
is not.
!parse error: syntax error, unexpected