You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You'll notice that in both hiccup and hickory mode, the tags are something like :m:getstockprice. That's unfortunate, because if the XML namespaces change name, an identical document will parse quite differently. I'm not sure how to "fix" this though.
The text was updated successfully, but these errors were encountered:
Hickory has never had support for XML. I'm not against it, I just don't know XML well enough to think through all these ins and outs. So unfortunately I'm not surprised that sending XML through it isn't a smooth process. I am pretty sure the Hickory data format is missing features that are needed to express the fullness of XML, one of which you've flagged here. If I had a better understanding of the issues I might be able to offer some advice here.
Right now, when you parse some XML (using e.g. the open PR, or just DOMParser), and then
as-hiccup
it, you turn something like this:... and turns it into:
... or with
as-hickory
:You'll notice that in both hiccup and hickory mode, the tags are something like
:m:getstockprice
. That's unfortunate, because if the XML namespaces change name, an identical document will parse quite differently. I'm not sure how to "fix" this though.The text was updated successfully, but these errors were encountered: