Re: getTextContent, JDK1.4

Jessica Delsinne wrote:

> Hi,
>  
> I would like to call the method myNode.getTextContent() but it is not 
> supported by the JDK1.4.
> Is there an alternative way to get the text of my node ?
>  
> Thank you,
> Jessica

Never used that method, but try using Xerces2 Java
http://xml.apache.org/xerces2-j/

Received on Monday, 29 August 2005 07:32:44 UTC