Skip to content

Commit 42d52c0

Browse files
committed
Merge branch 'master' of github.com:oozcitak/xmlbuilder-js
2 parents 32dccb9 + d0c6ed7 commit 42d52c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/index.coffee

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ XMLBuilder = require './XMLBuilder'
1111
# `xmldec.encoding` Encoding declaration, e.g. UTF-8
1212
# `xmldec.standalone` standalone document declaration: true or false
1313
#
14-
# `doctype.ext` the external subset containing markup declarations
14+
# `doctype.pubid` public identifier of the external subset
15+
# `doctype.sysid` system identifier of the external subset
1516
#
1617
# `options.headless` whether XML declaration and doctype will be included: true or false
1718
# `options.allowSurrogateChars` whether surrogates will be allowed: true or false

0 commit comments

Comments
 (0)