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
Thanks for the input. In order to increase ABI stability, the definition of struct xml_string is not exposed.
Nevertheless a utility method returning the a content's of a node as zero terminated char* copy (to be freed by the caller) might be useful, since it's quite rare to have 0 inside XML content.
I find comparing attribute and node names very useful when parsing the xml when loading a "level"
xmlstr to float (which can be cast to int if needed...) is also useful for attribute contents...
by accessing the string structs (defining the whole struct in end user code)
the end user can then print a string like so....
I think this would make the examples easier to follow...
The text was updated successfully, but these errors were encountered: