Subject: Re: Upgrade Broke My XSLT
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 10 Apr 2002 15:36:49 +0100
|
<xsl:for-each select="paragraph">
<xsl:apply-templates select="paragraph"/>
That selects each paragraph child and then applys templates to the
paragraph children of each selected node. But I suspect your
paragraph elements do not have paragraph children.
Probably you want to just delete the for-each.
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
|