posted 17 years ago
Ok, then what code can I use to get something like
partNum === 1234577A
description === "blah, blah"
quantity === 2
Iterating I can print out partNum, description, and quantity
by using node.getNodeName() method, however, when I do
node.getNodeValue(), I get null back and clearly, there is
SOMETHING there.
John