Package: cxml-stp

Function make-document-type

Lambda List

make-document-type (root-element-name &optional system-id public-id internal-subset)

Arguments

  • root-element-name -- string, a Name
  • system-id -- a string allowed as a system ID
  • public-id -- a string allowed as a public ID
  • internal-subset -- a well-formed internal subset as a string

Return Value

Details

This function creates a document-type node.

 

See also