Skip to content

CastorMarshaller does not marshal to DOM trees correctly [SWS-59] #218

Closed
@gregturn

Description

@gregturn

Arjen Poutsma opened SWS-59 and commented

The CastorMarshaller does not create correct DOM trees. While marshalling to DOM nodes, castor uses a SAX2DOMHandler to publish SAX events into the DOM tree. This handler is a SAX 1 DocumentHandler, which has no native namespace support. There is a DocumentHandlerAdapter, which tries to correct this, but obviously that is failing.

See http://forum.springframework.org/showthread.php?t=27476 and http://forum.springframework.org/showthread.php?t=28419


Affects: 1.0 M2

Referenced from: commits a6c7b74

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions