XMLEntity - Maple Help

Online Help

All Products    Maple    MapleSim


XMLTools

  

XMLEntity

  

general XML entity reference constructor

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

XMLEntity(name)

Parameters

name

-

string; name of XML entity reference to create

Description

• 

The XMLEntity(name) command constructs XML entity reference data structures, given the name of the entity.

Examples

withXMLTools:

XMLEntityfoo

_XML_Entityfoo

(1)

XMLEntity#A06BF

_XML_Entity#A06BF

(2)

See Also

XMLTools

XMLTools[IsEntity]