Newer
Older
sisyphe-go / example / xml / test-getxpaths.xml
@Nacim Nacim on 8 Feb 2022 417 bytes add test
<?xml version="1.0" encoding="UTF-8"?>
<xpath xml:lang="FR">
<to>
    <my>
        <infos>trezaqwx</infos>
        <main><italic>N° </italic>trezaqwx <bold>end</bold></main>
        <number>1234</number>
        <title/>
        <p>lorem ipsum dolor sit amet</p>
        <p>lorem ipsum dolor sit amet</p>
        <p someattribute="test">blabla</p>
        <p someattribute="test3">blabla</p>
    </my>
</to>
</xpath>