tests/auto/qhelpgenerator/data/test.qhp
changeset 0 1918ee327afb
child 30 5dc02b23752f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/auto/qhelpgenerator/data/test.qhp	Mon Jan 11 14:00:40 2010 +0000
@@ -0,0 +1,71 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<QtHelpProject version="1.0">
+    <metaData name="author" value="Nokia Corporation and/or its subsidiary(-ies)" />
+    <metaData name="language" value="en" />
+	<virtualFolder>testFolder</virtualFolder>
+	<namespace>trolltech.com.1_0_0.test</namespace>
+	<customFilter name="Custom Filter 1">
+		<filterAttribute>test</filterAttribute>
+		<filterAttribute>filter1</filterAttribute>		
+	</customFilter>
+	<customFilter name="Custom Filter 2">
+		<filterAttribute>test</filterAttribute>
+		<filterAttribute>filter2</filterAttribute>		
+	</customFilter>
+	<filterSection>
+		<filterAttribute>test</filterAttribute>
+		<filterAttribute>filter1</filterAttribute>
+		<toc>
+			<section title="Test Manual" ref="test.html">
+				<section title="Section 1" ref="test.html#section1">
+				</section>
+				<section title="Section 2" ref="test.html#section2">
+				</section>
+				<section title="Section 3" ref="test.html#section3">
+				</section>				
+				<section title="People" ref="people.html">
+				</section>
+				<section title="About" ref="./sub/about.html">
+				</section>				
+			</section>
+		</toc>
+		<keywords>
+			<keyword name="foo" id="Test::foo" ref="test.html#foo"/>
+			<keyword name="bar" id="Test::bar" ref="test.html#bar"/>
+			<keyword name="bla" id="Test::bla" ref="test.html#bla"/>
+			<keyword name="einstein" id="People::einstein" ref="people.html#einstein"/>
+			<keyword name="newton" id="People::newton" ref="people.html#newton"/>
+		</keywords>	
+		<files>
+			<file>classic.css</file>
+			<file>[pt]*.html</file>
+			<file>./sub/abou?.html</file>			
+		</files>
+	</filterSection>
+	<filterSection>
+		<filterAttribute>test</filterAttribute>
+		<filterAttribute>filter2</filterAttribute>
+		<toc>
+			<section title="Fancy Manual" ref="fancy.html">
+				<section title="Section 1" ref="fancy.html#section1">
+				</section>
+				<section title="Section 2" ref="fancy.html#section2">
+				</section>
+				<section title="Section 3" ref="fancy.html#section3">
+				</section>				
+				<section title="Cars" ref="cars.html">
+				</section>				
+			</section>
+		</toc>
+		<keywords>
+			<keyword name="foo" id="Fancy::foo" ref="fancy.html#foo"/>
+			<keyword name="foobar" id="Fancy::foobar" ref="fancy.html#foobar"/>
+			<keyword name="audi" id="Cars::newton" ref="cars.html#audi"/>			
+		</keywords>	
+		<files>
+			<file>classic.css</file>
+			<file>fancy.html</file>
+			<file>cars.html</file>			
+		</files>
+	</filterSection>
+</QtHelpProject>