OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Subject: DOCBOOK-APPS: Re: [xsl] not wellformed contents of xsl:template



> That's not sufficient. You must do this:
>
> <xsl:text disable-output-escaping="yes">&lt;tagname&gt;</xsl:text>

If you want to use it a lot, you can define that line as a variable:

<xsl:variable name="lt"><xsl:text
disable-output-escaping="yes">&lt;</xsl:text></xsl:variable>

and then insert it as <xsl:copy-of select="$lt"/>.

I did this before I found ways to avoid malformed xml... :)

--Jack



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Powered by eList eXpress LLC