Name
StartDocTypeDecl -- parser has reached the DOCTYPE declaration
Synopsis
StartDocTypeDecl(p, name$, sysid$, pubid$, subset)
Function
This function is called at the start of a DOCTYPE declaration, before any external or internal subset is parsed. The callback receives the DOCTYPE name in name$, the system ID in sysid$, the public ID in pubid$. The subset parameter will be True if the DOCTYPE declaration has an internal subset.

Parameters
p
parser handle
name$
DOCTYPE name
sysid$
system ID
pubid$
public ID
subset
True if DOCTYPE declaration has an internal subset

Show TOC