On Tue, 8 Nov 2005 08:25 am, Sven wrote:
> Good evening,
> I will try to make it as short as I can: Using the latest trunk
> (revision 331647) I am getting a non-interpretable error from my
> Acrobat Reader (version 7.0.5), when compiling the attached fo
> fragment. The error box tells me something about "too many arguments
> available". I have pinpointed the error by using the text-decoration
> attribute with an value other than "none". Funny thing is, that this
> works some revisions before, but i am sorry not being able to tell
> you, when things broke down.
>
> Thanks for your good work
>
> Sven
>
Sven,

thanks for your problem report. You are correct that this is a 
regression caused by some changes made recently. The problem should be 
fixed now (revision 331655).

Regards

Manuel
>
> <?xml version="1.0" encoding="utf-8"?>
> <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format";>
>     <fo:layout-master-set>
>         <fo:simple-page-master margin="2.5cm" page-width="21cm"
>             page-height="29.7cm" master-name="default">
>             <fo:region-body margin-bottom="1cm" margin-top="1cm" />
>             <fo:region-before extent="1cm" />
>             <fo:region-after extent="1cm" />
>         </fo:simple-page-master>
>     </fo:layout-master-set>
>     <fo:page-sequence language="de" master-reference="default">
>         <fo:static-content flow-name="xsl-region-before">
>             <fo:block border-bottom="solid 1px silver"
> text-align="end" font-size="10pt" font-family="Helvetica">
>                 Einleitung
>             </fo:block>
>         </fo:static-content>
>         <fo:static-content flow-name="xsl-region-after">
>             <fo:block font-size="12pt" font-family="Helvetica">
>                 <fo:page-number />
>             </fo:block>
>         </fo:static-content>
>         <fo:flow flow-name="xsl-region-body">
>             <fo:block text-align="justify" font-size="12pt"
>                 font-family="Times">
>                 Obwohl die agentenorientierte Softwareentwicklung im
>                 vergangenen Jahrzehnt immer größeren Zuspruch
> gefunden hat, findet sie bisher nur überwiegend im universitären
> Umfeld Anwendung. Damit sie
>                 <fo:inline text-decoration="underline">
>                     Bestandteil
>                 </fo:inline>
>                 der Entwicklung von Unternehmensanwendungen werden
> kann, müssten die Defizite bestehender Agentenplattformen beseitigt
> werden. Diese Defizite bestehen in der schlechten Administrierbarkeit
> und der häufig nur unzureichend unterstützten Interoperabilität mit
> bestehenden Unternehmensanwendungen [CoGrBKR02]. </fo:block>
>         </fo:flow>
>     </fo:page-sequence>
> </fo:root>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to