[Home] [By Thread] [By Date] [Recent Entries]

  • From: David Brownell <db@e...>
  • To: "Ananth, Paul BGI SF" <Paul.Ananth@b...>
  • 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@i...
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@i... the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@i... the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@i...)


Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member