set namespace and come out of namespace #102
Unanswered
greylegface
asked this question in
Q&A
Replies: 2 comments
-
|
Namespace atttributes require valid definition, which I don't see in the example. E.g: Our parser will first ensure that Refer to closed issues for some sample on this. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Hi. I assumed that was obvious so I didn't have to type it out. this is what my XML looks like: The problem I have is getting anything after the Thanks |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi.
I have an issue parsing the following code:
I have extracted the data and I am parsing it like so:
which doesn't work.
I have tried namespacing the tag as well:
Can anyone point me in the direction of getting out of the namespace, as the tag child doesn't have the namespace as the parent? I would guess that because the doesnt have the namespace legdtl: is why it cant find it.
Beta Was this translation helpful? Give feedback.
All reactions