[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: NEWBIE: Instant Saxon and Unicode Entity problem

Subject: Re: NEWBIE: Instant Saxon and Unicode Entity problem
From: Mike Brown <mike@xxxxxxxx>
Date: Thu, 21 Dec 2000 00:49:44 -0700 (MST)
hellip entity
Graham Diehl wrote:
> Input:
> ~~~~~~~~~~~~~~~~~~~~
> <text>
> The Score can be used to control all of the following sprite characteristics 
> EXCEPT&hellip;
> </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 "&#x2026;"> ]>

to your XML.

When the XML parser in Instant Saxon reads the &hellip; 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


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.