|
Subject: [xsl] attribute selection From: Michael Thomas <thomas@xxxxxxxxxxxxxxx> Date: Thu, 07 Apr 2005 12:10:08 -0700 |
<elem1>
<property name="name1" value="value1" />
<property name="name2" value="value2" />
</elem1><xsl:for-each select="./elem1/property[./@name='name1']"> <b><xsl:value-of select="@value"/></b> </xsl:for-each>
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: [xsl] Help Me Do Something Bad, kent | Thread | RE: [xsl] attribute selection, Vasu Chakkera |
| RE: [xsl] How to find the deepest n, Bert | Date | RE: [xsl] Help Me Do Something Bad, kent |
| Month |