Name
NotationDecl -- parser has detected a notation declaration
Synopsis
NotationDecl(p, name$, base$, sysid$, pubid$)
Function
This function is called when the parser detects an XML notation declaration. The notation name is passed in the name$ parameter. 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
name$
notation name
base$
base to use for relative system identifiers
sysid$
system ID
pubid$
public ID

Show TOC