Skip to content

AbstractMarshallers should do proper SAXSource handling [SWS-11] #171

Closed
@gregturn

Description

@gregturn

Arjen Poutsma opened SWS-11 and commented

AbstractMarshaller handles SAXSources by taking the InputSource out of it, and reading that like a regular stream. This is incorrect behavior.

Instead, we should take the XMLReader and InputSource provided by the SAXSource, get a ContentHandler from the marshalling framework, and use the reader to parse the inputsource with the contenthandler.


Affects: 0.9

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions