Changes between Initial Version and Version 1 of Ticket #839, comment 1


Ignore:
Timestamp:
04/05/11 10:28:34 (2 years ago)
Author:
daniloercoli
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #839, comment 1

    initial v1  
    1 (In [1897]) fixes #839 by cleaning the HTML document before start a sesrch for the RSD link 
     1(In [1897]) fixes #839 by cleaning the HTML document before start a search for the RSD link. 
     2 
     3We are using a RegExp that doesn't work fine on unformatted HTML document. If the regexp match fails on the original HTML document,  we are now cleaning the HTML document using tidy, and then we try the match again.