Re: simple XSL

Subject: Re: simple XSL
From: "Damon Williams" <dwilliams@xxxxxxxxxxxxx>
Date: Tue, 18 Apr 2000 13:41:13 -0500
>
>> <xsl:template match="*/C">
>
>that is equivalent to 
><xsl:template match="C">
>except it doesn't match the document element.


really?

i thought 

match="*/C" 

would match all C grandchildren elements

while

match="C"

would match all C children elements


am i wrong?


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


Current Thread