I've just rebuilt one of my projects against 1.9 and rerun the test suite. Here are some of the semantic changes that I've found. Would it be possible for someone to tell me which of these I should file as bugs and which are desired changes?

o No ProcessorError is raised when a transformation is done on an XML
  document without a stylesheet (a warning is generated; this behavior
  is arguably correct)
o XSLError is no longer raised when a call to write() on the output
  stream is called (seems like a bug; an exception would be best
  but at least an error or warning should be generated)
o Calls to non-existant XPath functions do longer generate an exception
  (seems like bug)
o Invalid XPath expressions based as top level arguments do not generate
  exceptions e.g. "foo()" or "((((" (seems like a bug)
o Possible memory leak with InputSource objects returned by
  EntityResolvers (need to investige more; i've called wolf on this
  before)

Cheers,
Brian

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to