We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
Could we add another loading option that takes a file path string and returns the XML tree?
Something like:
mxml_node_t *tree; tree = mxmlLoadFilePath(NULL, "/path/to/filename.xml", MXML_OPAQUE_CALLBACK);
I know it's a trivial wrapper on mxmlLoadFile() but I think it could be useful for new users.
mxmlLoadFile()
The text was updated successfully, but these errors were encountered:
Added in latest Git master.
Sorry, something went wrong.
michaelrsweet
No branches or pull requests
Hi,
Could we add another loading option that takes a file path string and returns the XML tree?
Something like:
I know it's a trivial wrapper on
mxmlLoadFile()
but I think it could be useful for new users.The text was updated successfully, but these errors were encountered: