PDA

View Full Version : SAX Parser Craziness



DBQ
May 7th, 2008, 05:39 AM
Hey Everybody. I am using a SAX XML parser for my application. My development environment is Eclipse. I wrote the whole thing while using Ubuntu Hardy (obviously). I tested, my application and worked fine - the way I wanted it to.

Java is cross platform as we all know. So I transfer my application to a machine running Windows Vista (don't flame me for this please - I DO remember which forum I am in). It compiles, but the output produced is different. It appears as SAX is behaving differently in windows. Any suggestions about the issue? Any advice would be great. Should the SAX settings be changed some how for windows? I did not find any mention of this in the SAX tutorial.

I am longing for enlightenment!

apoth
May 7th, 2008, 02:08 PM
Should be the same, obviously.

Show us the code?