Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SQL-like queries on XML, exists?

Status
Not open for further replies.

yodaa

Programmer
Jun 10, 2004
64
SE
Hi all,

I wonder if there exists a tool/language that is similar or atleast has some of the functionalities of SQL when making queries on a number of XML documents (>100). One central XML file contains paths to the other XML files. Is there a way of making a sort of SQL query on these docs?

My solution now is JDOM in Java, this will work fine for some of the parts, but I need some of the advantages in SQL.

Thanx for any replies.
 
Yes, it's called XQuery, and it's working it's way through the standards process. Some vendors have already shipped implementations, but they run the risk of not being standard-compliant when the standard gets released towards the middle of 2005.

Microsoft has already decided not to include XQuery support in VisualStudio.NET 2005 because they would be shipping before the standard is in place. They'll probably ship an add-on pack afterwards.

Chip H.


____________________________________________________________________
If you want to get the best response to a question, please read FAQ222-2244 first
 
Does Sun's j2ee have an implementaion for XQuery or does there exist external packages that one can use. I'm new to Java and need to make an descision of what tools to use before desining my application.

Thanx

/yodaa
 
BEA's WebLogic Integration has XQuery support, but I don't know if Sun's reference implementation has it, sorry.

Chip H.


____________________________________________________________________
If you want to get the best response to a question, please read FAQ222-2244 first
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top