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


User sus changed the following:

                What    |Old value                 |New value
================================================================================
                Keywords|                          |needhelp
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Mon Jun 18 10:08:59 +0000 
2007 -------
I take a look into your test document and the logic of the docbook XSL export. 

Please notify that the HTML indeed has a <H1> element, but obviously as it is
just filled by a comment only being transformed from HTML to the writer format
to a paragraph.

<text:p>&lt;!--The TeX Catalogue Online--&gt;</text:p>

Regarding our transformation:
Headings are quite different in our office format and docbook.
In our format the headings are siblings (not nested). They are elements that are
written on the same level, where the paragraph 'beyond' the heading is 
following.

In docbook the headings are sections, which are nested within each other.

>From a structured point of view it seems illogical to start a heading 2 without
a heading 1.

I agree that it would be good to write such robust code that gives the chance to
return information about the invalidness of the input, unfortunately the
messages in the stylesheet are not given back to the Office User (e.g. pop up
window), but only a "General IO exception" occurs.
Even worse is the capacity of XSL to write generic code, that depends on
conditions referring to the whole document. For our case: Get the highest
available heading number, which is handled in a certain way, all other heading
numbers are handled different.
Taking the effort for the fix and the condition when the fix is required into
account, the fix drops out of my queque.

I hope someone of the community have the chance to fix this.
Mark this issue with 'needhelp'.



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