MySQL Forums
Forum List  »  Connector/Node.js

Re: MySQL 5.1 - XPath Question
Posted by: mike wilson
Date: August 10, 2007 10:37AM

What about if the xml looks like this
<book>
<title>t1</title>
<author>a1</author>
<author>a2</author>
<author>a3</author>
<book>
<book>
<title>t2</title>
<author>a4</author>
<book>
etc....

and you want the output to be
t1 a1
t1 a2
t1 a3
t2 a4
etc.....?

Options: ReplyQuote


Subject
Written By
Posted
March 01, 2007 07:10AM
Re: MySQL 5.1 - XPath Question
August 10, 2007 10:37AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.