The system ID is carried in the DocumentType node. Per the DOM Level 1 and Level 2 specs, it can only be set when that node is created, and that node can only be associated with the Document node when the Document is created... so you can set it when first building a Document but not at any time after that.
DOM Level 3 may relax that restriction. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
