Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.

Summary: Wrong segmentation from XML to POT when a footnote is present.

https://bugzilla.redhat.com/show_bug.cgi?id=563056

           Summary: Wrong segmentation from XML to POT when a footnote is
                    present.
           Product: Red Hat Enterprise Linux 5
           Version: 5.4
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: medium
          Priority: low
         Component: publican
        AssignedTo: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]
                CC: [email protected]
    Classification: Red Hat
    Target Release: ---


Description of problem:

Publican breaks a sentence in two when there is a footnote.


Version-Release number of selected component (if applicable): 1.4


How reproducible: Always.


Steps to Reproduce:
1. This example is taken from Account_Configuration_common-para-3.xml in the
Installation Guide RHEL 6
2. Original string: 
<para>
The installation program prompts you to set a root password
 <footnote>
  <para>
  A root password is the administrative password for your Red Hat Enterprise
Linux system. You should only log in as root when needed for system
maintenance. The root account does not operate within the restrictions placed
on normal user accounts, so changes made as root can have implications for your
entire system.
  </para>
 </footnote> for your system. <emphasis>You cannot proceed to the next stage of
the installation process without entering a root password.</emphasis>
</para>


Actual results: Publican create three entries:
1. The installation program prompts you to set a root password

2. A root password is the administrative password for your Red Hat Enterprise 
Linux system. You should only log in as root when needed for system 
maintenance. The root account does not operate within the restrictions 
placed on normal user accounts, so changes made as root can have 
implications for your entire system.

3. for your system. <emphasis>You cannot proceed to the next stage of the 
installation process without entering a root password.</emphasis>

The main sentence is divided in two (1 and 3)

Expected results:
The entry should be left as in the original or there should be two entries:

1. The installation program prompts you to set a root password <FOOTNOTE HERE>
for your system. <emphasis>You cannot proceed to the next stage of the 
installation process without entering a root password.</emphasis>

2. A root password is the administrative password for your Red Hat Enterprise 
Linux system. You should only log in as root when needed for system 
maintenance. The root account does not operate within the restrictions 
placed on normal user accounts, so changes made as root can have 
implications for your entire system.

Additional info:

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
publican-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/publican-list
Wiki: https://fedorahosted.org/publican

Reply via email to