i want to ask something.
I found an XML like this one.
<row><?TAGS?><?TAG 024?><?END-TAGS?>
<entry colname="COL1">1</entry>
<entry colname="COL2">2</entry>
<entry colname="COL3">3</entry>
</row>
Do you know how to get all TAG values inside <?TAGS?>
?
What's that XML bracket <??>
for?
For now I am using JAXB annotations and cannot get those tags.
Thanks :)