RE: [xsl] marked characters in html output (3rd attempt)

Subject: RE: [xsl] marked characters in html output (3rd attempt)
From: mark_fletcher@xxxxxxxxxxxxxx
Date: Thu, 13 Mar 2003 12:51:45 -0800
Xalan lets you override their HTMLEntities.res file, which maps characters
to named character entities.  You do this by using xalan:entities="<your
file name>" in the xsl:output element.  See this link for details:

http://cocoon.it.jyu.fi/docs/xalan/readme.html#to-do  Search for
'HTMLEntities.res' on the page.

I suppose you could create a blank file, insert it into xalan.jar, and
point to it with that attribute.  Or possibly you could just set
xalan:entities="" and see what happens.


Mark Fletcher
PeopleSoft Language Engineering
925.694.3753





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


Current Thread