Re: Xalan phone home

2002-04-30 Thread scott_boag
I tend to believe that it is possible the XML parser is thinking it has a pointer to a schema, and trying to open it? (or some such) Xerces folks, any comment? Certainly the XSLT processor is not trying to open the URL. -scott

Re: JAXP and serialization APIs

2001-08-30 Thread Scott_Boag
If you look at javax.xml.transform, you can do what is termed an identity transformation, which is essentially serialization. This allows you to serialize SAX events, DOM trees, or re-serialize a stream. As a serializer it is a bit limited in it's ability to handle doc type stuff, but in other w

Re: 1.3.1 w/ Xalan 2.0.0 Breaks XPath

2001-03-30 Thread Scott_Boag
> If it helps, the xerces-j team now posts it's release plans in CVS (see xml-xerces/java/RELEASE-PLAN-1.x). Thanks, I didn't know that. That's a big help, and should at least allow us to better plan our own releases. :-) -scott

Re: 1.3.1 w/ Xalan 2.0.0 Breaks XPath

2001-03-30 Thread Scott_Boag
Ah... let me take this opportunity... It would be great if the Xerces developers could give a heads-up to the other projects a few days before doing a release, so we can do some extra integration testing beyond what our smoketest does in Gump, and also so we can coordinate our releases with yours

Re: Output DOM and Xalan Process

2001-03-30 Thread Scott_Boag
You should probably send this message to xalan-dev. The doctype processing is dynamic by default... if it's there you should be having the dtd processed and the document validated. If you are using ID attributes with the id() function you need DTD processing, or if you want default attributes.

Test Infrastructure Project Proposal

2001-02-10 Thread Scott_Boag
Ross Burton <[EMAIL PROTECTED]> wrote: > Having spent all day upto my arm pits in bits of cocoon, xerces and > xalan, I've come to the conclusion that tracking down bugs in bits of > cocoon can be nearly impossible at the moment. How would you guys feel > about us starting to use JUnit to run unit