[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: character entities
> I can then put: ñ inside my xml, this still gets > parsed into: q by my xsl, & then stored as: C1 in lucene, and > displayed as: C1 in my browser. Saying that it's displayed as C1 in your browser is a meaningful statement, because you're describing the appearance on screen. Saying that its stored as C1 in lucene (whatever lucene might be...) doesn't really make sense. It's stored as a bit-pattern in lucene, and there's always the possibility that it's stored correctly but displayed incorrectly by whatever software you are using to look at it. You've got two pieces of software here exchanging data, and one of them thinks the data is in one encoding, while the other thinks it's in a different encoding. Those two bits of software are probably (but not necessarily) the XSLT serializer and the ZSL indexer. That's about all I can tell you. Michael Kay http://www.saxonica.com/
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|