How can I extract data from a XML Document
David Brownell
db at eng.sun.com
Fri Apr 2 19:41:58 BST 1999
> 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 at 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 at ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)
More information about the Xml-dev
mailing list