|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: NEWBIE: Instant Saxon and Unicode Entity problem
Graham Diehl wrote: > Input: > ~~~~~~~~~~~~~~~~~~~~ > <text> > The Score can be used to control all of the following sprite characteristics > EXCEPT… > </text> Your stylesheet looks fine. In your XML you must declare what the 'hellip' entity is. This entity is not predefined in XML. I am surprised you can even get it to parse without having this entity defined. Add <!DOCTYPE text [ <!ENTITY hellip "…"> ]> to your XML. When the XML parser in Instant Saxon reads the … it will report the horizontal ellipsis character, not the string of 8 characters & # x 2 0 2 6 ;, nor the string of 8 characters & h e l l i p ;. If you need the full set of SGML entities, get http://www.oasis-open.org/cover/xml-ISOents.txt and reference it like <!DOCTYPE text SYSTEM "xml-ISOents.txt"> or pull it into your real DTD if you already have one. - Mike ____________________________________________________________________ Mike J. Brown, software engineer at My XML/XSL resources: webb.net in Denver, Colorado, USA http://skew.org/xml/ XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
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
|

Cart








