Re: How do I use FileGenerator to get source from a URL that requires authentication (username/ password challenge)/

2007-04-26 Thread Joseph White
= url.openConnection(); 5. uc.setRequestProperty(Authorizatio,Basic + encoding); 6. ... On 4/25/07, Joerg Heinicke [EMAIL PROTECTED] wrote: On 25.04.2007 04:58, Joseph White wrote: The FileGenerator lets me access a website and get XML that I want to present. How do I include the necessary

Some quick questions about FOP 0.93, Saxon, and MS SQL Server integration with cocoon 2.1.10 on Windows XP environment

2007-04-25 Thread Joseph White
Here are my questions: - [fop] How do I replace the fop 0.20 integrationwiht fop 0.03integration in cocoon 2.1.10? - [MS SQL Server] Is it sufficient to include the appropriate Class 4 jdbc driver (of my choice) for MS SQL Server in the area where the oracle and odbc classes are

How do I use FileGenerator to get source from a URL that requires authentication (username/ password challenge)/

2007-04-24 Thread Joseph White
The FileGenerator lets me access a website and get XML that I want to present. How do I include the necessary authentication (or allow the authentication to pop-up) so I can receive the XML output?