On Feb 8, 2007, at 8:24 AM, Donn wrote:
Oh, is there an easy way (under Linux) to see the xml and the result of an
xpath Evaluate call? A way to see what results? I have this feeling the xpath
path string is a little like SQL in the way it returns a sub set...
That depends on exactly how much of things you want to get.
The most generic approach is to have a stand-alone XSLT file. Just feed your .svg and .xsl to the xsltproc command and you'll see the result spew out.