S
Simon Brooke
The documentation for org.w3c.dom.DOMImplementation.createDocumentType says
helpfully:
public DocumentType createDocumentType(java.lang.String qualifiedName,
java.lang.String publicId,
java.lang.String systemId)
throws DOMException
and goes on to explain:
Parameters:
qualifiedNameThe - qualified name of the document type to be created.
On a 'monkey see, monkey do' basis I've been supplying the string 'html'
for XHTML documents, and since I've not generated DTD declarations when
generating other kinds of documents not thought any more about it. But
what does the 'qualified name' mean, and in what way is it 'qualified'? In
particular, how does one establish what the correct qualified name is for
a particular public id, private id pair - or doesn't it matter? Could I
just use 'froboz' and have it all still work?
If it does matter, is 'html' actually right?
--
(e-mail address removed) (Simon Brooke) http://www.jasmine.org.uk/~simon/
;; So, before proceeding with definitive screwing, choose the
;; position most congenital.
-- instructions for fitting bicycle handlebars
helpfully:
public DocumentType createDocumentType(java.lang.String qualifiedName,
java.lang.String publicId,
java.lang.String systemId)
throws DOMException
and goes on to explain:
Parameters:
qualifiedNameThe - qualified name of the document type to be created.
On a 'monkey see, monkey do' basis I've been supplying the string 'html'
for XHTML documents, and since I've not generated DTD declarations when
generating other kinds of documents not thought any more about it. But
what does the 'qualified name' mean, and in what way is it 'qualified'? In
particular, how does one establish what the correct qualified name is for
a particular public id, private id pair - or doesn't it matter? Could I
just use 'froboz' and have it all still work?
If it does matter, is 'html' actually right?
--
(e-mail address removed) (Simon Brooke) http://www.jasmine.org.uk/~simon/
;; So, before proceeding with definitive screwing, choose the
;; position most congenital.
-- instructions for fitting bicycle handlebars