Search Results

Search found 101 results on 5 pages for 'beautifulsoup'.

Page 5/5 | < Previous Page | 1 2 3 4 5 

  • xml filtering with python

    - by saminny
    Hi, I have a following xml document: <node1> <node2 a1="x1"> ... </node2> <node2 a1="x2"> ... </node2> <node2 a1="x1"> ... </node2> </node1> I want to filter out node2 when a1 = x2. The user provides the xpath and attribute values that need to tested and filtered out. I looked at some

    Read the article

< Previous Page | 1 2 3 4 5