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: =?UTF-8?B?UkU6IEF0dHJpYnV0ZSB0ZXN0IHByb2JsZW0gc29sdmVk?=



> Well I need to test all the secur.classif attributes on the entire 
> document that's why I went that route.

in that case // is OK, but don't put the tests based on //@secur.classif
in a template for anything other than the root node. It is pointless
doing it multiple times, as it willalways give the same resut.

Most likely you'd want to do it in a variable at the top level.

David


 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]