T
Terry P
Are there any tools (java classes, tag libraries) which can translate
xpath statements into a SQL query?
Given an xpath query which has a predicate that filters node values or
attributes, I want help constructing the Where clause of a SQL
statement that will mirror the expressions and functions contained in
the predicate.
Such a tool may require an XML to DB mapping or it would need to make
assumptions about the structure of the document and the tables.
Thanks for any advice.
Terry
xpath statements into a SQL query?
Given an xpath query which has a predicate that filters node values or
attributes, I want help constructing the Where clause of a SQL
statement that will mirror the expressions and functions contained in
the predicate.
Such a tool may require an XML to DB mapping or it would need to make
assumptions about the structure of the document and the tables.
Thanks for any advice.
Terry