|
Subject: [xsl] Converting attribute value to XML! From: "Rui Alberto L." Gonçalves <rui-l-goncalves@xxxxxxxxxxxxx> Date: 23 Jan 2004 15:28:30 +0000 |
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
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: RE: [xsl] Accessing data from r, cknell | Thread | Re: [xsl] Converting attribute valu, G. Ken Holman |
| RE: [xsl] Accessing data from repea, SHEIKH Sajjad | Date | Re: [xsl] Accessing data from repea, Andrew Curry |
| Month |