xsl-list
[Top] [All Lists]

Re: [xsl] problems around →

2006-10-05 03:19:18
michael

Entity references in XML mean whatever you want them to mean. What does the
entity declaration in the DTD have to say?

we're using isonum.ent file with the '<!ENTITY rarr "&#x2192;"> <!-- RIGHTWARDS ARROW -->' line.


I'm surprised by this output though: the Saxon serializer never includes leading zeros in hex character references, though they are perfectly legal.

the character output is →︀︀︀.



david

If it's `my' dtd then it says
<!ENTITY rarr             "&#x02192;" >

it *is* your dtd as far as i can understand!



we 'kill' now &#x0FE00;; characters by a character map but why could this happen?

frank
--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--