FATAL ERROR: 'Could not compile stylesheet'

Hi

I have problem with the code i am using Eclipse IDE when i build it doesnt show any errors but when i run i show arun time error as:

ERROR: 'null'

FATAL ERROR: 'Could not compile stylesheet'

javax.xml.transform.TransformerConfigurationException: Could not compile stylesheet

at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl.newTemplates(Unknown Source)

at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl.newTransformer(Unknown Source)

can any one please solve it

Thanks in advance.

[588 byte] By [dvpka] at [2007-11-27 11:48:16]
# 1

You're passing null to the TransformerFactory. That would be because your setup is different in the two environments.

DrClapa at 2007-7-29 18:18:15 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 2

thanks for your relpy

but exactly i dont understand can you clarify it please.

i have a project that was developed when i was running it shows this error.

Thanks in advance.

dvpka at 2007-7-29 18:18:15 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 3

So look at your code and find out what you are passing to the TransformerFactory. Then find out why it's null. Don't just sit there and say "Duh", it's your code.

And remember that nobody but you can see it yet. If you like you could post it here and then others could see it and comment on it.

DrClapa at 2007-7-29 18:18:15 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...