|
Subject: Re: [xsl] extracting data from an element From: Martin Honnen <Martin.Honnen@xxxxxx> Date: Tue, 03 Feb 2009 13:31:19 +0100 |
Mike Stroud wrote:
Today I have a different problem. How do I extract data from an
element?
If you use XSLT 2.0 then look into xsl:analyze-string http://www.w3.org/TR/xslt20/#analyze-string
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="2.0">
<xsl:template match="DIMENSIONS">
<xsl:copy>
<xsl:apply-templates/>
</xsl:copy>
</xsl:template>Martin Honnen http://JavaScript.FAQTs.com/
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] extracting data from an e, Martin Honnen | Thread | [xsl] Using XSLT to change XML and, kheris |
| Re: [xsl] extracting data from an e, Martin Honnen | Date | [xsl] Using XSLT to change XML and, kheris |
| Month |