Name
ExternalEntityRef -- parser has detected an external entity reference
Synopsis
ExternalEntityRef(p, subparser, base$, sysid$, pubid$)
Function
This function is called when the parser detects an external entity reference. The subparser parameter contains a parser handle created with the same callbacks and context as the main parser and should be used to parse the external entity. The base$ parameter is the base to use for relative system identifiers. It is set by parser:SetBase() and may be Nil. The sysid$ parameter is the system identifier specified in the entity declaration and is never Nil. The pubid$ parameter is the public ID given in the entity declaration and may be Nil.

Parameters
p
parser handle
subparser
subparser handle for parsing the external entity
base$
base to use for relative system identifiers
sysid$
system ID
pubid$
public ID

Show TOC