[Home] [By Thread] [By Date] [Recent Entries]

Subject: Re: recursive function?
From: "Juergen" <xsl@xxxxxxxxxxxxxxx>
Date: Mon, 24 Jan 2005 09:18:35 +0100
Hi Tore,

I would have two apply-templates.
The match for person just give out name and city if available.

<xsl:template match = "/">
   Connected to city
   <xsl:apply-templates select="result/person[city]"/>
   People not connected to city
   <xsl:apply-templates select="result/person[not city]"/>
...

Cheers,

Juergen

Current Thread
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member