XML EntityDeclValue

The EntityDeclValue element represents the value of an EntityDecl or ParameterEntityDecl defined internally in the DOCTYPE construct. It is always a child of an element of one of those types, and is a value element. For the following entity:

    <!ENTITY  bookTitle "User Guide">

the EntityDeclValue element has the string value User Guide.

Related concepts
Message flows overview
Related tasks
Developing message flows
Related reference
XML document type declaration
XML DocTypeDecl
XML entities
XML EntityDecl
XML ParameterEntityDecl
XML DTD example