Цитата:
Сообщение от
Lucky13
А так не подойдет
X++:
XMLDocument XMLDocument = XMLDocument::newBlank();
XMLElement node = XMLDocument.createElement('node');
;
node.setAttribute("attr1", "attr");
node.setNodeTypedValue('bla-bla-bla');
XMLDocument.appendChild(node);
info(XMLDocument.xml());
В DAX 4.0, DAX 2009 ошибка компиляции: "The class XmlElement does not contain this function." для setNodeTypedValue.
У кого-нибудь этот пример компилируется?