Tickaroo / tikxml

Modern XML Parser for Android
Apache License 2.0
423 stars 44 forks source link

Nested XML Elements in file #117

Closed svedie closed 5 years ago

svedie commented 5 years ago

Hello,

does this library supports nested/recursive elements?

For Example:

<category type="expenses" name="Verkehr" id="90" revisions="12">
    <category type="expenses" name="Auto" id="679" revisions="150"/>
    <category type="expenses" name="ÖPVN" id="678" revisions="150"/>
</category>

Greetings, svedie

sockeqwe commented 5 years ago

Hello @svedie , yes, should work (never tried it before though). If not, let me know and we will fix it.

svedie commented 5 years ago

Thank you.

svedie commented 5 years ago

It works!

Thanks for this library!