WebSphere Message Broker, Version 8.0.0.7
Operating Systems: AIX, HP-Itanium, Linux, Solaris, Windows, z/OS
See information about the latest product version
See information about the latest product version
XML ExternalEntityDecl
The ExternalEntityDecl element represents a general entity where the entity definition is contained externally to the current message.
The ExternalEntityDecl is a named element and has a child of type SystemId. It can also have a child of type PublicId.
An external entity declaration of the form:
<!ENTITY bookAppendix SYSTEM "appendix.txt">
has an EntityDecl element of name bookAppendix and a child element of type SystemId with a string value of appendix.txt.