Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/browser.dtd
diff options
context:
space:
mode:
authorerich koslovsky <erikos@localhost.localdomain>2007-08-16 10:33:50 (GMT)
committer erich koslovsky <erikos@localhost.localdomain>2007-08-16 10:33:50 (GMT)
commit749e3e69e4f49249c4d89a157f345b0142d123c6 (patch)
treef8591365eaf27d50f09fb53e2efe09cfbe748da8 /browser.dtd
parent4ccc35e4b50f9fd410f8fc4ef1b9b5a55231f610 (diff)
Got untracked files. This is no the initial version of the shared browser.
Diffstat (limited to 'browser.dtd')
-rw-r--r--browser.dtd17
1 files changed, 17 insertions, 0 deletions
diff --git a/browser.dtd b/browser.dtd
new file mode 100644
index 0000000..901b7d9
--- /dev/null
+++ b/browser.dtd
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<!ELEMENT browser (#PCDATA|link|session)*>
+<!ATTLIST browser
+ name CDATA #REQUIRED
+>
+
+<!ELEMENT session (#PCDATA)* >
+<!ATTLIST session
+ data CDATA #IMPLIED
+>
+<!ELEMENT link (#PCDATA)* >
+<!ATTLIST link
+ id CDATA #REQUIRED
+ name CDATA #IMPLIED
+ thumb CDATA #IMPLIED
+>