|
Subject: [xsl] How to get cotext of foreach caller From: PiGalKOM <pigalkom@xxxxxxxxxxxxxx> Date: Sat, 09 Dec 2006 21:19:02 +0100 |
I have small problem:
Here is part of XML:
<parent>
<list>
<item>1</item>
<item>1</item>
<item>1</item>
<item>1</item>
</list>
<child para="123">
qwerty
</child>
</parent>
<parent>
....
</parent>
....
And here is part of <xsl:transform version="1.0"...>
<xsl:template match="child"> <xsl:for-each select="/parent/list/item"> <xsl:value of select="?????????????/@para"/> </xsl:for-each> </form> </tr> </xsl:template>
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] Referencing unique values, Andreas Kemkes | Thread | Re: [xsl] How to get cotext of fore, Andrew Welch |
| Re: [xsl] Referencing unique values, David Carlisle | Date | Re: [xsl] How to get cotext of fore, Andrew Welch |
| Month |