Re: Change the encoding format of xml outpu

2007-01-20 Thread JV
for me. Up til now I've created XML using JSTL, and then I had more problems with characters like 0A and 09, which messed up the XML. This was especially the case with SQL Server. So I removed those characters from the resultstring. I haven't had a problem with BOM-characters (didn

Re: Change the encoding format of xml outpu

2007-01-20 Thread JV
Hi Sarah, Have you included this in the page-code? <%@ page contentType="application/xml" %> JV Op 20 jan 2007, om 20:19 heeft Sarah Parrott het volgende geschreven: Hi, I'm using Tomcat 5.5 from within eclipse, and using java code to create and save a new xml docume

Re: Tomcat and jdbc over MS SQL Server

2007-01-20 Thread JV
27;ve tried to use the Microsoft driver, but that didn't work for some reason. http://jtds.sourceforge.net/ http://www.inetsoftware.de/products/ (for Opta) JV Op 20 jan 2007, om 08:20 heeft Zack Grafton het volgende geschreven: Hi, It is possible, there are 2 different methods. The JDB