The operator docdtd returns the doctype DTD of a document. Prototype string <-- docdtd( document ) Examples docdtd(file $myfile); -//CES//DTD cesDoc//EN
The operator docdtd returns the doctype DTD of a document.
Prototype
string <-- docdtd( document )
Examples
docdtd(file $myfile); -//CES//DTD cesDoc//EN
docdtd(file $myfile);
-//CES//DTD cesDoc//EN