Donate Share

Saxon XSLT and XQuery Processor

Tracker: Bugs

5 Identity transform to DOMResult fails - ID: 440992
Last Update: Settings changed ( mhkay )

An identity transform to a DOMResult (without
supplying a root node) produces a tree that is
corrupt; the behavior of navigation functions on this
tree is undefined but in many cases it will appear to
be empty.

Present in Saxon 6.4.2 and all previous releases since
JAXP 1.1 was introduced.

Raised by Daniel Parker

Fixed in Saxon 6.4.3

Cause: startDocument() in TinyBuilder was being called
twice, resulting in the creation of a second root node.

Fix: detect the double call on startDocument() and
ensure that the second call does nothing.


Michael Kay ( mhkay ) - 2001-07-13 10:39

5

Closed

Fixed

Michael Kay

JAXP Java API

v6.4

Public


Comments

No follow-up comments have been posted.

Attached File

No Files Currently Attached

Changes ( 3 )

Field Old Value Date By
status_id Open 2001-07-24 11:43 mhkay
resolution_id None 2001-07-24 11:43 mhkay
close_date - 2001-07-24 11:43 mhkay