OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

office-accessibility message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [office-accessibility] Table of contents.


Its messy Peter. Cleaned up it is in 3 sections.
1. A style for the toc
2. The autogenerated toc
3. the main body content.


There is clearly no xml linking between them, so any auto processing is a waste
of time. I guess it's done on style names.

I'll look into that, and put the request that xml based links be
created one to another.

regards DaveP





         <text:table-of-content>
            <text:table-of-content-source>
            </text:table-of-content-source>

            <text:index-body>
               <text:index-title><text:p
text:style-name="Contents_20_Heading">Table of Contents</text:p>
               </text:index-title>
snip
               <text:p text:style-name="P1">Heading the
first<text:tab/>1</text:p>
               <text:p text:style-name="P1">Heading the
second<text:tab/>1</text:p>
            </text:index-body>
         </text:table-of-content>

now the main body content

         <text:p text:style-name="Standard"/>
         <text:h text:style-name="Heading_20_1"
text:outline-level="1">Heading the first</text:h>
         <text:h text:style-name="Heading_20_1"
text:outline-level="1">Heading the second, style heading 1</text:h>
         <text:h text:style-name="Heading_20_2"
text:outline-level="2">Subheading the first of heading the
second</text:h>
         <text:h text:style-name="Heading_20_2"
text:outline-level="2">Subheading the second of heading the
second</text:h>
         <text:h text:style-name="Heading_20_3"
text:outline-level="3">Heading the third</text:h>
         <text:p text:style-name="Text_20_body"/>
      </office:text>
   </office:body>


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]