Re: XSLT Spec Problem

Subject: Re: XSLT Spec Problem
From: David Carlisle <davidc@xxxxxxxxx>
Date: Sun, 25 Jul 1999 15:20:49 +0100 (BST)


  <xsl:template match="P">
  </xsl:template>

  This breaks the stylesheet because the parameters are lost.


No the change of behaviour due to adding this template has nothing to do
with parameters.

The above template says not to process any childeren of the P element
so your SPAN child never gets looked at irrespective of parameter
settings.

David




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


Current Thread