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 "Beer, Christian" <BE...@DIRON.de> on 2002/01/08 11:04:12 UTC

AW: cannot not use certain character in xml to make pdf

There is no problem using 'ü' or 'ß' or something. You must check the header
of
the xml-file:

<?xml version="1.0" encoding="ISO-8859-1"?>

The encoding specifies what characters you may use. If you use the header
above,
you can use 'ü', etc. without unicode or something!

For &nbsp; (non-breaking space in HTML) you can use "&#160;".

The reference to all classes can be found in the JavaDoc of FOP, that can be

found in:
 <fop-dir>/javadocs


Greetings

	Christian Beer

____________________________________________________
DIRON Wirtschaftsinformatik GmbH & Co. KG
Christian Beer          (Christian.Beer@diron.de)
Daimlerweg 39-41        Tel. : +49(251)979-200
48163 Muenster          Fax  : +49(251)979-2020
Germany                 Email: info@diron.de  

-----Ursprüngliche Nachricht-----
Von: Nick Winger [mailto:nick.winger@vanguard.at]
Gesendet: Dienstag, 8. Januar 2002 12:02
An: fop-dev@xml.apache.org
Betreff: cannot not use certain character in xml to make pdf


hi !


i cannot use character 0xfc ( an ü ) ( which i need for german language )
and i cannot use 0xa0 ( a non braking space )

can i have fop to use all characters ( can i set the language ? )

where  can i find a reference for all classes and methods for fop ?


best regards

Nick Winger

(Software-Developer)


---------------------------------------------------------------------
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


AW: cannot not use certain character in xml to make pdf

Posted by Nick Winger <ni...@vanguard.at>.
thank you !


it seems to work...

but now i get the exception: org.apache.fop.apps.FOPException: The entity
"sol" was
references, but not declared.

do you know what this means ?


greetings

Nick Winger

-----Ursprüngliche Nachricht-----
Von: Beer, Christian [mailto:BEE@DIRON.de]
Gesendet: Dienstag, 8. Januar 2002 10:04
An: 'fop-dev@xml.apache.org'
Betreff: AW: cannot not use certain character in xml to make pdf


There is no problem using 'ü' or 'ß' or something. You must check the header
of
the xml-file:

<?xml version="1.0" encoding="ISO-8859-1"?>

The encoding specifies what characters you may use. If you use the header
above,
you can use 'ü', etc. without unicode or something!

For &nbsp; (non-breaking space in HTML) you can use "&#160;".

The reference to all classes can be found in the JavaDoc of FOP, that can be

found in:
 <fop-dir>/javadocs


Greetings

	Christian Beer

____________________________________________________
DIRON Wirtschaftsinformatik GmbH & Co. KG
Christian Beer          (Christian.Beer@diron.de)
Daimlerweg 39-41        Tel. : +49(251)979-200
48163 Muenster          Fax  : +49(251)979-2020
Germany                 Email: info@diron.de

-----Ursprüngliche Nachricht-----
Von: Nick Winger [mailto:nick.winger@vanguard.at]
Gesendet: Dienstag, 8. Januar 2002 12:02
An: fop-dev@xml.apache.org
Betreff: cannot not use certain character in xml to make pdf


hi !


i cannot use character 0xfc ( an ü ) ( which i need for german language )
and i cannot use 0xa0 ( a non braking space )

can i have fop to use all characters ( can i set the language ? )

where  can i find a reference for all classes and methods for fop ?


best regards

Nick Winger

(Software-Developer)


---------------------------------------------------------------------
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


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