RE: Performance hit/exception when top level element has namespace

2002-09-12 Thread Racine, Michel
- From: Joseph Kesselman [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 12, 2002 7:48 AM To: [EMAIL PROTECTED] Subject: Re: Performance hit/exception when top level element has namespace XSLT processes namespace-conformant XML files. The XML is not namespace-conformant. The name of a namespace

Re: Performance hit/exception when top level element has namespace

2002-09-12 Thread Joseph Kesselman
XSLT processes namespace-conformant XML files. The XML is not namespace-conformant. The name of a namespace must be a URI, and space is not a legal URI character. Fix your file. (Note that this complaint is probably a Xerces error message rather than a Xalan error message. I don't think we ha

Re: Performance hit/exception when top level element has namespace

2002-09-11 Thread David N Bertoni/Cambridge/IBM
ichel" p.com> cc: (bcc: David N Bertoni/Cambridge/IBM) Subject: Performance hit/exception when top level element has namespace

Performance hit/exception when top level element has namespace

2002-09-11 Thread Racine, Michel
I saw the thread of the performance hit with Xalan on large XML packets, and it brought me to ask the following question. I have an XML packet that has the top level element with some namespace declarations/schema. When I use transform on this guy, I see an exception in the debug output, and i