You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by "Müller, Markus" <ma...@sdm.de> on 2003/04/24 10:35:10 UTC

AW: DO NOT REPLY [Bug 19270] New: - Nested 's => repe ating outer block text

Hi,

you're mixing up XML content and XML children. I dont't think that's
allowed!
Try this:

<fo:block> <fo:block>some words ...</fo:block>
<fo:block>inner first</fo:block>
<fo:block>inner 2nd</fo:block>
<fo:block>inner 3rd</fo:block>
<fo:block>inner 4th</fo:block>
</fo:block>

Markus

$> -----Ursprüngliche Nachricht-----
$> Von: bugzilla@apache.org [mailto:bugzilla@apache.org] 
$> Gesendet: Donnerstag, 24. April 2003 10:34
$> An: fop-dev@xml.apache.org
$> Betreff: DO NOT REPLY [Bug 19270] New: - Nested <fo:block>'s 
$> => repeating outer block text
$> 
$> 
$> DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
$> RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
$> <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19270>.
$> ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
$> INSERTED IN THE BUG DATABASE.
$> 
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19270

Nested <fo:block>'s => repeating outer block text

           Summary: Nested <fo:block>'s => repeating outer block text
           Product: Fop
           Version: 0.20.5
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Major
          Priority: Other
         Component: general
        AssignedTo: fop-dev@xml.apache.org
        ReportedBy: joachim.unger@softwareag.com


<fo:block>some words ...
<fo:block>inner first</fo:block>
<fo:block>inner 2nd</fo:block>
<fo:block>inner 3rd</fo:block>
<fo:block>inner 4th</fo:block>
</fo:block>

results in:

some words ...
inner first
some words ...
inner 2nd
some words ...
inner 3rd
some words ...
inner 4th
some words ...

How can that be?

Regards,

Joachim Unger

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-dev-unsubscribe@xml.apache.org
For additional commands, email: fop-dev-help@xml.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-dev-unsubscribe@xml.apache.org
For additional commands, email: fop-dev-help@xml.apache.org


Re: AW: DO NOT REPLY [Bug 19270] New: - Nested 's => repe ating outer block text

Posted by "J.Pietschmann" <j3...@yahoo.de>.
Müller, Markus wrote:
> you're mixing up XML content and XML children. I dont't think that's
> allowed!

It *is* allowed. I don't like this feature particularly well though.

J.Pietschmann


---------------------------------------------------------------------
To unsubscribe, e-mail: fop-dev-unsubscribe@xml.apache.org
For additional commands, email: fop-dev-help@xml.apache.org