UNPKG

xml.js

Version:

XML.js provides helper functions for XML manipulation, including conversion of documents into [JXON](https://developer.mozilla.org/en-US/docs/JXON) objects. It is built on top of [xmldom](https://www.npmjs.org/package/xmldom) & [xpath](https://www.npmjs.o

102 lines 1.96 kB
{ "catalog": { "*": [ { "#C": "Source: https://developer.mozilla.org/en-US/docs/JXON#example.xml" }, { "product": { "description": "Cardigan Sweater", "*": [ { "catalog_item": { "gender": "Men's", "*": [ { "item_number": "QWZ5671" }, { "price": "39.95" }, { "size": { "description": "Medium", "*": [ { "color_swatch": { "image": "red_cardigan.jpg", "*": "Red" } }, { "color_swatch": { "image": "burgundy_cardigan.jpg", "*": "Burgundy" } } ] } }, { "size": { "description": "Large", "*": [ { "color_swatch": { "image": "red_cardigan.jpg", "*": "Red" } }, { "color_swatch": { "image": "burgundy_cardigan.jpg", "*": "Burgundy" } } ] } } ] } }, { "catalog_item": { "gender": "Women's", "*": [ { "item_number": "RRX9856" }, { "discount_until": "Dec 25, 1995" }, { "price": "42.50" }, { "size": { "description": "Medium", "*": { "color_swatch": { "image": "black_cardigan.jpg", "*": "Black" } } } } ] } } ] } }, { "script": { "type": "text/javascript", "*": { "#D": "function matchwo(a,b) {\n if (a < b && a < 0) { return 1; }\n else { return 0; }\n}" } } } ] } }