From 97567f7ab9f9aaa0cd1f2756c020be28c2d9777c Mon Sep 17 00:00:00 2001 From: Jirka Kosek Date: Thu, 27 Oct 2005 15:52:25 +0000 Subject: [PATCH] Added pointers to on-line validator and cloak script. Added FAQ that can save users of f&@#!d XMLSpy. --- docbook/relaxng/docbook/howto/howto.xml | 34 +++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/docbook/relaxng/docbook/howto/howto.xml b/docbook/relaxng/docbook/howto/howto.xml index 97c9b8d8c..0dd001e47 100644 --- a/docbook/relaxng/docbook/howto/howto.xml +++ b/docbook/relaxng/docbook/howto/howto.xml @@ -453,6 +453,11 @@ size. +There is also on-line DocBook V5.0 +validator which is also using RELAX NG with embedded Schematron +for validation. +
@@ -817,6 +822,12 @@ to the DocBook V5.0 DTD. + +Steps 2 and 5 from previous procedure can be automated using +cloak +script by Michael Smith. + +
External Parsed Entities @@ -953,6 +964,29 @@ one usable XSLT 2.0 processor. + +Tool specific problems + + + +I'm using Altova XMLSpy to validate DocBook V5.0 instances +against W3C XML Schema (docbook.xsd). XMLSpy +complains about undefined xml:id +attribute? + + +XMLSpy always uses its own 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. + + + + +
-- 2.40.0