[xquery-talk] Stop Conversion of Character Entities

Andrew Welch andrew.j.welch at gmail.com
Tue Feb 21 11:50:59 PST 2012


On 21 February 2012 19:46, David Lee <dlee at calldei.com> wrote:
> How about
>
>
>
>
> declare namespace saxon="http://saxon.sf.net/";
> declare option saxon:output "method=text";
>
> 'a 
 b'

that outputs the actual character, what we're after are the 5
characters '&' '#' '1' '0' and ';'

it's basically all about outputting an unescaped ampersand.



-- 
Andrew Welch
http://andrewjwelch.com


More information about the talk mailing list