I'm so green at XML that it isn't funny.
Anyway, I'm trying to work through an XQuery book example. I've downloaded and installed Saxon9. I used it successfully to do XPath transformations so far. I am running the Java version on W2k3 Server from DOS command line.
The problem is that the example as well as the saxon documentation says that I should be able to access the XQuery functionality by typing:
java net.sf.saxon.Query -?
at the command line - but the problem is that I can't, I get a java.lang.NoClassDefFoundError sf/saxon/Query.
So now what do I do? If I browse the saxon9.jar file I can see that the path and the Query.class file exists. I have tried calling the command from directly within the saxon directory, but no dice.
How now brown cow?
Anyway, I'm trying to work through an XQuery book example. I've downloaded and installed Saxon9. I used it successfully to do XPath transformations so far. I am running the Java version on W2k3 Server from DOS command line.
The problem is that the example as well as the saxon documentation says that I should be able to access the XQuery functionality by typing:
java net.sf.saxon.Query -?
at the command line - but the problem is that I can't, I get a java.lang.NoClassDefFoundError sf/saxon/Query.
So now what do I do? If I browse the saxon9.jar file I can see that the path and the Query.class file exists. I have tried calling the command from directly within the saxon directory, but no dice.
How now brown cow?