On Wed, 30 Oct 2002, Morten Svan�s wrote:

> Hi.
>
> How can I decode and output html from a xml doc that looks like this :
> <HTMLTEXT>
> &lt;P ALIGN="LEFT">&lt;/P>
> </HTMLTEXT>

I don't think it's a very good idea to do it this way. If you need to
embed html of some kind in your xml (which presumably isn't a very good
idea either), then ensure that this html is well behaved and use
xsl:copy-of to emit it. Or that is my idea at least.

Sigfrid


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to