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

2002-01-08 Thread Beer, Christian

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  ([EMAIL PROTECTED])
Daimlerweg 39-41Tel. : +49(251)979-200
48163 Muenster  Fax  : +49(251)979-2020
Germany Email: [EMAIL PROTECTED]  

-Ursprüngliche Nachricht-
Von: Nick Winger [mailto:[EMAIL PROTECTED]]
Gesendet: Dienstag, 8. Januar 2002 12:02
An: [EMAIL PROTECTED]
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: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

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




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

2002-01-08 Thread Nick Winger

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:[EMAIL PROTECTED]]
Gesendet: Dienstag, 8. Januar 2002 10:04
An: '[EMAIL PROTECTED]'
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  ([EMAIL PROTECTED])
Daimlerweg 39-41Tel. : +49(251)979-200
48163 Muenster  Fax  : +49(251)979-2020
Germany Email: [EMAIL PROTECTED]

-Ursprüngliche Nachricht-
Von: Nick Winger [mailto:[EMAIL PROTECTED]]
Gesendet: Dienstag, 8. Januar 2002 12:02
An: [EMAIL PROTECTED]
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: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

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


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