diff options
author | Chris Goldthorpe | 2009-06-23 21:00:26 +0000 |
---|---|---|
committer | Chris Goldthorpe | 2009-06-23 21:00:26 +0000 |
commit | 039a7fe0df957563c310c507b897bb1e1118fcd7 (patch) | |
tree | 024829f8bcad3f6f0c32ecb7a8877c940801c543 /org.eclipse.ua.tests/data/help | |
parent | d74fea377c672738f114c8594ab37a51a05b5c4d (diff) | |
download | eclipse.platform.ua-039a7fe0df957563c310c507b897bb1e1118fcd7.tar.gz eclipse.platform.ua-039a7fe0df957563c310c507b897bb1e1118fcd7.tar.xz eclipse.platform.ua-039a7fe0df957563c310c507b897bb1e1118fcd7.zip |
Bug 38052 [Help] Add alphabetical ordering attribute to TOC DTD
Diffstat (limited to 'org.eclipse.ua.tests/data/help')
-rw-r--r-- | org.eclipse.ua.tests/data/help/toc/filteredToc/filter.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/org.eclipse.ua.tests/data/help/toc/filteredToc/filter.xml b/org.eclipse.ua.tests/data/help/toc/filteredToc/filter.xml index 7e0cbfcb5..f28b73b84 100644 --- a/org.eclipse.ua.tests/data/help/toc/filteredToc/filter.xml +++ b/org.eclipse.ua.tests/data/help/toc/filteredToc/filter.xml @@ -111,5 +111,21 @@ label="Child of non filtered topic with custom icon" icon="org.eclipse.ua.tests.iconSet"> </topic> + </topic> + <topic label="Node with sorted children" sort = "true"> + <topic href="data/help/toc/filteredToc/simple_page.html" label="B"> + </topic> + <topic href="data/help/toc/filteredToc/simple_page.html" label="C"> + </topic> + <topic href="data/help/toc/filteredToc/simple_page.html" label="A"> + </topic> + </topic> + <topic label="Node with unsorted children"> + <topic href="data/help/toc/filteredToc/simple_page.html" label="B"> + </topic> + <topic href="data/help/toc/filteredToc/simple_page.html" label="C"> + </topic> + <topic href="data/help/toc/filteredToc/simple_page.html" label="A"> + </topic> </topic> </toc> |