MySQL Forums
Forum List  »  Connector/Node.js

Parsing a xml and store in database
Posted by: Venkatesh Murali A
Date: January 16, 2008 06:48AM

I need to parse the below xml

<TSheet tsid="16" lno="9060312">
<ProjectTask projId="4" taskId="22">
<DateHrs date="1/14/2008" hrs="8.00" />
<DateHrs date="1/15/2008" hrs="8.00" />
<DateHrs date="1/16/2008" hrs="8.00" />
<DateHrs date="1/17/2008" hrs="8.00" />
<DateHrs date="1/18/2008" hrs="8.00" />
<DateHrs date="1/19/2008" hrs="0.00" />
<DateHrs date="1/20/2008" hrs="0.00" />
</ProjectTask>
</TSheet>

How to do this. Can anyone help me.

Options: ReplyQuote


Subject
Written By
Posted
Parsing a xml and store in database
January 16, 2008 06:48AM


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.