[
Lists Home |
Date Index |
Thread Index
]
- From: David Brownell <db@eng.sun.com>
- To: "Ananth, Paul BGI SF" <Paul.Ananth@barclaysglobal.com>
- Date: Fri, 02 Apr 1999 09:37:25 -0800
> How can I extract the total amount from this file.
Use DOM; there's a Document.getElementsByTagName() call that
may be the fastest way to navigate to it in this instance.
> How can I find there are
> three lineitems to process. (PurchaseOrder.lineitem.length)???
DOM -- Document.getElementsByTagName("LineItem").getLength().
Not that DOM is perfect, but it's the best place to start at
this time.
- Dave
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ and on CD-ROM/ISBN 981-02-3594-1
To (un)subscribe, mailto:majordomo@ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)
|