|
Subject: [xsl] AltovaXML and fragment identifier From: Martin Honnen <Martin.Honnen@xxxxxx> Date: Tue, 17 Mar 2009 16:14:43 +0100 |
<root> <foo xml:id="f1">foo 1</foo> </root>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="2.0">
<xsl:template match="/">
<xsl:copy-of select="document('test2009031701.xml#f1')"/>
</xsl:template>AltovaXML does
<xsl:copy-of select="id('f1', document('test2009031701.xml'))"/>
for instance just fine.| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: [xsl] Get value from $Variable, Scott Trenda | Thread | Re: [xsl] AltovaXML and fragment id, David Carlisle |
| RE: [xsl] Get value from $Variable, Scott Trenda | Date | Re: [xsl] AltovaXML and fragment id, David Carlisle |
| Month |