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
Namespaces...the bane of anyone who deals with XML. I'll take a look at this issue when I have free time. My first recommendation would be to ask the data provider to stop sending these namespaces (since they're ridiculously pointless), but I know that it's sometimes hard to get such requests granted.
Hmmm...as I start to look over the code, I'm starting to remember how annoying namespaces can really be, especially with the .NET libraries for XML. It'll probably require a little experimentation and time to create an appropriate implementation.
I'll leave this issue open for now, but since I have less availability in my personal time these days, it may be a while before I tackle this one.
Hi,
I'm trying to use the ONIX-Data parser with ONIX files from a provider and I'm getting this exception:
The
ONIXMessage
and allProduct
xml nodes have the namespace attributexmlns="http://ns.editeur.org/onix/3.0/reference"
:If I remove all the
xmlns
attributes from the file then the parsing works.I there some way to get the parse working without modifying the original ONIX files?
Thanks in advance.
Best Regards,
Dani
The text was updated successfully, but these errors were encountered: