[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

[xsl] XSLT: javax.xml.transform and entities


Subject: [xsl] XSLT: javax.xml.transform and entities
From: Lee Goddard <home@xxxxxxxxxxxxxx>
Date: Mon, 26 Mar 2001 12:11:27 +0100


Today I'm mostly using javax.xml.transform (jaxp1.1.jar, crimson.jar and xalan.jar).

Input: &#x03B2;

Output with <xsl:output method="xml" encoding="UTF-8"/>
       is the same as the input,
Output with <xsl:output method="html" encoding="UTF-8"/>
       the HTML entity &beta;

My question is: NS4 doesn't like &beta; etc entities from
the latter, and doesn't like <closed-elements/> from the
former: I *have* to support NS4.....

Does anyone have any ideas, please?  I just want to catch
the entity to substitute it for an image anyway....

Exasperated,
Lee


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




Current Thread