To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=95073
                 Issue #|95073
                 Summary|Extension Help should ignore starting spaces in help.t
                        |ree file
               Component|utilities
                 Version|OOO300m9
                Platform|PC
                     URL|
              OS/Version|Windows XP
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|code
             Assigned to|mh
             Reported by|bmarcelly





------- Additional comments from [EMAIL PROTECTED] Fri Oct 17 13:46:21 +0000 
2008 -------
When you add indentation with spaces in the xml file help.tree the resulting 
help 
displays a tree with spaces before each topic.
These spaces before a text shoud be ignored.

The spec for extension help provides an example of such space indentation. See 
here, 
topic : Another Page.

<?xml version="1.0" encoding="UTF-8"?> 
<tree_view version="24-Aug-2004">
  <help_section application="fooextension" id="foo01" title="Foo Extension">
    <node id="foo0101" title="All Pages">
      <topic id="fooextension/com.foocorp.foo-ext/page1.xhp">Page 1</topic>
      <topic id="fooextension/com.foocorp.foo-ext/page2.xhp">Page 2</topic>
      <topic id="fooextension/com.foocorp.foo-ext/subfolder/anotherpage.xhp">
        Another Page</topic>
    </node>
    <node id="foo0102" title="Only Page 1 and Page 2">
      <topic id="fooextension/com.foocorp.foo-ext/page1.xhp">Page 1</topic>
      <topic id="fooextension/com.foocorp.foo-ext/page2.xhp">Page 2</topic>
    </node>
    <node id="foo0103" title="Only another page">
      <topic id="fooextension/com.foocorp.foo-ext/subfolder/anotherpage.xhp">
        Another Page</topic>
    </node>
    <node id="foo0104" title="Some links to the installed help">
      <topic id="swriter/text/swriter/main0000.xhp">
        Welcome to the %PRODUCTNAME Writer Help</topic>
      <topic id="scalc/text/scalc/main0000.xhp">
        Welcome to the %PRODUCTNAME Calc Help</topic>
      <topic id="sbasic/text/sbasic/shared/main0601.xhp">
        %PRODUCTNAME Basic Help</topic>
    </node>
  </help_section>
</tree_view>

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to