XMLTools[XMLCData] - XML CDATA constructor
|
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.
|
|
|
Download Help Document
Was this information helpful?