RE: RE : How to get the info

2007-08-09 Thread Cezar Andrei
or.toNextToken().isNone()); } Cezar From: Ezequiel Puig [mailto:[EMAIL PROTECTED] Sent: Thursday, August 09, 2007 2:46 AM To: dev@xmlbeans.apache.org Subject: RE : How to get the info Hi, That's what i have done : XmlCursor cursor

RE : How to get the info

2007-08-09 Thread Ezequiel Puig
CTED] Envoyé : mercredi 8 août 2007 20:56 À : dev@xmlbeans.apache.org Objet : RE: How to get the info I think using XmlCursor, you can call getTextValue() on the node. This will basically get you all the text values that are dangling between this node's child nodes. _ Fro

RE: How to get the info

2007-08-08 Thread Vinh Nguyen (vinguye2)
: dev@xmlbeans.apache.org Subject: How to get the info Hi, I am really new in XMLBeans, so probably this is an easy question: I have the following piece of XML: Title text How do I acces here ?? http://www.googl

How to get the info

2007-08-08 Thread Ezequiel Puig
Hi, I am really new in XMLBeans, so probably this is an easy question: I have the following piece of XML: Title text How do I acces here ?? http://www.google.com XMLBeans has created for me methods lik