Michael R Sweet
6471e5ccd4
Fixed a memory leak when loading invalid XML (Bug #496 )
2014-01-05 03:21:00 +00:00
Michael R Sweet
ce2c97135f
More updates for v2.8.
2014-01-05 03:12:18 +00:00
Michael R Sweet
5e785816aa
Prep for Mini-XML v2.7 release.
2011-12-21 07:48:59 +00:00
Michael R Sweet
ee923fa82c
Make mxmlSet* work like mxmlGet*.
2011-12-09 23:49:00 +00:00
Michael R Sweet
89545886f4
Changelogs.
2011-01-14 18:39:12 +00:00
Michael R Sweet
3899cb0aa5
Fix some HTML and CSS validation issues.
2011-01-14 18:36:09 +00:00
Michael R Sweet
7509866b99
Restore original logo images.
2011-01-03 02:05:04 +00:00
Michael R Sweet
aaefc5c07c
Rename mxmlFindValue to mxmlFindPath.
...
Rename mxmlGetPrevious to mxmlGetPrevSibling.
Rename mxmlGetNext to mxmlGetNextSibling.
Update documentation.
2011-01-03 02:03:29 +00:00
Michael R Sweet
a9012172c1
Implemment getters for all of mxml_node_t and mxml_index_t fields (STR #118 )
...
Make mxml_node_s and mxml_index_s private (but still in the public header for
2.x).
2011-01-01 23:42:17 +00:00
Michael R Sweet
159e54f5d2
Add mxmlFindValue API (STR #110 )
2010-11-08 16:07:05 +00:00
Michael R Sweet
3ab2fa249f
Tweak web interface, icons, and Chapter 2 of the programmers manual.
2010-09-26 07:37:07 +00:00
Michael R Sweet
03de67921f
New logo image.
2010-09-19 15:52:20 +00:00
Michael R Sweet
ccd0f5e225
Doco updates.
2010-09-19 08:50:54 +00:00
Michael R Sweet
2e9f4022bf
Fix some typos and the clang target.
2010-09-19 07:28:06 +00:00
Michael R Sweet
83dc8f4932
Update web site versions.
2010-09-19 05:31:54 +00:00
Michael R Sweet
97ca6dc424
Updated the source headers to reference the Mini-XML license and its exceptions
...
to the LGPL2 (STR #108 )
2010-09-19 05:26:46 +00:00
Michael R Sweet
5144087e36
Fix release notes.
2009-05-17 17:31:51 +00:00
Michael R Sweet
d13e530148
Update documentation.
2009-05-17 06:04:58 +00:00
Michael R Sweet
8d1ff5128d
Update --tokens to support a file path and always add a newline at the end of
...
each token.
2009-05-05 13:38:00 +00:00
Michael R Sweet
58712ee6fc
Add --tokens option.
2009-05-05 05:08:43 +00:00
Michael R Sweet
474d6da1b4
Fix mxmlEntityAddCallback and mxmlEntityRemoveCallback docos (STR #91 )
2009-03-19 05:38:52 +00:00
Michael R Sweet
4d81aff146
Fix swapped documentation issue (STR #92 )
2009-03-19 05:33:20 +00:00
Michael R Sweet
fcdfa5a09d
Fix two potential NULL dereferences caught by Clang.
2009-03-17 05:51:59 +00:00
Michael R Sweet
0dbf99da69
Update to HTML 4.01 doctype.
2009-02-02 19:24:26 +00:00
Michael R Sweet
16c5e31280
Don't embed links or other markup in title attributes.
...
Update copyright/license stuff.
2009-01-13 08:13:46 +00:00
Michael R Sweet
4e75d3579f
Fix Nodes.xml generation.
2008-12-08 17:51:44 +00:00
Michael R Sweet
fd57e148c5
Fix docset generation.
2008-12-06 04:20:38 +00:00
Michael R Sweet
96564158e1
Fix some typos.
2008-11-28 11:07:49 +00:00
Michael R Sweet
59e1bbbb7a
Add support for generating Xcode documentation sets.
...
Fix a few Clang-detected issues.
2008-11-28 10:56:50 +00:00
Michael R Sweet
62b697c229
Fix framed output.
2008-07-17 16:36:21 +00:00
Michael R Sweet
d7fcf13ff8
Fix mxml.pc typo (STR #79 )
2008-03-21 04:31:07 +00:00
Michael R Sweet
8aff906d87
Fix man page output.
...
Prep for 2.5 release.
2008-01-29 05:28:31 +00:00
Michael R Sweet
29ab62983c
write_element() was writing to stdout.
2008-01-29 01:00:40 +00:00
Michael R Sweet
fe77bb9f69
More style tweaking.
2008-01-28 00:35:41 +00:00
Michael R Sweet
3c890fa238
Scan intro file for headings, add to table-of-contents.
...
Consistently use classes for all headings.
Always use <div class="body"> for the body of the docs.
Cleanup stylesheet to avoid stylesheet conflicts.
2008-01-27 23:54:03 +00:00
Michael R Sweet
1fed22b03c
Add --footer, rename --heading to --header.
...
Update man page for mxmldoc.
2008-01-26 21:04:57 +00:00
Michael R Sweet
ee8df0fe52
Bump version to 2.5.
...
Add --heading option to place contact before table-of-contents and intro.
Tweak the mxmldoc test suite.
Use " instead of ' for attribute values.
Quote titles, etc. as needed.
Move TOC and HTML header generation to separate functions in preparation for
frame support.
2008-01-26 20:50:28 +00:00
Michael R Sweet
1e2bbbc851
Save work on mxmldoc; add --css option, start of --framed, add discussion
...
text, new classes for HTML output customization.
2008-01-26 07:24:53 +00:00
Michael R Sweet
346be509a3
Update mxmldoc output to use a more modern format similar to Apple's
...
reference format.
2008-01-25 07:50:40 +00:00
Michael R Sweet
5f263362a9
Use \- instead of - in man pages (STR #68 )
2008-01-13 01:51:16 +00:00
Michael R Sweet
fdd1764429
Remove old .cvsignore files.
...
Don't distribute print-version images in the regular source tarball.
2007-11-23 06:51:57 +00:00
Michael R Sweet
6057e7ee02
Prep for 2.4 release.
...
Update documentation.
2007-11-23 02:15:07 +00:00
Michael R Sweet
237a4ad90e
Fix output of function argument descriptions.
...
Use minixml.org for schema.
2007-09-26 01:32:57 +00:00
Michael R Sweet
b6661a118c
Add pthread support.
2007-09-22 21:00:56 +00:00
Michael R Sweet
658c6bd661
mxmlElementSetAttrf() did not work (STR #57 )
2007-09-15 20:04:56 +00:00
Michael R Sweet
d6d842e60a
Bump version to 2.4.
...
Added mxmlElementDeleteAttr() function (STR #59 ).
2007-09-15 20:03:15 +00:00
Michael R Sweet
e9a1907adf
Changelog.
2007-09-09 08:28:50 +00:00
Michael R Sweet
30feac1369
Add mxml_isspace() local Unicode implementation of isspace() with inlining
...
when possible (STR #48 )
2007-09-09 07:27:08 +00:00
Michael R Sweet
b0e38fbcbf
Fix mxmlWalkNext() and mxmlWalkPrev() when node == top (STR #53 )
2007-09-09 07:16:52 +00:00
Michael R Sweet
3fcd4256a7
More updates to the cover.
2007-05-23 21:38:42 +00:00