Definitions for "Unparsed Entity" Add To Word List
Login or Register  | Word Lists | Search History

From Extensible Markup Language (XML) 1.1 ( 2004-02-04) An unparsed entity is a resource whose contents may or may not be text, and if text, may be other than XML. Each unparsed entity has an associated notation, identified by name. Beyond a requirement that an XML processor make the identifiers for the entity and notation available to the application, XML places no constraints on the contents of unparsed entities.
Helpful?           0
a container whose contents may or may not be text
Helpful?           0
a resource the contents of which may or may not be text, and if text, may be other than XML
Helpful?           0
a resource upon which XML places no constraints
Helpful?           0
general entity that contains something other than XML. By its nature, then, an unparsed entity contains binary data.
Helpful?           0
Any block of non-XML data, sometimes referred to as a binary entity because its content is often a binary file (such as an image) that is not directly interpreted by the XML parser. An unparsed entity could contain plain text, so the term binary is a bit misleading. Unlike a parsed entity, an unparsed entity requires a notation, which identifies the format or type of resource to which the entity is declared. Beyond a requirement that an XML parser make the identifiers for the entity and notation available to the application, XML places no constraints on the contents of unparsed entities.
Helpful?           0
An external resource referred to by entity reference whose contents may be binary data or text (including non-XML text). Each unparsed entity has a notation associated with it.
Helpful?           0