> Does anyone knows how to set public id for DocType when writing an >xml file using DOM API?
That field has to be set when _creating_ the doctype object; it's not changable later, and the DocType can't be replaced with another one. (DOM Level 3 may change these answers, but is still in working draft form.) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
