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
The namespace prefixes should be ignored when querying for a give tag-name, as when parsing an XML, you often can't predict the namespace prefix without analysing the namespace structure. Either as an optional parameter to "FirstChildElement", or as a standard feature.
The namespace prefixes should be ignored when querying for a give tag-name, as when parsing an XML, you often can't predict the namespace prefix without analysing the namespace structure. Either as an optional parameter to "FirstChildElement", or as a standard feature.
I have cloned the repo and done the changes to it. It's on https://github.com/olekrisek/tinyxml2
I can send a pull request if you are interested.
The text was updated successfully, but these errors were encountered: