Hello Torsten, 

Quit similar names!

1) you export your word doc into html.
2) you run that html through a WH2fo stylesheet
3) your result is a pdf.

Is that right?

I don't know foa, but have you set the namespaces correct? (have a [EMAIL 
PROTECTED]://lists.w3.org/Archives/Public/www-xsl-fo/2002Aug/0049.html)
e.g.:
<xsl:stylesheet
xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
version="1.0"
xmlns:fo="http://www.w3.org/1999/XSL/Format";
xmlns:fox="http://xml.apache.org/fop/extensions";
xmlns:foa="http://fabio";>

Maybe that helps!

Regards

-----Urspr�ngliche Nachricht-----
Von: Torsten Erler [mailto:[EMAIL PROTECTED]
Gesendet: Donnerstag, 28. November 2002 11:29
An: Fop-User (E-mail)
Betreff: foa extension


Hi

I try to simplify the xsl-stylesheet production for our product.
So I've created a XSL via WH2FO from a Word2000-html document.
If I transform the document and show it (using AWTRenderer) I get the
Errors:

[ERROR] - property 'foa:name' ignored
[ERROR] - property 'foa:group' ignored

The screen rendering result and the produced PDF-file looks very good
(except a few character encoding problems).

Does anyone know how avoid the error

ThanX

Torsten Erler


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