[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] org.apache.xml.utils.WrappedRuntimeException Q?
Hi all, I am using Xalan and I would like to ask you if you could tell me how to get rid of this exception: org.apache.xml.utils.WrappedRuntimeException: Output method is xml could not load output_xml.properties (check CLASSPATH) at org.apache.xalan.templates.OutputProperties.getDefaultMethodProperties(OutputProperties.java:364) at org.apache.xalan.templates.OutputProperties.<init>(OutputProperties.java:130) at org.apache.xalan.transformer.TransformerIdentityImpl.<init>(TransformerIdentityImpl.java:104) at org.apache.xalan.processor.TransformerFactoryImpl.newTransformer(TransformerFactoryImpl.java:804) I have never get something like this before :-(. br, Jakub ps I am just trying to use transformer to write out DOM. TransformerFactory tFactory = TransformerFactory.newInstance(); try{ transformer = tFactory.newTransformer(); DocumentBuilder builder = factory.newDocumentBuilder(); xmlDoc = builder.newDocument(); ... DOMSource source = new DOMSource(xmlDoc); StreamResult result = new StreamResult(System.out); transformer.transform(source,result); XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|