An Atom Entry can have XML content, right...

Consider this example:

<feed xmlns="http://...atom";>
    ...
    <entry>
        <title>the minimal Atom Entry</title>
        <summary>A minimal entry has only ...</summary>
        <content type="application/atom+xml">
            <entry>
                ...
            </entry>
        </content>
    </entry>
</feed>

Entirely legal, but who wants to bet the feed validator throws a fit ;-)

e.

Reply via email to