can someone help solving this exception ?

2002-01-08 Thread Nick Winger

hi !


i have a block which looks like this:
fo:blockSUPPLYsol;TAKE-UP REEL TABLE/fo:block

and i get the exception:
org.apache.fop.apps.FOPException: The entity sol was referenced, but not
declared.

now i don't want to reference anything, the text between the block should
just be normal text
which should be displayed...


greetings

Nick Winger

(Software-Developer)


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




AW: can someone help solving this exception ?

2002-01-08 Thread Beer, Christian

You wanted to use an entity, that isn't declared! You can't use nbsp; or
something HTML knows. Get the ascii-value of sol; and replace it with:
#asci-code;.

-Ursprüngliche Nachricht-
Von: Nick Winger [mailto:[EMAIL PROTECTED]]
Gesendet: Dienstag, 8. Januar 2002 13:38
An: Apache Mailinglist (E-Mail)
Betreff: can someone help solving this exception ?


hi !


i have a block which looks like this:
fo:blockSUPPLYsol;TAKE-UP REEL TABLE/fo:block

and i get the exception:
org.apache.fop.apps.FOPException: The entity sol was referenced, but not
declared.

now i don't want to reference anything, the text between the block should
just be normal text
which should be displayed...


greetings

Nick Winger

(Software-Developer)


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

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