From 66cfb865fbfa7af514e803003f928d77f1156e46 Mon Sep 17 00:00:00 2001 From: mcentner Date: Thu, 11 Sep 2008 12:16:35 +0000 Subject: Added to be signed data validation. git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@32 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- .../at/gv/egiz/bku/slxhtml/xhtml-attribs-1.xsd | 72 ++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 BKUViewer/src/main/resources/at/gv/egiz/bku/slxhtml/xhtml-attribs-1.xsd (limited to 'BKUViewer/src/main/resources/at/gv/egiz/bku/slxhtml/xhtml-attribs-1.xsd') diff --git a/BKUViewer/src/main/resources/at/gv/egiz/bku/slxhtml/xhtml-attribs-1.xsd b/BKUViewer/src/main/resources/at/gv/egiz/bku/slxhtml/xhtml-attribs-1.xsd new file mode 100644 index 00000000..df5ce483 --- /dev/null +++ b/BKUViewer/src/main/resources/at/gv/egiz/bku/slxhtml/xhtml-attribs-1.xsd @@ -0,0 +1,72 @@ + + + + + + + This is the XML Schema common attributes module for XHTML + $Id: xhtml-attribs-1.xsd,v 1.6 2005/09/26 23:37:47 ahby Exp $ + + + + + + + + This import brings in the XML namespace attributes + The module itself does not provide the schemaLocation + and expects the driver schema to provide the + actual SchemaLocation. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3 From ff368225ca089bd8663915d9072c0081da84ae92 Mon Sep 17 00:00:00 2001 From: clemenso Date: Thu, 18 Jun 2009 12:43:01 +0000 Subject: update to current XHTML schema (from http://www.w3.org/MarkUp/SCHEMA/xhtml-*.xsd) git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@366 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- .../src/main/resources/at/gv/egiz/bku/slxhtml/xhtml-attribs-1.xsd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'BKUViewer/src/main/resources/at/gv/egiz/bku/slxhtml/xhtml-attribs-1.xsd') diff --git a/BKUViewer/src/main/resources/at/gv/egiz/bku/slxhtml/xhtml-attribs-1.xsd b/BKUViewer/src/main/resources/at/gv/egiz/bku/slxhtml/xhtml-attribs-1.xsd index df5ce483..bbe42e1d 100644 --- a/BKUViewer/src/main/resources/at/gv/egiz/bku/slxhtml/xhtml-attribs-1.xsd +++ b/BKUViewer/src/main/resources/at/gv/egiz/bku/slxhtml/xhtml-attribs-1.xsd @@ -10,7 +10,7 @@ This is the XML Schema common attributes module for XHTML - $Id: xhtml-attribs-1.xsd,v 1.6 2005/09/26 23:37:47 ahby Exp $ + $Id: xhtml-attribs-1.xsd,v 1.7 2008/07/05 04:11:00 ahby Exp $ @@ -36,6 +36,7 @@ + -- cgit v1.2.3 From e472d8e93c65e798bfbd556a5eb26860e89ce570 Mon Sep 17 00:00:00 2001 From: clemenso Date: Thu, 18 Jun 2009 14:46:06 +0000 Subject: [#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 --- .../src/main/resources/at/gv/egiz/bku/slxhtml/xhtml-attribs-1.xsd | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'BKUViewer/src/main/resources/at/gv/egiz/bku/slxhtml/xhtml-attribs-1.xsd') diff --git a/BKUViewer/src/main/resources/at/gv/egiz/bku/slxhtml/xhtml-attribs-1.xsd b/BKUViewer/src/main/resources/at/gv/egiz/bku/slxhtml/xhtml-attribs-1.xsd index bbe42e1d..43fddc22 100644 --- a/BKUViewer/src/main/resources/at/gv/egiz/bku/slxhtml/xhtml-attribs-1.xsd +++ b/BKUViewer/src/main/resources/at/gv/egiz/bku/slxhtml/xhtml-attribs-1.xsd @@ -33,7 +33,9 @@ - + @@ -43,7 +45,9 @@ - + -- cgit v1.2.3