xsl-list
[Top] [All Lists]

Re: xsl:for - Only for existing nodes, how?

2006-02-21 10:10:12

Wouldn't it act just the same? I'm talking in a performance sense.

No, your solution tests that there is an item1 and if so outputs item1
and item2 (the latter may be empty) mine checked that there was an item
1 and an item2.

If you have

<control>
  <item1><data>x</data></item1>
</control>

your solution would output x but mine would output nothing as there is
no item2. I can't say which you need though.

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--