-
-
Notifications
You must be signed in to change notification settings - Fork 731
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
Problems using XmlPeek and XmlPoke in XML files with DOCTYPE #930
Comments
To solve this problem I have added two properties, DtdProcessing and ValidationType to XmlPeekSettings and XmlPokeSettings class. If you are interested i can do a PR with this code. |
@fabionuno A PR would be appreciated 👍 |
fabionuno
added a commit
to fabionuno/cake
that referenced
this issue
Jun 2, 2016
fabionuno
added a commit
to fabionuno/cake
that referenced
this issue
Jun 3, 2016
devlead
added a commit
that referenced
this issue
Jun 3, 2016
Fixed by #939 |
patriksvensson
changed the title
I can't use XmlPeek and XmlPoke in XML files with DOCTYPE
Problems using XmlPeek and XmlPoke in XML files with DOCTYPE
Jun 7, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What You Are Seeing?
I can't use XmlPeek and XmlPoke in XML files with a DOCTYPE declaration
What is Expected?
These methods should be able to work with XML files with DOCTYPE declaration
What version of Cake are you using?
0.12.0
Are you running on a 32 or 64 bit system?
64 bit
What environment are you running on? Windows? Linux? Mac?
OS X 10.11.5
Are you running on a CI Server? If so, which one?
No
How Did You Get This To Happen? (Steps to Reproduce)
Output Log
The text was updated successfully, but these errors were encountered: