[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]
Subject: Re: DOCBOOK-APPS: Re: [xsl] not wellformed contents of xsl:template
/ Jean-Baptiste Quenot <jb.quenot@smartcanal.com> was heard to say:
| * Lisa Rupe:
|
| > Is it possible to put HTML tags that are not well-formed into
| > xsl:template?
It can be done, but it is almost always a bad idea. The only way that
it can be achieved is by disabling output escaping.
Why do you want to do this?
| Yes, by using CDATA sections <![CDATA[</td></tr></table>]]>
| or by escaping < and > to < and > in a xsl:text statement
| <xsl:text></td></tr></table></xsl:text>
That's not sufficient. You must do this:
<xsl:text disable-output-escaping="yes"><tagname></xsl:text>
Be seeing you,
norm
--
Norman Walsh <ndw@nwalsh.com> | It would not be better if things
http://www.oasis-open.org/docbook/ | happened to men just as they
Chair, DocBook Technical Committee | wished.--Heraclitus
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]
Powered by eList eXpress LLC