CDataData - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


XMLTools

  

CDataData

  

extract an XML CDATA section

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

CDataData(xmlTree)

Parameters

xmlTree

-

Maple XML tree; XML CDATA section

Description

• 

The CDataData(xmlTree) command returns the data enclosed by the XML CDATA section xmlTree as a string.

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)

CDataData

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

(2)

See Also

XMLTools

XMLTools[IsCData]

XMLTools[XMLCData]