My XML looks like this:
Qt Code:
  1. <row>
  2. <column name="name">c1</column>
  3. <column name="address">c2</column>
  4. </row>
  5. <row>
  6. <column name="name">c11</column>
  7. <column name="address">c22</column>
  8. </row>
To copy to clipboard, switch view to plain text mode 

Is there any easy way to get the numbers of columns in a row?
btw: The number of columns is in all rows the same.