relocate the xsd's so they don't clash, and point to the right places

This commit is contained in:
Dana Jansens 2007-05-12 18:18:25 +00:00
parent 5eba6007e7
commit 2ff10b4260
14 changed files with 17 additions and 17 deletions

View file

@ -2,7 +2,7 @@
<openbox_menu xmlns="http://openbox.org/" <openbox_menu xmlns="http://openbox.org/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://openbox.org/"> xsi:schemaLocation="http://openbox.org/4.0/menu">
<menu id="games-menu" label="Games"> <menu id="games-menu" label="Games">
<item label="Crack-Attack"> <item label="Crack-Attack">

View file

@ -15,8 +15,8 @@
fix some capitalization fix some capitalization
--> -->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://openbox.org/" targetNamespace="http://openbox.org/4.0/menu"
xmlns:ob="http://openbox.org/" xmlns:ob="http://openbox.org/4.0/menu"
elementFormDefault="qualified"> elementFormDefault="qualified">
<!-- <!--
root node root node

View file

@ -5,7 +5,7 @@
<openbox_config xmlns="http://openbox.org/" <openbox_config xmlns="http://openbox.org/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://openbox.org/"> xsi:schemaLocation="http://openbox.org/4.0/rc">
<resistance> <resistance>
<strength>10</strength> <strength>10</strength>

View file

@ -55,8 +55,8 @@
Add the place attribute for fonts Add the place attribute for fonts
--> -->
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://openbox.org/" targetNamespace="http://openbox.org/4.0/rc"
xmlns:ob="http://openbox.org/" xmlns:ob="http://openbox.org/4.0/rc"
elementFormDefault="qualified"> elementFormDefault="qualified">
<!-- <!--
root node root node

View file

@ -1,8 +1,8 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://openbox.org/themerc" targetNamespace="http://openbox.org/4.0/themerc"
xmlns:obt="http://openbox.org/themerc" xmlns:obt="http://openbox.org/4.0/themerc"
elementFormDefault="qualified" elementFormDefault="qualified"
version="1.0"> version="1.0">

View file

@ -1,5 +1,5 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<openbox_theme engine="box" version="1" xmlns="http://openbox.org/themerc"> <openbox_theme engine="box" version="1" xmlns="http://openbox.org/4.0/themerc">
<about> <about>
<author></author> <author></author>
<email></email> <email></email>

View file

@ -1,5 +1,5 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<openbox_theme engine="box" version="1" xmlns="http://openbox.org/themerc"> <openbox_theme engine="box" version="1" xmlns="http://openbox.org/4.0/themerc">
<about> <about>
<author></author> <author></author>
<email></email> <email></email>

View file

@ -1,5 +1,5 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<openbox_theme engine="box" version="1" xmlns="http://openbox.org/themerc"> <openbox_theme engine="box" version="1" xmlns="http://openbox.org/4.0/themerc">
<about> <about>
<author></author> <author></author>
<email></email> <email></email>

View file

@ -1,5 +1,5 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<openbox_theme engine="box" version="1" xmlns="http://openbox.org/themerc"> <openbox_theme engine="box" version="1" xmlns="http://openbox.org/4.0/themerc">
<about> <about>
<author></author> <author></author>
<email></email> <email></email>

View file

@ -1,5 +1,5 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<openbox_theme engine="box" version="1" xmlns="http://openbox.org/themerc"> <openbox_theme engine="box" version="1" xmlns="http://openbox.org/4.0/themerc">
<about> <about>
<author></author> <author></author>
<email></email> <email></email>

View file

@ -1,5 +1,5 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<openbox_theme engine="box" version="1" xmlns="http://openbox.org/themerc"> <openbox_theme engine="box" version="1" xmlns="http://openbox.org/4.0/themerc">
<about> <about>
<author></author> <author></author>
<email></email> <email></email>

View file

@ -1,5 +1,5 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<openbox_theme engine="box" version="1" xmlns="http://openbox.org/themerc"> <openbox_theme engine="box" version="1" xmlns="http://openbox.org/4.0/themerc">
<about> <about>
<author></author> <author></author>
<email></email> <email></email>

View file

@ -1,5 +1,5 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<openbox_theme engine="box" version="1" xmlns="http://openbox.org/themerc"> <openbox_theme engine="box" version="1" xmlns="http://openbox.org/4.0/themerc">
<about> <about>
<author></author> <author></author>
<email></email> <email></email>

View file

@ -325,7 +325,7 @@ int main(int argc, char **argv)
xmlSetProp(root, (const xmlChar*)"engine", (const xmlChar*)"box"); xmlSetProp(root, (const xmlChar*)"engine", (const xmlChar*)"box");
xmlSetProp(root, (const xmlChar*)"version", (const xmlChar*)"1"); xmlSetProp(root, (const xmlChar*)"version", (const xmlChar*)"1");
xmlSetProp(root, (const xmlChar*)"xmlns", xmlSetProp(root, (const xmlChar*)"xmlns",
(const xmlChar*)"http://openbox.org/themerc"); (const xmlChar*)"http://openbox.org/4.0/themerc");
CONT2("about", "author", ""); CONT2("about", "author", "");
CONT2("about", "email", ""); CONT2("about", "email", "");
CONT2("about", "webpage", ""); CONT2("about", "webpage", "");