Thiago Laubstein

Results 3 issues of Thiago Laubstein

Given: ``` javascript var strXml = '1'; var xml = JXON.stringToXml(strXml); var json = JXON.xmlToJs(xml); console.log('XML to String', JXON.xmlToString(xml)); console.log('JS to String', JXON.jsToString(json)); ``` Using Chrome 52: ``` bash XML...

This commit fixes #33 . The code supports only `version`, `encoding` and `standalone` xml prolog attributes ([here](#diff-c7e5ae5c032e54b2a273d1a11d0e67c8R65)). The new special attribute (`xmlProlog`) is using the default `attrPrefix`, is this ok?...