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@xxxxxxxxxx [mailto:bugzilla@xxxxxxxxxx]
$> Gesendet: Donnerstag, 24. April 2003 10:34
$> An: fop-dev@xxxxxxxxxxxxxx
$> 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@xxxxxxxxxxxxxx
ReportedBy: joachim.unger@xxxxxxxxxxxxxx
<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@xxxxxxxxxxxxxx
For additional commands, email: fop-dev-help@xxxxxxxxxxxxxx
|