How beastly of it. Now, who wants to be the one to tell Pete...

On Aug 22, 11:33 am, Caroline Maynard <[EMAIL PROTECTED]> wrote:

> However I am still getting the 400 status code (with no error message)
> from the atompub server. I think the code in question just can't cope
> with not having a default namespace - it likes:
>
> <?xml version="1.0" encoding="UTF-8"?>
> <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
>         xmlns="http://www.w3.org/2005/Atom";>
> <author>
>    <name>Caroline Maynard</name>
> </author>
> ...
> </entry>
>
> but dislikes:
>
> <?xml version="1.0" encoding="UTF-8"?>
> <tns:entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
>             xmlns:tns="http://www.w3.org/2005/Atom";>
> <tns:author>
>    <tns:name>Caroline Maynard</tns:name>
> </tns:author>
> ...
> </tns:entry>
>
> It may non-compliant - and I can try raising this as a problem - but it
> probably isn't the only server in the world to work like this.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"phpsoa" group.
To post to this group, send email to phpsoa@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.co.uk/group/phpsoa?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to