Unresolved
Details
Assignee
Pothys - MitrahSoftPothys - MitrahSoftReporter
Adam CameronAdam CameronNew Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Fix versions
Priority
Minor
Details
Details
Assignee
Pothys - MitrahSoft
Pothys - MitrahSoftReporter
Adam Cameron
Adam CameronNew Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Fix versions
Priority
Created 13 February 2015 at 03:35
Updated 24 November 2021 at 15:28
Repro:
x = xmlParse(' <aaa> <bbb ccc="ddd">eee</bbb> <fff ggg="hhh">iii</fff> </aaa> '); x.aaa[1].XmlChildren.append(x.elemNew("jjj")); writeDump(variables);
Works in CF, which is where my expectation comes from.