Re: Saxon, JAXP and classpath

2007-12-04 Thread Willis Morse
, but you're on your own with that. - Wing Yew -Original Message- From: Willis Morse [mailto:[EMAIL PROTECTED] Sent: Monday, December 03, 2007 7:26 AM To: user@xmlbeans.apache.org Subject: Re: Saxon, JAXP and classpath Answering my own question: Question 4) If there's no way to use

Re: Saxon, JAXP and classpath

2007-12-03 Thread Jacob Danner
Morse [mailto:[EMAIL PROTECTED] Sent: Monday, December 03, 2007 7:26 AM To: user@xmlbeans.apache.org Subject: Re: Saxon, JAXP and classpath Answering my own question: Question 4) If there's no way to use the JDK for the XSLT, then I guess I need to figure out the Saxon XSLT problem

Saxon, JAXP and classpath

2007-11-30 Thread Willis Morse
I'm attempting to use relatively complcated xpaths in a call to selectPath(), so apparently I need Saxon. Specifically, I need to do the following: Operation 1) Load an XML file and run an xslt , resulting in a new Document Operation 2) Pass this Document into my compiled XMLBeans