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

Cdata sections #59

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Cdata sections #59

wants to merge 5 commits into from

Commits on Feb 14, 2022

  1. Define type for cdata blobs in to_binary_nif

    Currently, when printing to binary, exml has an enforced way to
    implement escaping, that is, by escaping character by character, which,
    in the case of many characters that need escaping, increases the binary
    size dramatically, and also makes the binary less readable to the
    debugging eye. So we need a mechanism to tell exml to use cdata when
    desired.
    NelsonVides committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    e19a128 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7068254 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df0c708 View commit details
    Browse the repository at this point in the history
  4. Test CDATA escaping

    NelsonVides committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    5f68d9d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    62ccc33 View commit details
    Browse the repository at this point in the history