Skip to content

Support CharacterEscapes using Stax (Woodstox/Aalto) functionality #75

@cowtowncoder

Description

@cowtowncoder

Currently CharacterEscapes system does not work for XML module, mostly because module has no direct control over output escaping. However, Stax2 extension that Woodstox (and Aalto I think?) implements does have similar functionality, using properties:

  • P_TEXT_ESCAPER (for cdata)
  • P_ATTR_VALUE_ESCAPER (for attribute values)

so it would be great to use that functionality to support needs for customized escapes, if at all possible. It is hard to say for sure whether that would work, but it should be easy enough to check.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions