From: Jirka Kosek Date: Fri, 18 Nov 2005 21:49:05 +0000 (+0000) Subject: Corrected XMLSpy related FAQ entry. Hardwiring xml.xsd inside a program code? What... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=785e67d7099031090ab8e908b689c8efcb267eb9;p=docbook-dsssl Corrected XMLSpy related FAQ entry. Hardwiring xml.xsd inside a program code? What they smoke in Vienna? >:-( --- diff --git a/docbook/relaxng/docbook/howto/howto.xml b/docbook/relaxng/docbook/howto/howto.xml index c5560a851..0808cd9d4 100644 --- a/docbook/relaxng/docbook/howto/howto.xml +++ b/docbook/relaxng/docbook/howto/howto.xml @@ -975,13 +975,12 @@ complains about undefined xml:id attribute? -XMLSpy always uses its own version of +XMLSpy always uses its own bundled version of xml.xsd which unfortunately doesn't define xml:id attribute. To solve this problem, just -grab the latest version of xml.xsd from and copy it over original -file -XMLSpy_install_dir/Schemas/schema/W3C_2001/xml.xsd. +class="attribute">xml:id attribute. The bundled version of +xml.xsd is hardwired into the program and can not +be replaced by a newer version. To solve this problem you must upgrade +to version 2006 SP1.