blob: 977e8dc6cba5c0c737842c7bfe6f9837a0d86fd0 [file] [log] [blame]
<!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>dynamic.xhtml</title>
</head>
<body>
<h2>dynamic.xhtml</h2>
<p>
This page contains filtered content.
</p>
<p filter="os=invalid">
This paragraph, which has filter attribute "os=invalid" should always be filtered out.
</p>
<p filter="os!=invalid">
This paragraph, which has filter attribute "os!=invalid" should never be filtered out.
</p>
<p filter="plugin=my.invalid.plugin.id.012345">
This paragraph, which has filter attribute "plugin=my.invalid.plugin.id.012345" should always be filtered out.
</p>
<p filter="plugin!=my.invalid.plugin.id.012345">
This paragraph, which has filter attribute "plugin!=my.invalid.plugin.id.012345" should never be filtered out.
</p>
<p>
<filter name="plugin" value="my.invalid.plugin.id.012345"/>
This paragraph, which has filter element name="plugin", value="my.invalid.plugin.id.012345",
should always be filtered out.
</p>
<p>
<filter name="plugin" value="!my.invalid.plugin.id.012345"/>
This paragraph, which has filter element name="plugin", value="!my.invalid.plugin.id.012345",
should never be filtered out.
</p>
<include path="org.eclipse.ua.tests/data/help/producer/include.xhtml/my.paragraph.id"/>
</body>
</html>