|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Converting attribute value to XML!
Hello all,
I have a document that looks like:
<result>
<filed name="xpto" value="<elem>Hello<elem>"/>
</result>
and I want to transform to :
<result>
<filed name="xpto">Hello</elem>
</result>
I tried:
<xsl:template match="*">
<xsl:element name="{name()}">
<xsl:apply-templates select="node()|@*"/>
</xsl:element>
</xsl:template>
<xsl:template match="filed">
<xsl:element name="filed">
<xsl:value-of select ="@value"/>
</xsl:element>
</xsl:template>
but entities are not resolved. Any idea?
Thanks, Rui
--
Rui Alberto L. Gonçalves <rui-l-goncalves@xxxxxxxxxxxxx>
PT Inovação
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








