-
Notifications
You must be signed in to change notification settings - Fork 256
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
<main> tag not processed #93
Comments
Any workaround for this? |
I'm seeing the same thing when trying to use pup to parse a draw.io document ( |
I'm seeing this issue as well. |
Same issue. |
Also getting this issue :( |
I merged the fix for this into https://github.com/frioux/pup, if anyone is interested. |
I switched to xidel, supporting powerful xpath for xml, xhtml. |
This HTML:
echo '<div>something</div>' | pup 'div'
Results in, as expected:
This:
echo '<main>something</main>' | pup 'main'
Results in:
Empty
Expected:
The text was updated successfully, but these errors were encountered: