Re: [dom4j-user] Code optimization for parsing XML

2007-06-23 Thread Richard Eckart
07 um 17:03 schrieb H s: > what im asking here is that is this the optimzed code to get all the > nodes > > - H > >> From: "Anand Raman" <[EMAIL PROTECTED]> >> To: "H s" <[EMAIL PROTECTED]> >> CC: dom4j-user@lists.sourceforge.net

Re: [dom4j-user] Code optimization for parsing XML

2007-06-23 Thread H s
what im asking here is that is this the optimzed code to get all the nodes - H >From: "Anand Raman" <[EMAIL PROTECTED]> >To: "H s" <[EMAIL PROTECTED]> >CC: dom4j-user@lists.sourceforge.net >Subject: Re: [dom4j-user] Code optimization for parsin

Re: [dom4j-user] Code optimization for parsing XML

2007-06-22 Thread Anand Raman
hi H s, Not sure what you really want to do here. By parsing do you mean you would like to extract all the attributes or do something else. I would recommend using XPath if you would like to quickly extract all the nodes. The quick start guide on dom4j is a excellent source of quick examples to h