We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba51550 commit d0c6ed7Copy full SHA for d0c6ed7
src/index.coffee
@@ -11,7 +11,8 @@ XMLBuilder = require './XMLBuilder'
11
# `xmldec.encoding` Encoding declaration, e.g. UTF-8
12
# `xmldec.standalone` standalone document declaration: true or false
13
#
14
-# `doctype.ext` the external subset containing markup declarations
+# `doctype.pubid` public identifier of the external subset
15
+# `doctype.sysid` system identifier of the external subset
16
17
# `options.headless` whether XML declaration and doctype will be included: true or false
18
# `options.allowSurrogateChars` whether surrogates will be allowed: true or false
0 commit comments