J
Jeff Kish
Greetings.
I can't invest a large amount of time into this, but it would be very helpful
if I could do this.
I have a directory full of xml files I'd like to be able to query to find out
things like:
find all elements of type "<table" that contain as subelements (elements of
type "row" that have attributes of type "lookup" which have value
"timelookup")
return all the elements of type "row" with their attribute "size" (even if the
size attribute is not specified I'd like to know that) that are in elements
of type "table" where the table has attribute "virtual" not null (or perhaps
null, i.e. not set or specified)
I tried downloading saxon and galax.
I could not get saxon to run (yes, probably my own inability/impatience).
I got galax to run, but can't figure out how to get some simple queries to
work.
I'm still hammering away on the documentation, but this is a "do it in my
spare time" project, and I'd really appreciate any recommendations or
pointers.
Am I using the wrong tool(s)?
Finally, I'd like to be able to format the output to make it possibly more
useful, even as input to another query??..??
Thanks again, in advance if that is not too presumptuous
Jeff Kish
I can't invest a large amount of time into this, but it would be very helpful
if I could do this.
I have a directory full of xml files I'd like to be able to query to find out
things like:
find all elements of type "<table" that contain as subelements (elements of
type "row" that have attributes of type "lookup" which have value
"timelookup")
return all the elements of type "row" with their attribute "size" (even if the
size attribute is not specified I'd like to know that) that are in elements
of type "table" where the table has attribute "virtual" not null (or perhaps
null, i.e. not set or specified)
I tried downloading saxon and galax.
I could not get saxon to run (yes, probably my own inability/impatience).
I got galax to run, but can't figure out how to get some simple queries to
work.
I'm still hammering away on the documentation, but this is a "do it in my
spare time" project, and I'd really appreciate any recommendations or
pointers.
Am I using the wrong tool(s)?
Finally, I'd like to be able to format the output to make it possibly more
useful, even as input to another query??..??
Thanks again, in advance if that is not too presumptuous
Jeff Kish