Description
Adding some "starter" XML functionality to Derby, which can then serve as the basis for future XML development. Initial features include the following:
1 - A built-in XML datatype.
2 - An XMLPARSE() operator for creating XML values.
3 - An XMLSERIALIZE() operator for serializing XML values to strings (for data retrieval).
4 - An XMLEXISTSTS() operator for running simple existence queries against XML using XPath.
These features are implemented at the SQL level only (no JDBC support). See the email here for a more detailed description:
http://thread.gmane.org/gmane.comp.apache.db.derby.devel/4468