How to write a minimum atom 1.0 feed file?
Answer / Ashish Khare
To create a minimum Atom 1.0 feed file, you need to follow the Atom Syndication Format rules. Here's an example of a basic Atom feed:n```xmln<feed xmlns='http://www.w3.org/2005/Atom'>n <title>My Feed</title>n <link href='http://example.com/' rel='self' type='application/atom+xml' />n <id>urn:uuid:123e4567-e89b-12d3-a456-426655440000</id>n</feed>n```
| Is This Answer Correct ? | 0 Yes | 0 No |
how can I handle embedded html in my xml ?
What is the use of xslt <xsl: import> element?
what is the diff. between DOM and SAX ?
Is there any way that html can be replaced with xml?
Why is xml extensible?
Why is xml important?
Can the attribute list of an element type contain attributes whose names come from other xml namespaces?
How you can enhance your XSL test?
What happens about the presence of the top-level element?
Why do we need dtd?
How do I include one xml file in another?
What is a podcast rss feed?