summaryrefslogtreecommitdiff
path: root/BKUViewer/src/main/resources/at/gv/egiz/bku/slxhtml/slxhtml-modules-1.xsd
diff options
context:
space:
mode:
authorclemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2009-06-18 14:46:06 +0000
committerclemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2009-06-18 14:46:06 +0000
commite472d8e93c65e798bfbd556a5eb26860e89ce570 (patch)
tree4290aa244082de4e21637019f19885d7e55986f3 /BKUViewer/src/main/resources/at/gv/egiz/bku/slxhtml/slxhtml-modules-1.xsd
parentff368225ca089bd8663915d9072c0081da84ae92 (diff)
downloadmocca-e472d8e93c65e798bfbd556a5eb26860e89ce570.tar.gz
mocca-e472d8e93c65e798bfbd556a5eb26860e89ce570.tar.bz2
mocca-e472d8e93c65e798bfbd556a5eb26860e89ce570.zip
[#422] Get rid of Xerces 2.9.1 dependency (SLXHTML validation)
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@367 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'BKUViewer/src/main/resources/at/gv/egiz/bku/slxhtml/slxhtml-modules-1.xsd')
-rw-r--r--BKUViewer/src/main/resources/at/gv/egiz/bku/slxhtml/slxhtml-modules-1.xsd15
1 files changed, 13 insertions, 2 deletions
diff --git a/BKUViewer/src/main/resources/at/gv/egiz/bku/slxhtml/slxhtml-modules-1.xsd b/BKUViewer/src/main/resources/at/gv/egiz/bku/slxhtml/slxhtml-modules-1.xsd
index 4c73cf2a..b5d779a9 100644
--- a/BKUViewer/src/main/resources/at/gv/egiz/bku/slxhtml/slxhtml-modules-1.xsd
+++ b/BKUViewer/src/main/resources/at/gv/egiz/bku/slxhtml/slxhtml-modules-1.xsd
@@ -27,6 +27,10 @@
<!-- Changes to common attributes module -->
<!-- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
+ <xs:include schemaLocation="xhtml-attribs-1.xsd"/>
+
+ <!-- WORKAROUND to [#422] Get rid of Xerces 2.9.1 dependency (SLXHTML validation)
+ |
<xs:redefine schemaLocation="xhtml-attribs-1.xsd">
<xs:attributeGroup name="xhtml.I18n.attrib">
@@ -47,13 +51,19 @@
</xs:attributeGroup>
</xs:redefine>
+ |-->
<xs:include schemaLocation="xhtml-framework-1.xsd"/>
<!-- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
<!-- Changes to block phrasal elements module -->
<!-- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
-
+
+ <xs:include schemaLocation="xhtml-blkphras-1.xsd"/>
+
+ <!-- WORKAROUND to [#422] Get rid of Xerces 2.9.1 dependency (SLXHTML validation)
+ | xercesImpl < 2.9.1 cannot handle redefinition here while schema is included elsewhere without redefinition
+ |
<xs:redefine schemaLocation="xhtml-blkphras-1.xsd">
<xs:attributeGroup name="xhtml.blockquote.attlist">
@@ -66,7 +76,8 @@
</xs:attributeGroup>
</xs:redefine>
-
+ |-->
+
<xs:include schemaLocation="xhtml-text-1.xsd"/>
<xs:include schemaLocation="xhtml-list-1.xsd"/>