Re: disable-output-escaping

Subject: Re: disable-output-escaping
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 24 Jan 2000 18:36:21 GMT
> disable-output-escaping doesn't seem to be working.

disable-output-escaping is _almost always_ a bad way of doing
anything. In particular it only works if the entire output file is going
to be reparsed as XML.

> Is there a different command that cocoon requires?

If you want to get an html element such as p into the output
just use something like

<p>
<xsl:apply-templates/>
</p>

David


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


Current Thread