You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by "Palaniappan, Krishnasamy" <Pa...@diebold.com> on 2001/03/22 17:19:38 UTC

Xalan_C++

Hi,
1). I tried to transform an XML file to HTML using Xalan_C++ version. This worked.
2). I tried to transform an XML file to .FO (using Xalan_Java version) and then, to .PDF using FOP_Java version. This worked..
3). However, when I try to transform the same XML file to .FO using Xalan_C++ version, it fails with the following exception:

Transforming...
SAXException Message is : StylesheetRoot.process error

Can I not use Xalan_C++ version if I want to ultimately transform the XML file to PDF? 

Thanks,
Krish