File: 524931.jstest

package info (click to toggle)
htmlunit-core-js 2.8-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 5,804 kB
  • ctags: 10,088
  • sloc: java: 75,059; xml: 889; sh: 14; makefile: 11
file content (6 lines) | stat: -rw-r--r-- 251 bytes parent folder | download
1
2
3
4
5
6
var tmp=new XML('<message xmlns="http://something"><data></data></message>');
default xml namespace = "http://something";
var otherData = new XML(<otherData></otherData>); 
otherData['@anAtt'] = "anATTValue"; 
tmp.data.otherData=otherData;
"success";