Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCurtis D'Entremont2006-04-18 22:23:16 +0000
committerCurtis D'Entremont2006-04-18 22:23:16 +0000
commit43ebc9dff5f7eb59fd7bf1a6d67549a85c1b7aee (patch)
tree825fe8c8b2a54d8c579acb5615923e98f6265c31 /org.eclipse.ua.tests/data/help
parent36c975a7531af47e1b76c21882b0264a8bec5f7d (diff)
downloadeclipse.platform.ua-43ebc9dff5f7eb59fd7bf1a6d67549a85c1b7aee.tar.gz
eclipse.platform.ua-43ebc9dff5f7eb59fd7bf1a6d67549a85c1b7aee.tar.xz
eclipse.platform.ua-43ebc9dff5f7eb59fd7bf1a6d67549a85c1b7aee.zip
135107 [Help] Allow users to use .html/.htm file extension for XHTML content
Diffstat (limited to 'org.eclipse.ua.tests/data/help')
-rw-r--r--org.eclipse.ua.tests/data/help/producer/xhtml/invalid/html_doctype.html23
-rw-r--r--org.eclipse.ua.tests/data/help/producer/xhtml/invalid/missing_doctype.html14
-rw-r--r--org.eclipse.ua.tests/data/help/producer/xhtml/valid/frameset.html23
-rw-r--r--org.eclipse.ua.tests/data/help/producer/xhtml/valid/frameset.xhtml23
-rw-r--r--org.eclipse.ua.tests/data/help/producer/xhtml/valid/normal.html23
-rw-r--r--org.eclipse.ua.tests/data/help/producer/xhtml/valid/normal.xhtml23
-rw-r--r--org.eclipse.ua.tests/data/help/producer/xhtml/valid/strict.html23
-rw-r--r--org.eclipse.ua.tests/data/help/producer/xhtml/valid/strict.xhtml23
-rw-r--r--org.eclipse.ua.tests/data/help/producer/xhtml/valid/with_xml_decl.xhtml22
9 files changed, 0 insertions, 197 deletions
diff --git a/org.eclipse.ua.tests/data/help/producer/xhtml/invalid/html_doctype.html b/org.eclipse.ua.tests/data/help/producer/xhtml/invalid/html_doctype.html
deleted file mode 100644
index 2a8198863..000000000
--- a/org.eclipse.ua.tests/data/help/producer/xhtml/invalid/html_doctype.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
-
-<!--
- This file is used to test whether or not the dynamic producer will be used
- when loading an xhtml document from outside a doc.zip. The paragraph at the
- bottom should always be filtered out by the producer.
--->
-
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-<title>test</title>
-</head>
-<body>
-
-<h1>test</h1>
-<p>
-Test
-</p>
-
-</body>
-</html>
diff --git a/org.eclipse.ua.tests/data/help/producer/xhtml/invalid/missing_doctype.html b/org.eclipse.ua.tests/data/help/producer/xhtml/invalid/missing_doctype.html
deleted file mode 100644
index b639180b1..000000000
--- a/org.eclipse.ua.tests/data/help/producer/xhtml/invalid/missing_doctype.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-<title>test</title>
-</head>
-<body>
-
-<h1>test</h1>
-<p>
-Test
-</p>
-
-</body>
-</html>
diff --git a/org.eclipse.ua.tests/data/help/producer/xhtml/valid/frameset.html b/org.eclipse.ua.tests/data/help/producer/xhtml/valid/frameset.html
deleted file mode 100644
index b30156e06..000000000
--- a/org.eclipse.ua.tests/data/help/producer/xhtml/valid/frameset.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
-
-<!--
- This file is used to test whether or not the dynamic producer will be used
- when loading an xhtml document from outside a doc.zip. The paragraph at the
- bottom should always be filtered out by the producer.
--->
-
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-<title>test</title>
-</head>
-<body>
-
-<h1>test</h1>
-<p>
-Test
-</p>
-
-</body>
-</html>
diff --git a/org.eclipse.ua.tests/data/help/producer/xhtml/valid/frameset.xhtml b/org.eclipse.ua.tests/data/help/producer/xhtml/valid/frameset.xhtml
deleted file mode 100644
index b30156e06..000000000
--- a/org.eclipse.ua.tests/data/help/producer/xhtml/valid/frameset.xhtml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
-
-<!--
- This file is used to test whether or not the dynamic producer will be used
- when loading an xhtml document from outside a doc.zip. The paragraph at the
- bottom should always be filtered out by the producer.
--->
-
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-<title>test</title>
-</head>
-<body>
-
-<h1>test</h1>
-<p>
-Test
-</p>
-
-</body>
-</html>
diff --git a/org.eclipse.ua.tests/data/help/producer/xhtml/valid/normal.html b/org.eclipse.ua.tests/data/help/producer/xhtml/valid/normal.html
deleted file mode 100644
index 44165bdc7..000000000
--- a/org.eclipse.ua.tests/data/help/producer/xhtml/valid/normal.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
-<!--
- This file is used to test whether or not the dynamic producer will be used
- when loading an xhtml document from outside a doc.zip. The paragraph at the
- bottom should always be filtered out by the producer.
--->
-
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-<title>test</title>
-</head>
-<body>
-
-<h1>test</h1>
-<p>
-Test
-</p>
-
-</body>
-</html>
diff --git a/org.eclipse.ua.tests/data/help/producer/xhtml/valid/normal.xhtml b/org.eclipse.ua.tests/data/help/producer/xhtml/valid/normal.xhtml
deleted file mode 100644
index 44165bdc7..000000000
--- a/org.eclipse.ua.tests/data/help/producer/xhtml/valid/normal.xhtml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
-<!--
- This file is used to test whether or not the dynamic producer will be used
- when loading an xhtml document from outside a doc.zip. The paragraph at the
- bottom should always be filtered out by the producer.
--->
-
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-<title>test</title>
-</head>
-<body>
-
-<h1>test</h1>
-<p>
-Test
-</p>
-
-</body>
-</html>
diff --git a/org.eclipse.ua.tests/data/help/producer/xhtml/valid/strict.html b/org.eclipse.ua.tests/data/help/producer/xhtml/valid/strict.html
deleted file mode 100644
index 443c3dae5..000000000
--- a/org.eclipse.ua.tests/data/help/producer/xhtml/valid/strict.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-
-<!--
- This file is used to test whether or not the dynamic producer will be used
- when loading an xhtml document from outside a doc.zip. The paragraph at the
- bottom should always be filtered out by the producer.
--->
-
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-<title>test</title>
-</head>
-<body>
-
-<h1>test</h1>
-<p>
-Test
-</p>
-
-</body>
-</html>
diff --git a/org.eclipse.ua.tests/data/help/producer/xhtml/valid/strict.xhtml b/org.eclipse.ua.tests/data/help/producer/xhtml/valid/strict.xhtml
deleted file mode 100644
index 443c3dae5..000000000
--- a/org.eclipse.ua.tests/data/help/producer/xhtml/valid/strict.xhtml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-
-<!--
- This file is used to test whether or not the dynamic producer will be used
- when loading an xhtml document from outside a doc.zip. The paragraph at the
- bottom should always be filtered out by the producer.
--->
-
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-<title>test</title>
-</head>
-<body>
-
-<h1>test</h1>
-<p>
-Test
-</p>
-
-</body>
-</html>
diff --git a/org.eclipse.ua.tests/data/help/producer/xhtml/valid/with_xml_decl.xhtml b/org.eclipse.ua.tests/data/help/producer/xhtml/valid/with_xml_decl.xhtml
deleted file mode 100644
index 44460c399..000000000
--- a/org.eclipse.ua.tests/data/help/producer/xhtml/valid/with_xml_decl.xhtml
+++ /dev/null
@@ -1,22 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
-<!--
- This file is used to test whether or not the dynamic producer will be used
- when loading an xhtml document from outside a doc.zip. The paragraph at the
- bottom should always be filtered out by the producer.
--->
-
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-<title>test</title>
-</head>
-<body>
-
-<h1>test</h1>
-<p>
-Test
-</p>
-
-</body>
-</html>

Back to the top