Re: [xsl] xsl:copy and disable-output-escaping

Subject: Re: [xsl] xsl:copy and disable-output-escaping
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 7 Oct 2008 09:12:46 +0100
> That's only a example which shall explain my problem. I know that I 
> could write <b>5</b> without <xsl:text> and without CDATA.

As has been explained on the saxon list, d-o-e does not work inside
variables so you can not do that. So you have to do something different.
For the problem that you show, the obvious solution is just not to use
d-o-e or CDATA at all. If your actual problem is something else, then
you need to give us a hint as to what your real problem is.

David



________________________________________________________________________
The Numerical Algorithms Group Ltd is a company registered in England
and Wales with company number 1249803. The registered office is:
Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom.

This e-mail has been scanned for all viruses by Star. The service is
powered by MessageLabs. 
________________________________________________________________________

Current Thread