Cylix wrote:
> I have read a number of article about the responseXML,
> all articles just mention one row XML, I mean
> <book>
> <name>The Sea</name>
> <authur>Jogn</authur>
> </book>
> But no one talk about XML like the following:
> <book>
> <name>The Sea</name>
> <authur>Jogn</authur>
> </book>
> <book>
> <name>The Sea2</name>
> <authur>Jogn</authur>
> </book>
XML can only have one root tag (<book/> of your first example). For