Thanks for the information.
Like I said, I'm a total newbie.

I just realize that I totally misused the DOM API.

I thought that I need to parse the DOM tree manually using the getElementByTagName() function, but instead, the function will automatically parse through the right node when I provide the tag name.

-dc

On 12/16/05, Gareth Reakes <[EMAIL PROTECTED]> wrote:
Hi David,


David Chu wrote:
> I'm not familar with xpath, but I don't think I'm using xpath or xslt in
> my XML schema.
> Can you please give me a quick summary on why using xpath from xalan
> will make my life easier? or point me to somewhere on the internet where
> I can read up more information.

You would use XPath to select nodes easily from your document. Take a
look here:

http://www.w3schools.com/xpath/default.asp


Gareth


--
Gareth Reakes, Managing Director           Embrace Mobile
+44-1865-811197              http://www.embracemobile.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Reply via email to