[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: count in several document

Subject: Re: count in several document
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 23 Jun 2003 16:12:46 +0100
Re:  count in several document

when you use a node set, such as //chapmod/attribute::docref in the
argument of a function expecting a string, or explictly coerce it to a
string using string() then XPath1 _always_ takes the string value of the
first node in the set in document order, and discards all the rest.

If your source file had the full filename

<chapmod docref="document1.xml" lang="FR"/>
...

then you would be in much better shape as you could go
select="count(document(//chapmod/@docref)//ht)"

Otherwise your simplest solution is probably to make one pass to make a
document of that form just using an xml-xml transformation to add .xml
to the filenames, then make a second pass that does the above.

Otherwise you'll have to do a recursive template that does the addition
by hand. That isn't hard but changing the input document is easier, if
that is an option.

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.