[Bug 2441] xqx: character references

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





------- Comment #7 from davidc@nag.co.uk  2006-08-10 16:39 -------
and just to confirm, the latest stylesheet just downloaded has no effect on
these files. (Which is good as the existing stylesheet was working correctly in
these cases)


 saxon Queries/XQueryX/Expressions/PrimaryExpr/Literals/Literals061.xqx
xqueryx.xsl 

produces

 declare variable $input-context  external ;
"€"



which is not equivalent to the xquery test

 cat Queries/XQuery/Expressions/PrimaryExpr/Literals/Literals061.xq             
(: Name: Literals061 :)
(: Description: Test for string literal containing the character reference
'€' which transaltes into the 'Euro' currency symbol :)

(: insert-start :)
declare variable $input-context external;
(: insert-end :)

"€"

Received on Thursday, 10 August 2006 16:39:39 UTC