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





------- Additional comments from [EMAIL PROTECTED] Wed Oct 24 20:01:15 +0000 
2007 -------
Hi,

for "Suppress lists for implementing section numbering", transform the
OpenDocument Spec to MediaWiki with and without the patch. Without the patch,
headings are rendered 

 #
 ##
 ### '''Heading 3'''

 Text.

I was not yet able to construct a document in OOo that produces the same
internal XML structure as the OD spec.


"Made the transformation user-configurable through user info variables." is a
feature, you may want to silently ignore. Otherwise, you have to test the
following: 

1. Create a user-defined document info field (in document properties) named 
"CODE_TAB_REPLACEMENT" (instead of e.g. "Info 1"). Set the value of the field to
some string (e.g. 6 space characters). Create a paragraph with fixed-width font
and start the paragraph with tab characters. In the transformed result, tab
characters are replaced with the value of the user-defined field.

2. Create another user-defined field named "CODE_JOIN_PARAGRAPHS" and set the
value either to "true" or to "false". Create a sequence of paragraphs with
fixed-width font (e.g. a code snippet), where each line is in a separate
paragraph. If the document variable is set to "true", paragraphs are treated as
simple new-lines instead of translating to a wiki paragraph break (a double
new-line character). If the value is "false", the transformation transfroms
paragraph breaks in code section as it where normal text. 

3. Create another user-defined field named "CODE_STYLES" and enter the name of a
paragraph style that has non fixed-width font. Create a paragraph with this
style and transform the document. The paragraph should be rendered as
preformatted text with fixed-width font in the wiki output. This customization
can be used as workaround, if the font of a code paragraph is de-facto fixed
width, but this is not marked in the ODT file as such. An example is again the
OpenDocument specification.


For "Bugfix: All '<' characters must be escaped during rendering a text block
containing </nowiki> markup", tranform the following text:

  < This < is < a < paragraph & with & multiple & xml > specials. >
  < This < is < another < paragraph & with </nowiki> & </nowiki> & multiple &
xml > specials. >

Best regards
Bernhard Haumacher



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