March 2007
Intermediate to advanced
512 pages
21h 15m
English
The type xs:ENTITY represents a value that refers to an unparsed entity, which must be declared in the document's DTD. The xs:ENTITY type might be used to include information from another file that is not in XML syntax, such as images. XQuery does not provide any special functions for this type. However, since xs:ENTITY is ultimately derived from xs:string, xs:ENTITY values can be compared and used like strings.