Hi all,
I have a question regarding the XQItem class from the XQJ apis.
Let's say that I have a XQResultSequence obtained from executing a query, with the result sequence containing a number of XQItem objects. If I were to print each of them as strings they would look like:
<CUSTOMER UserID="abc" Password="123"/>
How can I access the attributes in this XQItem directly? Must I write a parser for this, or is there an easier way?
Regards, Roy