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

Online Help

All Products    Maple    MapleSim


XMLTools

  

CleanEntities

  

remove _XML_Entity in favor of encoded text

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

CleanEntities(xmlTree)

Parameters

xmlTree

-

Maple XML tree; XML element

Description

• 

The CleanEntities(expr) command returns an equivalent xmlTree with the _XML_Entity elements removed and replaced with encoded text.  If no entity conversion is found, the _XML_Entity will still be replaced, but with an unconverted string.

Examples

(1)

(2)

(3)

(4)

Compatibility

• 

The XMLTools[CleanEntities] command was introduced in Maple 2018.

• 

For more information on Maple 2018 changes, see Updates in Maple 2018.

See Also

XMLTools

XMLTools[XMLEntity]

 


Download Help Document