Entity reference problem in API XML
Hi, there's a small error in your XML API. http://bkkeepr.com/api/user/kingrat.xml, for example, includes unescaped "&"'s in the XML, they should be encoded as "&", otherwise the XML is invalid and some parsers fail. Same goes for "<" and ">" and a couple of others (http://en.wikipedia.org/wiki/List_of_...). Otherwise, bkeepr is a great app and glad you added the API.
1
person has this problem
I have this problem, too!
Tell me when someone solves it.
The more people who report this problem, the more it gets noticed.
The more people who report this problem, the more it gets noticed.
The company marked this problem solved.
Create a customer community for your own organization
Plans starting at $19/month
-
Inappropriate?Thanks for this - you're right, and I've fixed this.
Authors, titles, and notes (bookmarks) in the XML output are now processed with htmlspecialchars so:
* '&' (ampersand) becomes '&'
* '"' (double quote) becomes '"' when ENT_NOQUOTES is not set.
* ''' (single quote) becomes ''' only when ENT_QUOTES is set.
* '<' (less than) becomes '<'
* '>' (greater than) becomes '>'
Please feel free to check this now works!
I’m thankful
The company and 1 other person say
this solves the problem
-
Inappropriate?w00t! Can't wait to see what you've come up with...
(Obviously Get Satisfaction processed my entities above, but we all know what I meant...)
I’m excited
Loading Profile...



EMPLOYEE