Menu

xidel-0.9.9.20220131.8335.4e6fcea4d02e.win32

Help
Anonymous
2022-02-14
2022-02-15
  • Anonymous

    Anonymous - 2022-02-14

    test.data

    <a href="https://file-x64.zip" >https://file-x64.zip</a>
    <a href="https://file.zip"     >https://file.zip</a>
    

    xidel-0.9.9.20220102.8308.be361bf9a08e.win32.zip

    xidel.exe --silent --xpath "//a[ends-with(@href, '.zip')]/@href[1]" test.data
    https://file-x64.zip

    ... as expected
    

    xidel.exe --silent --xpath "//a[ends-with(@href, '.zip')]/@href[2]" test.data
    https://file.zip

    ... as expected
    

    xidel-0.9.9.20220131.8335.4e6fcea4d02e.win32.zip

    xidel.exe --silent --xpath "//a[ends-with(@href, '.zip')]/@href[1]" test.data
    https://file-x64.zip
    https://file.zip

    .... ????
    

    xidel.exe --silent --xpath "//a[ends-with(@href, '.zip')]/@href[2]" test.data
    ./.

    .... ???? !!!
    
     
  • Anonymous

    Anonymous - 2022-02-15

    The old way was a bug, now it should be correct

    You need to write (//a[ends-with(@href, '.zip')]/@href)[2]

     
  • Anonymous

    Anonymous - 2022-02-15

    thx

     
  • Anonymous

    Anonymous - 2022-02-15

    ... wrx

     

Anonymous
Anonymous

Add attachments
Cancel





Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.