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

Xml fixes [EPF-11362] #28

Merged
merged 5 commits into from
Jun 12, 2024
Merged

Xml fixes [EPF-11362] #28

merged 5 commits into from
Jun 12, 2024

Commits on Apr 29, 2024

  1. Fix setAttributes: and setAttributesWithDictionary: to remove previou…

    …s attributes. Partially fix setNamespaces: to set old ns to NULL, but usage in other nodes in the tree are not cleaned up.
    Doug Simons committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    eb80fce View commit details
    Browse the repository at this point in the history
  2. Fix execute_xpath() to return an NSError when xpath expression can't …

    …be evaluated instead of just calling NSLog
    Doug Simons committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    a3ab09d View commit details
    Browse the repository at this point in the history
  3. update ChangeLog

    Doug Simons committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    9a48715 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

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

Commits on May 14, 2024

  1. add tests for these fixes

    Doug Simons committed May 14, 2024
    Configuration menu
    Copy the full SHA
    902448b View commit details
    Browse the repository at this point in the history