RE: XMLBeans and XmlCursor

2007-04-10 Thread Cezar Andrei
it usually is slower. But even for Saxon 3s for a 400k doc is kind of much on today's procs, but again how complex is the xpath? Cezar -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 10, 2007 2:54 AM To: user@xmlbeans.apache.org Subject: RE: XMLBeans

RE: XMLBeans and XmlCursor

2007-04-06 Thread Cezar Andrei
Hi Patrizio, execQuery() methods return new documents (there are queries that construct new documents), so the modifications on results will not affect the original. In your case, you should be better off using XMLCursor.selectPath(). This method will set a selection on the original document,