From 7b3a099a9bae4df459437094b3a1be2308fa2633 Mon Sep 17 00:00:00 2001 From: David Cramer Date: Fri, 13 Jan 2012 16:05:13 +0000 Subject: [PATCH] Webhelp: Adding xinclude example to the demo/readme doc --- xsl/webhelp/docsrc/readme.xml | 34 ++++++++++++++++------------ xsl/webhelp/docsrc/xinclude-test.xml | 16 +++++++++++++ 2 files changed, 35 insertions(+), 15 deletions(-) create mode 100644 xsl/webhelp/docsrc/xinclude-test.xml diff --git a/xsl/webhelp/docsrc/readme.xml b/xsl/webhelp/docsrc/readme.xml index 6033bcdde..12727f94f 100644 --- a/xsl/webhelp/docsrc/readme.xml +++ b/xsl/webhelp/docsrc/readme.xml @@ -1,6 +1,22 @@ +"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"[ + + + + + + + +]> README: Web-based Help from DocBook XML @@ -185,9 +201,7 @@ - Use tabindex attributes to control the tab - order in the output. The Contents and Search tabs should be first and second, then the - search box and button, then the table of contents items, and so on. + Adjust css so that there is a visual indication that you have move the focus from the contents to the search tab using the tab key. Add "Expand all" and "Collapse all" buttons to the table of contents. @@ -951,15 +965,5 @@ private String[] supportedLanguages= {"en", "de", "fr", "cn", "ja", "ko", FAQ - - Test section -
- Some problematic search words - buy, say, by, vary, try, sky, nucleus, day, key, currency, currencies, build.xml, foo -
-
- Some problematic search words (inflected) - buys, says, varies, tries, skies, nuclei, days, keys, currencies, build.xml, foo. -
-
+
\ No newline at end of file diff --git a/xsl/webhelp/docsrc/xinclude-test.xml b/xsl/webhelp/docsrc/xinclude-test.xml new file mode 100644 index 000000000..5b3c0215c --- /dev/null +++ b/xsl/webhelp/docsrc/xinclude-test.xml @@ -0,0 +1,16 @@ + + + Test section +
+ Some problematic search words + buy, say, by, vary, try, sky, nucleus, day, key, currency, currencies, build.xml, foo +
+
+ Some problematic search words (inflected) + buys, says, varies, tries, skies, nuclei, days, keys, currencies, build.xml, foo. + + Test of admon graphics + +
+
\ No newline at end of file -- 2.40.0