Re: XML, XSL, and Ant

2003-10-28 Thread Stefan Bodewig
On Sat, 25 Oct 2003, Kyle Adams <[EMAIL PROTECTED]> wrote: > And indeed it works quite nicely, for both resolving entities in a > stylesheet, and resolving entities/dtds in anything xsl:import'ed, > xsl:includ'ed and document()'ed. Great. The fix will be part of Ant 1.6 final. Stefan -

Re: XML, XSL, and Ant

2003-10-25 Thread Kyle Adams
> Kyle should receive an updated jar any time now. Indeed I did (though it took awhile before I un-busied enough to test it). And indeed it works quite nicely, for both resolving entities in a stylesheet, and resolving entities/dtds in anything xsl:import'ed, xsl:includ'ed and document()'ed. N

Re: XML, XSL, and Ant

2003-10-24 Thread Stefan Bodewig
On Thu, 23 Oct 2003, J. Pietschmann <[EMAIL PROTECTED]> wrote: > If the custom URIResolver is set on both the factory and the created > transformers, no ambiguities remain. This is what Ant does (and did even before my last changes). Stefan --

Re: XML, XSL, and Ant

2003-10-23 Thread J.Pietschmann
Stefan Bodewig wrote: My JDK 1.4 javadocs ... contradicts itself when it comes to document(). I have no idea how it is implemented in Xalan. Yeah, a famous discrepancy. The question is whether the Transformer inherits the URIResolver from the factory or whether it is created with the default one.

Re: XML, XSL, and Ant

2003-10-23 Thread Stefan Bodewig
On Thu, 23 Oct 2003, Robert Koberg <[EMAIL PROTECTED]> wrote: > Otherwise, I believe you would need to run the Transformer resolved > Sources through an XMLReader or XMLFilter that has an EntityResolver > set. We are passing a SAXSource to the Transformer that has been created by an XMLReader wit

RE: XML, XSL, and Ant

2003-10-23 Thread Robert Koberg
Hi, > -Original Message- > From: Kyle Adams [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 23, 2003 8:30 AM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > > > We should be able to change this if SAXSource is supported, I'll take > > a stab at it - but I will need testers before I'm wil

Re: XML, XSL, and Ant

2003-10-23 Thread Kyle Adams
> We should be able to change this if SAXSource is supported, I'll take > a stab at it - but I will need testers before I'm willing to merge my > changes into the 1.6 branch. If I'd send you a changed ant-trax.jar, > could you test it in your Ant 1.6beta environment? No problem - I've got a simpl

Re: XML, XSL, and Ant

2003-10-23 Thread Stefan Bodewig
On Wed, 22 Oct 2003, Kyle Adams <[EMAIL PROTECTED]> wrote: > 1) only applies to source XML document - if there are > entities/dtds in the stylesheet, these can't be resolved by > . Confirmed on Ant 1.5.3/Xalan 2.2, D11/Xerces 2.3.0 > and Ant 1.6, B2/Xalan 2.5.1/Xerces 2.5.0/10-22-2003 snapshot o