This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Entity References


Werner Hager wrote:
> The issue is the special entities that are used in MathML.  Since a MathML document 
> doesn't need to declare their entities, I think my processor is having problems with 
> them.

It is not the XSLT processor that is having trouble; it is the XML parser that the XSLT
processor is relying upon. A general purpose XML parser isn't a MathML processor. When
using an XML parser to read MathML, you will have to declare the entities that you
reference. The parser is trying to replace the references with their replacement text.  
The XSLT processor never sees the original entity reference, so you can't copy it through
to the output.

   - Mike
_____________________________________________________________________________
mike j. brown, software engineer     |  xml/xslt: http://skew.org/xml/
in denver, colorado, USA             |  personal: http://hyperreal.org/~mike/ 

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]