[Bug 3550] expected result for ns-queries-results-q5

http://www.w3.org/Bugs/Public/show_bug.cgi?id=3550





------- Comment #7 from mike@saxonica.com  2006-08-01 17:10 -------
The simplest is just to change the XML declaration so that it declares the
encoding correctly, i.e. change it to encoding="UTF-8".

If you then want to change the encoding, try

java net.sf.saxon.Query -s auction.xml -o auction2.xml {.} !encoding=iso-8859-1

Received on Tuesday, 1 August 2006 17:11:02 UTC