Xpath extracts intermediate content from one node to the next

<table>
<thead><tr></tr></thead>
<tbody>
<tr class="aaa"></tr>
<tr></tr>
<tr class="aaa"></tr>

    <tr></tr>
    <tr></tr>
    <tr class="aaa"></tr>
    <tr></tr>
    <tr></tr>
    <tr></tr>
    <tr class="aaa"></tr>
    <tr></tr>
    <tr></tr>
    <tr></tr>
    <tr class="aaa"></tr>
    <tr></tr>
    </tbody>
    </table>

how does xpath extract the tr from each tr [@ class= "aaa"] to the next tr [@ class= "aaa"], and the number of tr nodes between the two tr [@ class= "aaa"] is not fixed.

ask the master to give me some advice. Thank you


Hello, do you have an answer to this question? I am now facing the same problem, asking for an answer

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b387cc-406a5.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b387cc-406a5.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?