Name
SkippedEntity -- parser has skipped an entity (V2.0)
Synopsis
SkippedEntity(p, name$, isparm)
Function
This function is called in two situations:

  1. An entity reference is encountered for which no declaration has been read and this is not an error.
  2. An internal entity reference is read, but not expanded, because DefaultHandler() has been called.

The isparm argument will be True for a parameter entity and False for a general entity.

Note: Skipped parameter entities in declarations and skipped general entities in attribute values cannot be reported, because the event would be out of sync with the reporting of the declarations or attribute values.

Parameters
p
parser handle
name$
entity name
isparm
True for parameter entities, False for general entities

Show TOC