Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(parser): let configure XML attribute processing #2704

Merged
merged 2 commits into from
May 25, 2023

Commits on May 22, 2023

  1. feat(parser): let configure XML attribute processing

    Remove the 'entities' dependency.
    By default, there is no need to be able to decode all entities as most of the time, only 'basic' entities are generally
    used in BPMN sources. Instead, `bpmn-visualization` now provides a small set of entities transform.
    
    If there is a need to transform more entities, a new Parser option is now available to let application perform more
    processing.
    tbouffard committed May 22, 2023
    Configuration menu
    Copy the full SHA
    823b786 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. Configuration menu
    Copy the full SHA
    9e4736a View commit details
    Browse the repository at this point in the history