summaryrefslogtreecommitdiff
path: root/external/jaxp/tests/dom/nodetype.xml
diff options
context:
space:
mode:
Diffstat (limited to 'external/jaxp/tests/dom/nodetype.xml')
-rw-r--r--external/jaxp/tests/dom/nodetype.xml26
1 files changed, 0 insertions, 26 deletions
diff --git a/external/jaxp/tests/dom/nodetype.xml b/external/jaxp/tests/dom/nodetype.xml
deleted file mode 100644
index 333030d8a..000000000
--- a/external/jaxp/tests/dom/nodetype.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1" standalone="no" ?>
-<?xml-stylesheet type="text/xsl" href="sdocbook.xsl"?>
-<!DOCTYPE article SYSTEM "file:///usr/share/sgml/docbook/dtd/xml/4.2/docbookx.dtd"
-[
-<!NOTATION wmf SYSTEM "wmf" >
-<!ENTITY g001 SYSTEM "images/example_001.wmf" NDATA wmf >
-
-<!ENTITY yo "Yooooooo">
-<!ENTITY yo2 "&yo;">
-]>
-
-<article>
- <articleinfo>
- <title>Titre de test</title>
- <author>
- <firstname>Arnaud</firstname>
- <surname>Vandyck</surname>
- </author>
- </articleinfo>
- <section>
- <title>Test</title>
- <para>Entite yo: &yo;</para>
- <para>Entite yo2: &yo2;</para>
- <para>Entite EURO: &euro;</para>
- </section>
-</article> \ No newline at end of file