XMLCData - Maple Help

Online Help

All Products    Maple    MapleSim


XMLTools

  

XMLCData

  

XML CDATA constructor

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

XMLCData(s)

Parameters

s

-

string; text of the CDATA section

Description

• 

The XMLCData(s) command takes the text of a CDATA section s and returns it as an XML data structure in the form of a Maple XML tree.

  

By using this function, you can include a CDATA section in any Maple representation of an XML document.

Examples

withXMLTools:

XMLCDataThis is some CDATA <b>with <i>embedded</i> markup</b><foo>Not even a close tag!

_XML_CDATAThis is some CDATA <b>with <i>embedded</i> markup</b><foo>Not even a close tag!

(1)

See Also

XMLTools

XMLTools[AddChild]

XMLTools[CDataData]

XMLTools[IsCData]