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.
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.