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]

The Match Game vs The Name Game


For some reason I didn't expect this to work, because I can't find any
specific reference to it in any of my resources.  I went ahead and tried
anyway, and it seemed to work like a charm

<xsl:template name="fubar" match="foo/bar">

Matches all bar elements of foo by default, and also can be called
specifically with:
<xsl:call-templates name="fubar">

Any reason I should be surprised by this? Or, any caveats I need to be aware
of before I go nuts with this new discovery?

Thanks,
Marty

 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]