FSN#34495 res_ruimte moet naar zijn meervoud heten. Ook null-values ondersteunen in de (documentatie) xml
svn path=/Website/trunk/; revision=27364
This commit is contained in:
@@ -735,7 +735,7 @@ var simple_json2xml = (function (undefined) {
|
||||
} else if (value instanceof Object && type == 'object') {
|
||||
xml += tag(i) + simple_json2xml(value) + tag(i, 1);
|
||||
} else {
|
||||
xml += tag(i) + Server.HTMLEncode(value) + tag(i, 1);
|
||||
xml += tag(i) + (value===null?"":Server.HTMLEncode(value)) + tag(i, 1);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user