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

If XML Data has XML declarations, boom! #39

Open
anelad opened this issue Jun 3, 2015 · 0 comments
Open

If XML Data has XML declarations, boom! #39

anelad opened this issue Jun 3, 2015 · 0 comments

Comments

@anelad
Copy link

anelad commented Jun 3, 2015

I have a XML data below. I cannot parse that because it has some XML declarations. Am I doing something wrong? Or do I have to delete declarations manually?

<?xml version="1.0" encoding="utf-8"?>
<OBJECT xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://example.com/">
  <NAME>name</NAME>
  <CODE>nm</CODE>
  <ID>10001</ID>
</OBJECT>
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