xmldom-reborn
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "xmldom-reborn", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "A W3C Standard XML DOM(Level2 CORE) implementation and parser(DOMParser/XMLSerializer).", | ||
@@ -5,0 +5,0 @@ "keywords": ["w3c","dom","xml","parser","javascript","DOMParser","XMLSerializer"], |
@@ -12,3 +12,3 @@ # XMLDOM-Reborn [![Coverage Status](https://coveralls.io/repos/MrDataStorage/xmldom-reborn/badge.png?branch=master)](https://coveralls.io/r/MrDataStorage/xmldom-reborn) [![NPM version](https://badge.fury.io/js/xmldom-reborn.png)](http://badge.fury.io/js/xmldom-reborn) | ||
------- | ||
>npm install xmldom | ||
>npm install xmldom-reborn | ||
@@ -18,3 +18,3 @@ Example: | ||
```javascript | ||
var DOMParser = require('xmldom').DOMParser; | ||
var DOMParser = require('xmldom-reborn').DOMParser; | ||
var doc = new DOMParser().parseFromString( | ||
@@ -21,0 +21,0 @@ '<xml xmlns="a" xmlns:c="./lite">\n'+ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
75973