I can't seem to make my XQY output a doctype using the options defined in the 
spec:
http://www.w3.org/TR/xslt-xquery-serialization/#XML_DOCTYPE

xquery version "1.0-ml";
declare option xdmp:output "doctype-public=-//W3C//DTD XHTML 1.0 Strict//EN";
declare option xdmp:output 
"doctype-system=http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";;
<html/>
=>
<html/>

Could something be suppressing the doctype? Is the syntax correct?

Thanks,

Will
_______________________________________________
General mailing list
[email protected]
http://developer.marklogic.com/mailman/listinfo/general

Reply via email to