Quoting Trevor Linton <[EMAIL PROTECTED]>: > I keep getting this error when I try to use the HTML Parser: > > javax.xml.parsers.FactoryConfigurationError: Provider > gnu.xml.aelfred2.JAXPFactory not found. Java exception occured in call to > method
This is not an iText error, but a pure JAXP error. You don't have the right XML configuration. (iText uses the XML parser that is built in in JDK1.4) br, Bruno ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
