Skip to:
The following code:
xmlObj = xmlParse( '<Ortus></Ortus>' ); xmlObj.xmlRoot.xmlText = "BoxLang"; result = xmlObj.xmlRoot.xmlText;
Throws the following error:
The value passed [BoxLang] is not a Node instance
Update dereferenceAndInvoke to handle assignment
xmlCDATA assignment is also failing. Will fix at the same time.
xmlCDATA
The following code:
xmlObj = xmlParse( '<Ortus></Ortus>' ); xmlObj.xmlRoot.xmlText = "BoxLang"; result = xmlObj.xmlRoot.xmlText;
Throws the following error:
The value passed [BoxLang] is not a Node instance
Update dereferenceAndInvoke to handle assignment