Fixing doc bug
svn: r16006
This commit is contained in:
parent
f2a96f200a
commit
9e43c4e7a7
|
@ -126,10 +126,8 @@
|
|||
(write-xml
|
||||
(make-document (make-prolog (list (make-p-i #f #f 'xml "version=\"1.0\" encoding=\"UTF-8\""))
|
||||
(make-document-type 'plist
|
||||
(if (eq? (system-type) 'macosx)
|
||||
(make-external-dtd/system
|
||||
"file://localhost/System/Library/DTDs/PropertyList.dtd")
|
||||
#f)
|
||||
(make-external-dtd/system
|
||||
"http://www.apple.com/DTDs/PropertyList-1.0.dtd")
|
||||
#f)
|
||||
empty)
|
||||
(xexpr->xml `(plist ((version "0.9"))
|
||||
|
|
Loading…
Reference in New Issue
Block a user