RE: Summing over nodes belonging to different ns

Subject: RE: Summing over nodes belonging to different ns
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Wed, 25 Oct 2000 17:10:35 +0100
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


Current Thread