Ran into a problem returning an XML data with special characters encoded into it through an AJAX call. The problem was that special characters (i.e. ñ -> ñ) throws an error when being returned through XML and is in the process of being parsed by the browser. The catch? XML does not support named entities [...]
Entries from February 2010
Special Character Encoding in XML
February 13, 2010
Java IO Problem in Tomcat
February 13, 2010
Encountered this problem today while testing an image upload AJAX script in tomcat. Later on I found out that the folder is actually protected Win7 and tomcat couldn’t write the cache or temporary file into the folder. So anyone having this problem, check the following… What OS are you running? Vista/Win7? What IDE are you [...]
Posted in
content rss

Recent Comments