|
Subject: [xsl] document() and fragment From: Brian Smith <blsmith@xxxxxxxxxxxxxxxxxxx> Date: Sun, 16 Dec 2001 23:48:05 -0600 |
<root>
<package id="a1" name="javax">
<package id="a2" name="swing">
<package id="a3" name="text"/>
</package>
</package>
</root><xsl:for-each select='document("doc.xml#text")/*
/ancestor-or-self::package'>
<xsl:value-of select='@name'/>
<xsl:if test='position() != last()'>.</xsl:if>
</xsl:for-each>Thanks, Brian
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] recursive output numberin, John D. West | Thread | Re: [xsl] document() and fragment, Oleg Tkachenko |
| [xsl] recursive output numbering, John D. West | Date | Re: [xsl] recursive output numberin, Emiliano |
| Month |