mxml icon indicating copy to clipboard operation
mxml copied to clipboard

Tiny XML library.

Results 16 mxml issues
Sort by recently updated
recently updated
newest added

hi there, how to fix the configure error? checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking for gcc... gcc checking whether the C compiler works... yes checking...

unable-to-reproduce

Hi, Could we add another loading option that takes a file path string and returns the XML tree? Something like: ```c mxml_node_t *tree; tree = mxmlLoadFilePath(NULL, "/path/to/filename.xml", MXML_OPAQUE_CALLBACK); ``` I...

enhancement
priority-low

Would you consider making an amalgamated version of mxml which would allow to add 2 files to a project (mxml.h + mxml.c) and be built as part of the project?

enhancement
priority-low

Version: 3.x-feature Original reporter: Michael Sweet In a project i'm currently working on we have xml-files of several MB's. As i don't want to read the whole document in memory...

enhancement
priority-high

Thank you so much for your wonderful library! I would like to suggest adding CMake build support that was tested for few weeks in my project and seems to be...

enhancement
platform issue
priority-low

Version: 3.x-feature Original reporter: Michael Sweet For a future feature release (3.0?), add additional load options to control the disposition of whitespace between element nodes; reference: http://www.usingxml.com/Basics/XmlSpace NSXMLDocument (Apple Obj...

enhancement
priority-low

Version: 3.x-feature Original reporter: This enhancement would allow a generalized method to be used to load or save XML data with mini XML. For example, a callback could be specified...

enhancement
priority-high

Currently the `mxml_type_e` enumerations are not named so it is obvious they are values of that type. Rename them to MXML_TYPE_foo to fix that.

enhancement
priority-medium

Currently we lump all `` constructs into the MXML_ELEMENT node type. Break those out to make it easier to support them.

enhancement
priority-medium

Version: 3.x-feature Original reporter: Continue bug#66. Another example is the mxmlSetErrorCallback() which has no context assigned. It would be much easier to use if there is ability to set some...

enhancement
priority-medium