summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorburaq <buraq@epfl.ch>2005-04-11 17:09:46 +0000
committerburaq <buraq@epfl.ch>2005-04-11 17:09:46 +0000
commitbca179b89557e3e374281ec47f16d7aa9d64e32f (patch)
tree171a851bec0c51aa7fcefafa389826eab6880150 /test
parent5860530cce72afd1387506d67b852a27445f30a2 (diff)
downloadscala-bca179b89557e3e374281ec47f16d7aa9d64e32f.tar.gz
scala-bca179b89557e3e374281ec47f16d7aa9d64e32f.tar.bz2
scala-bca179b89557e3e374281ec47f16d7aa9d64e32f.zip
ii
Diffstat (limited to 'test')
-rw-r--r--test/files/xml/lnk.xml54
-rw-r--r--test/files/xml/xhtml.xml13
2 files changed, 0 insertions, 67 deletions
diff --git a/test/files/xml/lnk.xml b/test/files/xml/lnk.xml
deleted file mode 100644
index f166079b42..0000000000
--- a/test/files/xml/lnk.xml
+++ /dev/null
@@ -1,54 +0,0 @@
-<!-- $Id$ -->
-
-<!DOCTYPE lnkDB SYSTEM "lnk.dtd">
-<!-- try this DOCTYPE lnkDB SYSTEM "lnkDB.dtd" [ <!ELEMENT newEl (link*)> ] -->
-<lnkDB xmlns="http://scala.epfl.ch/testSuite/links">
- <linkgroup>
- <groupname>LDAP Links</groupname>
-
- <link target="http://www.openldap.org/doc/">
- <name>OpenLDAP Administration Guide</name>
- <description>contains very readable section "What is LDAP"</description>
- </link>
-
- <linkgroup>
- <groupname>LDAP RFCs</groupname>
-
- <link target="ftp://ftp.isi.edu/in-notes/rfc2251.txt">
- <name>RFC2251 Lightweight Directory Access Protocol (v3)</name>
- </link>
-
- <link target="ftp://ftp.isi.edu/in-notes/rfc2252.txt">
- <name>Lightweight Directory Access Protocol (v3):
- Attribute Syntax Definitions</name>
- </link>
-
- <link target="ftp://ftp.isi.edu/in-notes/rfc2253.txt">
- <name>Lightweight Directory Access Protocol (v3):
- UTF-8 String Representation of Distinguished Names
- </name>
- </link>
-
- <link target="ftp://ftp.isi.edu/in-notes/rfc2254.txt">
- <name>The String Representation of LDAP Search Filters</name>
- </link>
-
- </linkgroup><!-- LDAP RFCs -->
-
-
- <linkgroup>
-
- <groupname>LDAP and Lotus Notes</groupname>
-
- <link target="http://www.shmoo.com/mail/fw1/jul99/msg00040.html">
- <name>LDAP enabled on Notes... to change settings</name>
- </link>
-
- <link target="http://www.openldap.org/lists/openldap-general/200103/msg00004.html">
- <name>Replicating Notes data to OpenLDAP</name>
- </link>
-
- </linkgroup><!-- LDAP and Lotus Notes -->
-
- </linkgroup><!-- LDAP links -->
-</lnkDB>
diff --git a/test/files/xml/xhtml.xml b/test/files/xml/xhtml.xml
deleted file mode 100644
index 128384ef25..0000000000
--- a/test/files/xml/xhtml.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<!-- $Id$ -->
-<!DOCTYPE html SYSTEM "xhtml.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <base href="here.com"/>
- <title>a basic xhtml page</title>
- </head>
- <body>
- <h1>Welcome to xhtml in scala</h1>
- <p>a paragraph</p>
- <p>another, with a <a href="http://lampwww.epfl.ch">example link</a> to lamp homepage</p>
- </body>
-</html>