08-28-2012, 12:44 AM
NITROUIH Написал:Айвеб у меня матерится такими ошибками исключительно на modrolexml.jsp. Вроде бы.аналогично, почему то ему не нравится этот файл... то ли в нем что-то не так, то ли все таки джава виновата...к сожалению гугл не дал точных ответов кроме как предпосылок на какой то DOM3
setXmlStandalone
void setXmlStandalone(boolean xmlStandalone)
throws DOMException
An attribute specifying, as part of the XML declaration, whether this document is standalone. This is false when unspecified.
Note: No verification is done on the value when setting this attribute. Applications should use Document.normalizeDocument() with the "validate" parameter to verify if the value matches the validity constraint for standalone document declaration as defined in [XML 1.0].
Throws:
DOMException - NOT_SUPPORTED_ERR: Raised if this document does not support the "XML" feature.
Since:
DOM Level 3
но я в этом мало что понимаю(((