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

C14N() on a node returns the root-node #1065

Open
kripper opened this issue Sep 7, 2022 · 0 comments
Open

C14N() on a node returns the root-node #1065

kripper opened this issue Sep 7, 2022 · 0 comments

Comments

@kripper
Copy link
Contributor

kripper commented Sep 7, 2022

Test case:
https://onlinephp.io/c/f4d65

Given the following XML example, running C14N() on tag "NODE" returns the whole document (BUG).
c14N() on tag "NODE" should only return the content of tag "NODE".

<?xml version="1.0"?>
<TEST>
  <NODE>
    here
  </NODE>
</TEST>

kripper added a commit to kripper/peachpie that referenced this issue Sep 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant