Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCurtis D'Entremont2007-02-02 18:38:06 +0000
committerCurtis D'Entremont2007-02-02 18:38:06 +0000
commit262ce44cff2f1357a481691bb0c69c490eafe700 (patch)
tree1f9622ee7beeb19524d87240e629a4c4e7939fde /org.eclipse.ua.tests/data/help/index
parentcc04d1747e8e01ee5fb59fd52275c5237716c364 (diff)
downloadeclipse.platform.ua-262ce44cff2f1357a481691bb0c69c490eafe700.tar.gz
eclipse.platform.ua-262ce44cff2f1357a481691bb0c69c490eafe700.tar.xz
eclipse.platform.ua-262ce44cff2f1357a481691bb0c69c490eafe700.zip
rework providers API to be less DOM-centric
Diffstat (limited to 'org.eclipse.ua.tests/data/help/index')
-rw-r--r--org.eclipse.ua.tests/data/help/index/assembler/result_a_b_c.xml51
1 files changed, 21 insertions, 30 deletions
diff --git a/org.eclipse.ua.tests/data/help/index/assembler/result_a_b_c.xml b/org.eclipse.ua.tests/data/help/index/assembler/result_a_b_c.xml
index 2f9c7b205..1acd1c1ff 100644
--- a/org.eclipse.ua.tests/data/help/index/assembler/result_a_b_c.xml
+++ b/org.eclipse.ua.tests/data/help/index/assembler/result_a_b_c.xml
@@ -1,30 +1,21 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<index>
- <entry keyword="keyword1">
- <entry keyword="keyword2">
- <topic href="/org.eclipse.ua.tests/topic2.html" label="topic2"/>
- </entry>
- </entry>
- <entry keyword="keyword3">
- <topic href="/org.eclipse.ua.tests/topic3.html" label="topic3"/>
- <topic href="/org.eclipse.ua.tests/topic3b.html" label="topic3b"/>
- <entry keyword="keyword9">
- <topic href="/org.eclipse.ua.tests/topic9.html" label="topic9"/>
- </entry>
- </entry>
- <entry keyword="keyword4">
- <topic href="/org.eclipse.ua.tests/topic4.html" label="topic4"/>
- </entry>
- <entry keyword="keyword5">
- <topic href="/org.eclipse.ua.tests/topic5.html" label="topic5"/>
- </entry>
- <entry keyword="keyword6">
- <entry keyword="keyword7">
- <topic href="/org.eclipse.ua.tests/topic7.html" label="topic7"/>
- </entry>
- <entry keyword="keyword8">
- <topic href="/org.eclipse.ua.tests/topic8a.html" label="topic8a"/>
- <topic href="/org.eclipse.ua.tests/topic8b.html" label="topic8b"/>
- </entry>
- </entry>
-</index>
+<?xml version="1.0" encoding="UTF-8"?><index><entry keyword="keyword1">
+
+ <entry keyword="keyword2">
+
+ <topic href="/org.eclipse.ua.tests/topic2.html" label="topic2"/></entry></entry><entry keyword="keyword3">
+
+ <topic href="/org.eclipse.ua.tests/topic3.html" label="topic3"/><topic href="/org.eclipse.ua.tests/topic3b.html" label="topic3b"/><entry keyword="keyword9">
+
+ <topic href="/org.eclipse.ua.tests/topic9.html" label="topic9"/></entry></entry><entry keyword="keyword4">
+
+ <topic href="/org.eclipse.ua.tests/topic4.html" label="topic4"/></entry><entry keyword="keyword5">
+
+ <topic href="/org.eclipse.ua.tests/topic5.html" label="topic5"/></entry><entry keyword="keyword6">
+
+
+ <entry keyword="keyword7">
+
+ <topic href="/org.eclipse.ua.tests/topic7.html" label="topic7"/></entry><entry keyword="keyword8">
+
+
+ <topic href="/org.eclipse.ua.tests/topic8a.html" label="topic8a"/><topic href="/org.eclipse.ua.tests/topic8b.html" label="topic8b"/></entry></entry></index> \ No newline at end of file

Back to the top