summaryrefslogtreecommitdiff
path: root/js/lib/xml.js
AgeCommit message (Expand)Author
2015-01-24Removed JS implementation, which is moving to its own repo:John MacFarlane
2015-01-15Provide getters and setters for public properties of Node.John MacFarlane
2015-01-15Rename sourcepos -> _sourcepos, added sourcepos() accessor.John MacFarlane
2015-01-15Removed setType(), replaced getType() with type().John MacFarlane
2015-01-15Removed vestigial ReferenceDef node type.John MacFarlane
2015-01-15Added getType(), setType() to node.js.John MacFarlane
2015-01-13Initialize fields in objects to null rather than undefined.John MacFarlane
2015-01-12html.js, xml.js: avoid using concat.John MacFarlane
2015-01-12Fixed some linter errors.John MacFarlane
2015-01-11Moved common xml escaping code from xml.js, html.js to common.js.John MacFarlane
2015-01-11A few changes to JS so its xml matches cmark's.John MacFarlane
2015-01-11More xml.js improvements.John MacFarlane
2015-01-11Small improvements to xml.js.John MacFarlane
2015-01-11Fixed url -> destination in xml.js.John MacFarlane
2015-01-11Handle more attributes with xml.js.John MacFarlane
2015-01-11XML writer - implemented list attributes.John MacFarlane
2015-01-11XMLRenderer -> XmlRenderer.John MacFarlane
2015-01-11xml.js: basic structure working.John MacFarlane
2015-01-11Start on xml.js.John MacFarlane