|
Subject: Re: [xsl] Re-arranging an XML file From: Martin Honnen <Martin.Honnen@xxxxxx> Date: Tue, 13 Jan 2009 14:45:21 +0100 |
Is there an easy way for an XSL rookie to transform it to look more like this?
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:template match="Catalog">
<xsl:copy>
<xsl:apply-templates select="cds/cd"/>
</xsl:copy>
</xsl:template>Martin Honnen http://JavaScript.FAQTs.com/
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] Re-arranging an XML file, Florent Georges | Thread | Re: [xsl] Re-arranging an XML file, David Carlisle |
| Re: [xsl] Re-arranging an XML file, Florent Georges | Date | Re: [xsl] Re-arranging an XML file, David Carlisle |
| Month |