MySQL Forums
Forum List  »  Connector/Node.js

Re: MySQL 5.1 - XPath Question
Posted by: Jonathan Stephens
Date: March 08, 2007 10:48PM

Hi!

If you don't want to use separate <firstname> and <lastname> elements, a quick workaround might be to substitute some character for the spaces in the names - say, '|' - that would never be used in a name, then replace it with a space again after extracting the names from the XML.

There may be a better solution - I'll think about it and get back to you if I can come up with something better.

Jon Stephens
MySQL Documentation Team @ Oracle

MySQL Dev Zone
MySQL Server Documentation
Oracle

Options: ReplyQuote


Subject
Written By
Posted
March 01, 2007 07:10AM
Re: MySQL 5.1 - XPath Question
March 08, 2007 10:48PM


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.