Search
Tuesday, January 06, 2009 ..:: Forum ::.. Register  Login
 
  Forum  Programming  General Program...  XML Parser fails to parse data elements with special characters
Previous Previous
 
Next Next
New Post 1/20/2008 3:39 PM
  david
21 posts
9th Level Poster


XML Parser fails to parse data elements with special characters  

The XML Parser fails to handle the special character [ like Café ].

So the report generation fails. When the user runs a report this kind of errors are show stoppers.

We are using CDATA section for all text elements, still the parser couldn't handle this.

I appreciate if you can offer any idea on to handle this situations in future.

 
New Post 1/20/2008 3:39 PM
  david
21 posts
9th Level Poster


Re: XML Parser fails to parse data elements with special characters  

The problem is that this is illegal in your xml file. If you try to display it using Internet Explorer it will give you an error on the é.

I suggest you save the xml file using the utf-8 encoding. That can support a character such as é although it does it using 2 bytes.

 
Previous Previous
 
Next Next
  Forum  Programming  General Program...  XML Parser fails to parse data elements with special characters
Membership Membership:
Latest New User Latest: GrahamA
New Today New Today: 0
New Yesterday New Yesterday: 0
User Count Overall: 56

People Online People Online:
Visitors Visitors: 1
Members Members: 0
Total Total: 1

Online Now Online Now:
All contents copyright (c) 2002 - 2008 by Windward Studios, Inc. All Rights Reserved.   Terms Of Use  Privacy Statement