Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggestion to xml and wxWidgets #15

Closed
horvatha4 opened this issue Apr 17, 2016 · 2 comments
Closed

Suggestion to xml and wxWidgets #15

horvatha4 opened this issue Apr 17, 2016 · 2 comments

Comments

@horvatha4
Copy link

This is maybe a "two in one" solution. The new wxWidgets have:
"
wxXmlAttribute Represents a node attribute
wxXmlDocument This class holds XML data/document as parsed by XML parser in the root node
wxXmlNode Represents a node in an XML document
wxXmlResource This is the main class for interacting with the XML-based resource system
"
classes.
We (or the Torsion) need more to handle xml files?
The "CAUTION" remark is removed from the new xml.h file in wxWidgets.

@dottools
Copy link

wxWidgets still suggests to use an outside XML library as the one implementation they're using is really meant for internal use only. Meaning they designed their XML parser for just wxWidgets' components use, and not for wxWidgets library users.

@tomspilman
Copy link
Member

Yeah... best option is still using TinyXML2 like I suggested in #1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants