|
Subject: [xsl] Testing condition on external XML From: Stanislav Pejša <standap@xxxxxxxxx> Date: Tue, 04 Aug 2009 21:25:26 -0400 |
<table name="ecatalogue">
<tuple>
<atom name="ObjAccessionNo">2009.030</atom>
<atom name="ObjTitle">OBJECT TTTLE</atom>
<atom name="DatDateCreated">2009</atom>
</tuple>
<tuple>
<atom name="ObjAccessionNo">2009.031</atom>
<atom name="ObjTitle">OBJECT TTTLE</atom>
<atom name="DatDateCreated">2009</atom>
</tuple>
</table><items> <acqnum>2004.045</acqnum> <acqnum>2005.098</acqnum> <acqnum>2008.007</acqnum> <acqnum>2009.030</acqnum> </items>
<xsl:template match="tuple">
<record>
<identifier>
<xsl:value-of select="atom[@name='ObjAccessionNo']"/>
</identifier>
<title>
<xsl:value-of select="atom[@name='ObjTitle']"/>
</title>
</record>
</xsl:template>| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] Splitting file into N-siz, Hermann Stamm-Wilbra | Thread | Re: [xsl] Testing condition on exte, G. Ken Holman |
| Re: [xsl] namespace syntax, Robert Van Gemert | Date | Re: [xsl] Testing condition on exte, G. Ken Holman |
| Month |