Hi Martijn,

Martijn Laarman wrote:
Adrien Cumiskey , what exactly do you mean with "a trunk version of FOP" ?

This just means you are using the 'latest and greatest' FOP code built from the Apache source repository (rather than a recognised official version).

It sounds like you might be running with 0.93, is this correct? It might be worth you (just for sanities sake) testing your temp File variable references something valid too..

File temp = new File("E:/FOPCONF/testconfig.xml");
if (temp.isFile() && temp.canRead()) {
        System.out.println(temp + " is ok");
}

It would also be helpful for everyone if you could provide a full exception stack trace for the SAXException you are experiencing when invoking this.fopFactory.setUserConfig(temp).

Adrian.

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

Reply via email to