Constructing QName instances for namespaced XML #36
Unanswered
dmanchester
asked this question in
Q&A
Replies: 1 comment
-
|
...I should mention that simply writing ...Similarly, with |
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.
-
Hi there,
I'm enjoying using Spac so far!
I'm working with namespaced XML, and I've gotten a basic example working, but I imagine there's a better way to construct the
QNameinstances I need.Here's a cut-down example of my XML (available in my project as
resources/minimal.xml):The following works for getting a
Listwith thatAH_0000001value......but
new QName("http://www.opengis.net/gml/3.2", "id")is kind of unsightly. Is there a better way?Thank you,
Dan
Beta Was this translation helpful? Give feedback.
All reactions