diff options
Diffstat (limited to 'BKUViewer/src/main/resources/at')
-rw-r--r-- | BKUViewer/src/main/resources/at/gv/egiz/bku/slxhtml/slxhtml.xsd | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/BKUViewer/src/main/resources/at/gv/egiz/bku/slxhtml/slxhtml.xsd b/BKUViewer/src/main/resources/at/gv/egiz/bku/slxhtml/slxhtml.xsd index 1a6bae4a..b6dceec5 100644 --- a/BKUViewer/src/main/resources/at/gv/egiz/bku/slxhtml/slxhtml.xsd +++ b/BKUViewer/src/main/resources/at/gv/egiz/bku/slxhtml/slxhtml.xsd @@ -1,12 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?>
<!--
- |
| Important note:
| WORKAROUND to [#422] Get rid of Xerces 2.9.1 dependency (SLXHTML validation)
| requires changes to xhtml-attribs-1.xsd and xhtml-blkphras-1.xsd,
| when updating the xhtml schema make sure to re-incorporate the respective changes!
|
-->
-<?xml version="1.0" encoding="UTF-8"?>
<xs:schema targetNamespace="http://www.w3.org/1999/xhtml" xmlns="http://www.w3.org/1999/xhtml" xmlns:xs="http://www.w3.org/2001/XMLSchema" blockDefault="#all">
<xs:annotation>
<xs:documentation>
|