upcoming xml-features in MySQL 5.1
select extractValue(doc,'/book/child::*') from x;
select UpdateXML(doc,'/book/author/initial','mp') from x;
[more]
michi - 12.Jan 2006 09:41 - technisches
select extractValue(doc,'/book/child::*') from x;
select UpdateXML(doc,'/book/author/initial','mp') from x;