This error means your XML is not correct. (or else that it is, and the Apache Shindig parser is not!)
I took a quick glance at your XML and it looks right to me. So here's where I'll start to speculate based less on facts than on hunches :-) The first line has an extra space that may or may not be the problem: <?xml version="1.0" encoding="UTF-8" ?> Want to try removing that space and trying again? Also, your file is in DOS format (CR+LF). While I would be pretty disappointed if the Shindig parser is failing because of that, it might be worth fixing it to LF's only to see if that solves the problem. -- You received this message because you are subscribed to the Google Groups "orkut Developer Forum" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/opensocial-orkut?hl=en.

