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: Summing over nodes belonging to different ns


Another case of "I wouldn't start from here".

XSLT makes the rather simplistic assumption that "item" in one namespace has
no connection with "item" in another namespace. The best you can do is
something like

sum(*[local-name()='item'])

Mike Kay 


 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]