Re: [xsl] disable-output-escaping="yes" and crimson JDK1.4.1 parser does not work (or is disabled)

Subject: Re: [xsl] disable-output-escaping="yes" and crimson JDK1.4.1 parser does not work (or is disabled)
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 7 Jan 2003 10:25:16 GMT
> is disable-output-escaping disabled in the crimson JDK1.4.1, and if so, how
> do I turn it on

you are generating an attribute value and disable-output-escaping has no
effect on attribute values.

<xsl:output method="html"/>

this declares you are generating html but...

<chart name="MFChart" width="900" height="580">
	    		<header>

your result has <chart and <header elements which are not html.

What are you trying to produce? If you specified what you were trying to
generate rather than the xslt you were trying to use, someone could
probably offer more help.

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

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


Current Thread