| Subject: Searching for elements in XML From: "Nestor Boscan" <nestor.boscan@xxxxxxxxxx> Date: Sat, 3 Jul 2004 20:31:19 -0400 | 
Hi In terms of performance which is better if I'm searching for a number of elements in the XML file and I don't care about the order: Let's say I'm searching for elements a, b and c: <xsl:for-each select="//a|//b|//c"> </xsl:for-each> or <xsl:for-each select="//a"> </xsl:for-each> <xsl:for-each select="//b"> </xsl:for-each> <xsl:for-each select="//c"> </xsl:for-each> or is there a better way? Thanks in advance Regards, Néstor Boscán
| Current Thread | 
|---|
| 
 | 
| <- Previous | Index | Next -> | 
|---|---|---|
| Re: [xsl] creating a jsp file using, Robert Koberg | Thread | Merging Document Problem, John Hamman | 
| RE: [xsl] sorting and grouping, Mukul Gandhi | Date | Merging Document Problem, John Hamman | 
| Month |