-
```
I could not find it in
http://code.google.com/p/pyang/downloads/detail?name=pyang-1.4.1.tar.gz
Nor in
http://code.google.com/p/pyang/downloads/detail?name=pyang_src-1.4.1.tar.gz
Even though the fi…
-
```
What steps will reproduce the problem?
1. Create an object as following:
var ev = {
allDay: true,
editable: undefined,
end: undefined,
id: undefined,
start: 1351551600,
timeZoneO…
-
```
What steps will reproduce the problem?
1. Install node.js
2. Install xmldom with this command:
npm install xmldom
3. use the following code:
var window={};
var DOMParser = require('xmldom').DOMP…
-
```
What steps will reproduce the problem?
1. Install node.js
2. Install xmldom with this command:
npm install xmldom
3. use the following code:
var window={};
var DOMParser = require('xmldom').DOMP…
-
```
What steps will reproduce the problem?
Run these two lines in your JavaScript console:
1. var xmlStr = "showme"
2. X2JS.json2xml_str(X2JS.xml_str2json(xmlStr))
What is the expected output? What …
-
```
When calling json2xml_str()
When you have something like:
{ name: [ { first: 'Dean' } , { first: 'Dan' } ] }
The 'name' is dropped and only 2 nodes are created
Alternatively, I noticed that c…
-
```
When calling json2xml_str()
When you have something like:
{ name: [ { first: 'Dean' } , { first: 'Dan' } ] }
The 'name' is dropped and only 2 nodes are created
Alternatively, I noticed that c…
-
```
What steps will reproduce the problem?
1. Install node.js
2. Install xmldom with this command:
npm install xmldom
3. use the following code:
var window={};
var DOMParser = require('xmldom').DOMP…
-
```
What steps will reproduce the problem?
1. Install node.js
2. Install xmldom with this command:
npm install xmldom
3. use the following code:
var window={};
var DOMParser = require('xmldom').DOMP…
-
Thanks for providing this project. I'm trying to add more content to a xml node using javascript, but I do not see how to do it.
For example, I already have this:
``` xml
```
But I want to add an …