This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: simple XSL


>
>> <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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]