mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2025-12-30 05:41:49 -08:00
Integrating this module allows us to do HTML/XML parsing under Node.js (there is no built-in support for Node.js; we can already do HTML/XML parsing in the browser). The implementation chosen is pure JavaScript, and will work in all configurations of TiddlyWiki.
7 lines
165 B
Text
7 lines
165 B
Text
{
|
|
"title": "$:/plugins/tiddlywiki/xmldom",
|
|
"description": "Wrapper for xmldom",
|
|
"author": "JeremyRuston",
|
|
"core-version": ">=5.0.0",
|
|
"list": "readme license"
|
|
}
|