You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by Ян Программист <we...@gmail.com> on 2010/04/06 14:20:21 UTC

SQL/XML: XMLQUERY replacement

I am curious about an idea of replacement XMLQUERY for XML requests. I see
good idea of using XPath in some general way from client side, for
translating that to storage instructions, equivalent to certain SQL (which
itself is more preferable than SQL itself). That can get rid of that silly
XMLELEMENT, XMLATTRIBUTES, XMLFOREST, XMLCONCAT, etc. stuff. John