On 7/5/06 3:31 PM, "James Holderness" <[EMAIL PROTECTED]> wrote:

>>   <generator uri="http://www.example.com/FooPublisher";
>>       version="1.0">Foo Publisher 1.0</generator>
>>   <author><name>Foo Publisher</name></author>
> 
> I don't think atom:generator is valid as a child of atom:entry.

this would work though, right?

    <entry>
        ...
        <source>
            <generator uri="http://www.example.com/FooPublisher";
                version="1.0">Foo Publisher 1.0</generator>
        </source>
    </entry>

e.

Reply via email to