I've never actually tried that. I wanted to user xpointer, so I did a
first pass with xmllint (called it with an <exec>).
Btw., I was googling to see if this was already explained somewhere easy
to find and ran across this: http://sourceforge.net/projects/xcluder
(found via this post:
http://www.stylusstudio.com/xsllist/200407/post90490.html ) Sounds cool,
but I don't see any docs or even the source.
David
> -----Original Message-----
> From: Eric Johnson [mailto:]
> Sent: Thursday, November 29, 2007 1:38 PM
> To: David Cramer
> Cc: Jirka Kosek;
> Subject: RE: [docbook-apps] Ant XSLT task error
>
> David,
> That did the trick. Now I need to get xincludes working...
> how did you get Saxon to use the Xerces processor supporting
> xincludes?
> Thanks,
> Eric
>
> On Thu, 2007-11-29 at 09:24 -0600, David Cramer wrote:
> > Try adding classpath="path_to/saxon.jar" to your <xslt/>
> task. I also
> > have processor="trax" but I don't know if that matters.
> >
> > David