|
Subject: [xsl] replace attribute name From: Florian Bauer <mail@xxxxxxxxxxxx> Date: Tue, 22 Apr 2003 11:45:39 +0200 |
<document> <article> <head></head> <text> <paragraph></paragraph> <paragraph></paragraph> </text> <date> <day></day> <month></month> <year></year> </date> <source></source> <portal></portal> <ID number="000.000"/> </article> <article> [...] </article> [...] </document>
<xsl:template match="/">
<document>
<xsl:for-each select="//document/article">
<xsl:copy-of select="."/>
</xsl:for-each>
</document>
</xsl:template>| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: RE: Subject: [xsl] Seeking meth, Gary Cornelius | Thread | Re: [xsl] replace attribute name, Oleg Tkachenko |
| Re: Subject: [xsl] Seeking methods , "Braumüller, Hans" | Date | Re: [xsl] replace attribute name, Oleg Tkachenko |
| Month |