To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=65456
                  Issue #:|65456
                  Summary:|Wrong header - footer import from WordML
                Component:|xml
                  Version:|OOo 2.0.2
                 Platform:|All
                      URL:|
               OS/Version:|All
                   Status:|UNCONFIRMED
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P3
             Subcomponent:|external filters
              Assigned to:|jsi
              Reported by:|stefan_ziel





------- Additional comments from [EMAIL PROTECTED] Tue May 16 07:18:36 -0700 
2006 -------
all header or footer content (first even ann odd) of the word document is joined
to the same header / footer. considering that there seems work still in progress
at wordml2ooo_page.xsl this fix minimizes the undesired effects, only 
considering the odd headers/footers which are default.

lines 206 cont. of wordml2ooo_page.xsl

            <style:header>
                <xsl:apply-templates select="w:[EMAIL 
PROTECTED]:type='odd']/child::*"/>
            </style:header>
            <style:footer>
                <xsl:apply-templates select="w:[EMAIL 
PROTECTED]:type='odd']/child::*"/>
            </style:footer>

tips: to know if "even" headers / footers are in use test if 
"/w:wordDocument/w:docPr/w:evenAndOddHeaders"
exists and for the "first" header / footer test
"w:sectPr/w:titlePg"

---------------------------------------------------------------------
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