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]

XSLT: javax.xml.transform and entities



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

Input: β

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


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