[xquery-talk] Stop Conversion of Character Entities

David Lee dlee at calldei.com
Tue Feb 21 11:46:46 PST 2012


How about  




declare namespace saxon="http://saxon.sf.net/";
declare option saxon:output "method=text";

'a 
 b'



----------------------------------------
David A. Lee
dlee at calldei.com
http://www.xmlsh.org

> -----Original Message-----
> From: talk-bounces at x-query.com [mailto:talk-bounces at x-query.com] On
> Behalf Of Andrew Welch
> Sent: Tuesday, February 21, 2012 2:43 PM
> To: Betty Harvey
> Cc: xquery-discuss; Mike Sokolov
> Subject: Re: [xquery-talk] Stop Conversion of Character Entities
> 
> > I have tried just about every trick I can think of with no success.
> 
> 
> declare namespace saxon="http://saxon.sf.net/";
> declare option saxon:output "method=text";
> 
> 'a 
 b'
> 
> returns
> 
> a 
 b
> 
> --
> Andrew Welch
> http://andrewjwelch.com
> _______________________________________________
> talk at x-query.com
> http://x-query.com/mailman/listinfo/talk





More information about the talk mailing list