Re: [W3af-develop] Some code optimization

2011-07-19 Thread Andres Riancho
Javier, On Tue, Jul 19, 2011 at 12:41 PM, Javier Andalia wrote: > On 07/19/2011 04:29 PM, Andres Riancho wrote: >> >> Javier, >> >> On Tue, Jul 19, 2011 at 12:18 PM, Javier Andalia >>  wrote: >>> >>> On 07/19/2011 02:54 PM, Andres Riancho wrote: Javier, On Tue, Jul 19, 2011 a

Re: [W3af-develop] Some code optimization

2011-07-19 Thread Javier Andalia
On 07/19/2011 04:29 PM, Andres Riancho wrote: > Javier, > > On Tue, Jul 19, 2011 at 12:18 PM, Javier Andalia > wrote: >> On 07/19/2011 02:54 PM, Andres Riancho wrote: >>> Javier, >>> >>> On Tue, Jul 19, 2011 at 10:21 AM, Javier Andalia >>> wrote: List, This is my attempt to imp

Re: [W3af-develop] Some code optimization

2011-07-19 Thread Andres Riancho
Javier, On Tue, Jul 19, 2011 at 12:18 PM, Javier Andalia wrote: > On 07/19/2011 02:54 PM, Andres Riancho wrote: >> >> Javier, >> >> On Tue, Jul 19, 2011 at 10:21 AM, Javier Andalia >>  wrote: >>> >>> List, >>> >>> This is my attempt to improve the performance of the xpath evaluation >>> given >>

Re: [W3af-develop] Some code optimization

2011-07-19 Thread Javier Andalia
On 07/19/2011 02:54 PM, Andres Riancho wrote: > Javier, > > On Tue, Jul 19, 2011 at 10:21 AM, Javier Andalia > wrote: >> List, >> >> This is my attempt to improve the performance of the xpath evaluation given >> a DOM Element. >> The original (and current) version is in httpResponse.py. Examples

Re: [W3af-develop] Some code optimization

2011-07-19 Thread Andres Riancho
Javier, On Tue, Jul 19, 2011 at 10:21 AM, Javier Andalia wrote: > List, > > This is my attempt to improve the performance of the xpath evaluation given > a DOM Element. > The original (and current) version is in httpResponse.py. Examples of how > this is used can be found at: > ajax.py, fileUploa

[W3af-develop] Some code optimization

2011-07-19 Thread Javier Andalia
List, This is my attempt to improve the performance of the xpath evaluation given a DOM Element. The original (and current) version is in httpResponse.py. Examples of how this is used can be found at: ajax.py, fileUpload.py, formAutocomplete.py, etc def getDOM2(self): '''