Issue 19447 - Text get doubled when saving as DocBook XML
Summary: Text get doubled when saving as DocBook XML
Status: CLOSED DUPLICATE of issue 16951
Alias: None
Product: xml
Classification: Code
Component: external filters (show other issues)
Version: OOo 1.1 RC4
Hardware: PC Windows NT
: P3 Trivial (vote)
Target Milestone: ---
Assignee: jogi
QA Contact: issues@xml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-11 14:00 UTC by Unknown
Modified: 2003-09-17 19:16 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
Test document (1.66 KB, text/plain)
2003-09-17 08:26 UTC, jogi
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
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?