Issue 19447

Summary: Text get doubled when saving as DocBook XML
Product: xml Reporter: Unknown <non-migrated>
Component: external filtersAssignee: jogi
Status: CLOSED DUPLICATE QA Contact: issues@xml <issues>
Severity: Trivial    
Priority: P3 CC: issues
Version: OOo 1.1 RC4   
Target Milestone: ---   
Hardware: PC   
OS: Windows NT   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---
Attachments:
Description Flags
Test document none

Description Unknown 2003-09-11 14:00:13 UTC
Given the following document:

Heading    (<-- Formatted as heading1)
Contents   (<-- Formatteed as oridnary text)

When a range is around both lines and the document is being saved as DocBook
XML, you get

<articleinfo>
<title>Article Info Title</title>
<subtitle/>
<edition/>
</articleinfo><sect1 id="TitleOfSection"><sect1><title>Heading</title>
<para>Contents</para></sect1>
<para>Contents</para>
</sect1><para/>
</article>

Ay you see the line "Contents" is doubled. Then the range is only around  the
Heading line, the result is 

<articleinfo>
<title>Article Info Title</title>
<subtitle/>
<edition/>
</articleinfo><sect1 id="TitleOfSection"><sect1><title>Heading</title></sect1>
</sect1><para>Contents</para>
</article>
Comment 1 jogi 2003-09-15 07:45:35 UTC
Reporter: Are you really using a RC4?

In #16951 we have fixed exact the problem you have reported. It was a
problem with Java Xalan-J in Java 1.4.2

If you are sure, re-open the bug and
- Please attach the document(s) you use
- give us the Java version you use

Thank you in advance.

*** This issue has been marked as a duplicate of 16951 ***
Comment 2 jogi 2003-09-17 08:26:45 UTC
Created attachment 9397 [details]
Test document
Comment 3 jogi 2003-09-17 08:27:38 UTC
Tested with OOo RC4, Win32 and Java 1.4.2 anbd it's okay.
Comment 4 Unknown 2003-09-17 19:16:41 UTC
Sorry I didn't found the time to try again. Could this be an issue
with the German version of OOo as I'm using this?