|
|||||
Related Syntax | Related Concepts | |
operator |
creating |
Syntax
creating (sgml-dtds | xml-dtds) {string-expression}
The creating
option of do sgml-parse
or do xml-parse
compiles a DTD and stores it on
the sgml-dtds
or xml-dtds
shelf. The compiled DTD will only be added if no errors occurred
during parsing.
When creating
is specified, the parsing terminates at the end of the document prolog, and the document
instance is not parsed.
If the sgml-dtds
or xml-dtds
shelf does not already have such an item, a new item, with the
given key, will be created and added to the end of the shelf, and the newly compiled DTD stored in that item. If
the sgml-dtds
or xml-dtds
already has an item with the given key, then the newly created DTD
replaces the previous one.
The new sgml-dtds
or xml-dtds
item is not created until after the entire do sgml-parse
or do xml-parse
action has completed. If there is an error in the declaration or the prolog (DTD) then
the sgml-dtds
or xml-dtds
shelf will not be updated.
Related Syntax |
Related Concepts |
Copyright © Stilo International plc, 1988-2010.