Hi Cory,

If your XML looks like this:
<TagName>TextValue</TagName>

and

docElement.getChildNodes().item(i).getNodeName());

returns TagName

then

docElement.getChildNodes().item(i + 1).getNodeValue());

returns TextValue.

This is the case for me. Dont really know why but someone else maybe can answer 
better than me on that.

Hope this helps.

// Claes

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

____________________________________
Gratis epost med TJOHOOMAIL
http://www.tjohoo.se


Reply via email to