NanoXML: Difference between revisions

From FreeMind
Jump to navigationJump to search
No edit summary
No edit summary
Line 17: Line 17:


Links:
Links:
* [http://nanoxml.cyberelf.be/ NanoXML], nanoxml.cyberelf.be
* [http://nanoxml.cyberelf.be/ NanoXML], nanoxml.cyberelf.be -- 27 Aug 2026: the link does not load; see also [https://web.archive.org/web/20040829081018/http://nanoxml.cyberelf.be/ Wayback Machine at 29 Aug 2004]
* [https://web.archive.org/web/20110814134950/http://devkix.com/nanoxml.php devkix.com at Wayback Machine]
* [https://web.archive.org/web/20110814134950/http://devkix.com/nanoxml.php devkix.com at Wayback Machine]
* [https://sourceforge.net/projects/nanoxml/ nanoxml], sourceforge.net
* [https://sourceforge.net/projects/nanoxml/ nanoxml], sourceforge.net

Revision as of 11:04, 27 August 2026

(Development documentation.)

NanoXML is an XML parser (or a collection of XML parsers) used to parse mind map XML (see also Components). FreeMind 1.0.1 (and multiple earlier versions) uses a modified version of NanoXML 2 Lite. As per devix.com, "NanoXML/Lite" is "An extremely small (6KB) XML parser which is the successor of NanoXML 1. It only provides a limited functionality: no mixed content and the DTD is ignored."[1].

A (modified) copy of the source code is present in the FreeMind source code repository.

Files relating to NanoXML:

  • freemind\freemind\main\XMLElement.java[2]
  • freemind\freemind\main\XMLParseException.java[3]
  • freemind\freemind\modes\XMLElementAdapter.java
  • freemind\freemind\modes\browsemode\BrowseXMLElement.java
  • freemind\freemind\modes\mindmapmode\MindMapXMLElement.java

Related directories:

  • freemind\freemind\main[4]
  • etc.

Links: