Re: [xsl] Entity References

Subject: Re: [xsl] Entity References
From: Mike Brown <mike@xxxxxxxx>
Date: Wed, 8 Aug 2001 14:34:07 -0600 (MDT)
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


Current Thread