[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

org.apache.xml.utils.WrappedRuntimeException Q?

Subject: org.apache.xml.utils.WrappedRuntimeException Q?
From: Jakub.Valenta@xxxxxxxx
Date: Wed, 23 Jan 2002 10:21:51 +0200
org.apache.xml.utils.wrappedruntimeexception
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


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.