xsl-list
[Top] [All Lists]

Re: HTML encoded text

2004-11-16 02:43:53
Andreas Lindahl ?????:
I have an XML file with HTML encoded values, for example:

<node>&amp;lt;p&amp;gt;a paragraph&amp;lt;/p&amp;gt;</node>

Is it possible to translate/convert this into valid HTML in my XSLT file? For example, I 
want my XSLT file to convert the above node value to <p>a paragraph</p>.

There's no simple way. Imho you should better do such things _before_ transformation. (Sorry for my english).

--
Alexander Anokhin
AVTOVAZ JSC
ava(_at_)vaz(_dot_)ru
icq:123275798

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>