< External Entities >

External entities exist outside of the XML document and are referenced by a system or public identifier.


Ex 1. External Entity by System Identifier
<!ENTITY name SYSTEM "name.ent">


Ex 2. External Entity by Public Identifier
<!ENTITY name PUBLIC "-//Whirlwind//Directory//EN">