This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [xsl] not wellformed contents of xsl:template


* Lisa Rupe:

> Is  it  possible to  put  HTML  tags  that  are not  well-formed  into
> xsl:template?

Yes, by using CDATA sections <![CDATA[</td></tr></table>]]>
or by escaping < and > to &lt; and &gt; in a xsl:text statement
<xsl:text>&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</xsl:text>

Cheerio!
-- 
Jean-Baptiste Quenot

------------------------------------------------------------------
To unsubscribe from this elist send a message with the single word
"unsubscribe" in the body to: docbook-apps-request@lists.oasis-open.org


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]