|
Subject: [xsl] problem using self::node() in for-each From: "Garrett Hynes" <garretthynes@xxxxxxxxxxx> Date: Fri, 21 May 2004 16:23:56 +0000 |
<root>
<information type="source">
<instance>
<inf_type>source</type>
<inf_source_id>1</id>
<inf_name>Source 1</name>
</instance>
<instance>
<inf_type>source</type>
<inf_source_id>2</id>
<inf_name>Source 2</name>
</instance>
</information>
<information type="info">
<instance>
<inf_type>info</type>
<inf_source_id>2</source_id>
<inf_text>Information 1</text>
</instance>
<instance>
<inf_type>info</type>
<inf_source_id>1</source_id>
<inf_text>Information 2</text>
</instance>
<instance>
<inf_type>info</type>
<inf_source_id>1</source_id>
<inf_text>Information 3</text>
</instance>
<instance>
<inf_type>info</type>
<inf_source_id>2</source_id>
<inf_text>Information 4</text>
</instance>
<instance>
<inf_type>info</type>
<inf_source_id>2</source_id>
<inf_text>Information 5</text>
</instance>
<instance>
<inf_type>info</type>
<inf_source_id>1</source_id>
<inf_text>Information 6</text>
</instance>
</information>
</root>Information 1 - Source 2 Information 2 - Source 1 Information 3 - Source 1 Information 4 - Source 2 Information 5 - Source 2 Information 6 - Source 1
<xsl:call-template name="printInformation">
<xsl:with-param name="source" select=$inf_source"/>
<xsl:with-param name="text" select=./inf_text"/>
</xsl:call-template>| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] GML to svg, bry | Thread | RE: [xsl] problem using self::node(, Michael Kay |
| RE: [xsl] document(strHTML) ?, Wendell Piez | Date | RE: [xsl] problem using self::node(, Michael Kay |
| Month |