Hi all

i'm trying to process an impress file through xslt
i'm suprised by the organisation of the bulleted points

despite teh level, a new <text:list> is created and closed for each bullet
for a writer document, bulleted points
why such a choice ? how can i handle this via xslt so that i do not have 4 bullets on a line containing a level 4 element
is it a bug ?

thanks in advance

Laurent

     <draw:text-box>
      <text:list text:style-name="L1">
       <text:list-item>
        <text:p text:style-name="P1">Level 1</text:p>
       </text:list-item>
      </text:list>
      <text:list text:style-name="L1">
       <text:list-item>
        <text:list>
         <text:list-item>
          <text:p text:style-name="P2">Level 2</text:p>
         </text:list-item>
        </text:list>
       </text:list-item>
      </text:list>
      <text:list text:style-name="L1">
       <text:list-item>
        <text:list>
         <text:list-item>
          <text:list>
           <text:list-item>
            <text:p text:style-name="P3">Level 3</text:p>
           </text:list-item>
          </text:list>
         </text:list-item>
        </text:list>
       </text:list-item>
      </text:list>
      <text:list text:style-name="L1">
       <text:list-item>
        <text:p text:style-name="P1">Level 1 new</text:p>
       </text:list-item>
      </text:list>
     </draw:text-box>

--
Laurent Godard <[EMAIL PROTECTED]> - Ingénierie OpenOffice.org
Indesko >> http://www.indesko.com
Nuxeo CPS >> http://www.nuxeo.com - http://www.cps-project.org
Livre "Programmation OpenOffice.org", Eyrolles 2004

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

Reply via email to