Thanks to visit codestin.com
Credit goes to github.com

Skip to content

oozcitak/dom

Repository files navigation

DOM

A Javascript implementation of the DOM Living Standard.

License NPM Version

Node.js CI Code Coverage

Version

Current version implements the standard as of commit 57512fa (Last Updated 24 September 2019).

This DOM implementation is for XML documents only.

Installation

npm install @oozcitak/dom

Usage

Create an instance of the DOMImplementation class to construct the DOM tree.

const { DOMImplementation } = require("@oozcitak/dom");

const dom = new DOMImplementation();
const doc = dom.createDocument('ns', 'root');

The module also exports DOMParser and XMLSerializer classes as in the browser.

About

A modern DOM implementation

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •