I have a rather large collection of XML files (well into six figures) that I need to find specific bits of information from. The data I need from each of them can probably be expressed by an XPath ...
I want to convert the database definition of an existing SQL database into an XML schema, so I can use the schema with some model-driven development tools to create a new distributed application that ...