Namespace not supported by Parser ??

2001-08-13 Thread Thomas, Mary
Hi all, I set the feature and I am getting the following error. It seems to throw error at org.xml.sax.XMLReader parser = inputHandler.getParser(); So I am not sure If setting the feature afterwards will be of any use.What must I add in ?Is the setting

Xalan 2--parser.setContentHandler(_treeBuilder);

2001-08-13 Thread Thomas, Mary
Hi all When I looked into driver.class I see parser.setContentHandler(_treeBuilder); But I do not see setContentHandler in Parser.class I wonder if this is the reason why it is kicking up the error. Do I need to include any other libraries.(I have included fop.jar,xalan2.jar

javax.xml.transform.TransformerConfigurationException: Namespace not supported by SAXParser???

2001-08-09 Thread Thomas, Mary
Hi I am able to run the fo from command line and get the printed output. Now the next is to embed in servlet. I tried running this servlet from jbuilder. with the library pointing to fop.jar,xalan.jar xcerces.jar , batik.jar, buildtools.jar I run into following error.

Starting off

2001-07-20 Thread Thomas, Mary
Hi I am new in this. For testing purpose I have a .fo file Can I get a PDF right away. by going to Command line and type FOP test.fo test.pdf If not what must I do to output an pdf document from .fo file I am assuming that I have created the .fo from an .xml and .xsl Can I also feed in a