To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=39138


User sus changed the following:

                  What    |Old value                 |New value
================================================================================
            Ever confirmed|                          |1
--------------------------------------------------------------------------------
                    Status|UNCONFIRMED               |NEW
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Fri Aug 26 04:20:16 -0700 
2005 -------
SUS->JZA:
The XHTML transformation is the same for all input document formats (Writer,
Impress, Calc..) as it is the same XML specification (OpenOffice.org XML) being
used. Only the elements and attributes vary slightly.

My advice would be to create a simple Office example (impress) document where
the media type attribute 'projector' (cp.
http://www.w3.org/TR/CSS21/media.html#media-types) might get used. 
Most likely (without reading into it) the type will be used for all
presentations, therefore used whenever the
office:document/@office:class="presentation" (later in OASIS XML the attribute
will be exchanged to
"office:mimetype="application/x-vnd.oasis.openoffice.presentation").

PS: To improve performance the check should be done via xsl:key in the
transformation.

BTW it is a general problem of XSLTPROC, which does not cope with the complex
transformation. If you are able to use Java I suggest the Xalan processor.

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