I am facing a problem:

When I use fop_15 from the server. It is working all right, but the same code
doesn't work for fop_14. 

It gives the error - Unknown namespace prefix fo

Even the sample file which is provided with FOP version_14 also doesn't work.


My xsl file looks like this.

<?xml version="1.0"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
xmlns:fo="http://www.w3.org/1999/XSL/Format";>

<xsl:template match ="/">
<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format";>

-----------------
</fo:root>
</xsl:template>
-------------------
</xsl:stylesheet>

Do I need to add anything while declaring the namespaces? 

Thanks in advance.

Regards

Peti Ban




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

Reply via email to