Method XmlNode():getRawContent() Foundation

Gets the content as raw XML data.

Syntax
:getRawContent() --> cRawContent
Return

An XML-encoded character string with the content of the XmlNode() object. If no content is defined, an empty string is returned.

Description

The method :getRawContent() returns the content of the node object as raw XML-encoded data.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.