Re: [xsl] Apply templates + "match all" template

Subject: Re: [xsl] Apply templates + "match all" template
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 27 Jun 2002 16:34:57 +0100
  That's true: <list> is not a child of the root node, it's a descendant. So
  it worked when I wrote

  <xsl:apply-templates select="//list"/>

If your source documents may contain nested lists then you almost
certainly don't want to do this as it will unnest them.

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread