XML.elemNew() not implemented

Description

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.

Activity

Show:

Pothys - MitrahSoft 24 November 2021 at 15:16

The function was available from lucee 5.2.1. But using XML.elemNew() throws Can't cast Object type [XML] to a value of type [org.w3c.dom.element]. This issue has a seperate ticket with patch https://luceeserver.atlassian.net/browse/LDEV-2936 .

Unresolved

Details

Assignee

Reporter

New 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

Flag notifications