How to write a minimum atom 1.0 feed file?



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

Post New Answer

More XML XSLT RSS Interview Questions

how can I handle embedded html in my xml ?

1 Answers  


What is the use of xslt <xsl: import> element?

1 Answers  


what is the diff. between DOM and SAX ?

2 Answers  


Is there any way that html can be replaced with xml?

1 Answers  


Why is xml extensible?

1 Answers  


Why is xml important?

1 Answers  


Can the attribute list of an element type contain attributes whose names come from other xml namespaces?

1 Answers  


How you can enhance your XSL test?

1 Answers  


What happens about the presence of the top-level element?

1 Answers  


Why do we need dtd?

1 Answers  


How do I include one xml file in another?

1 Answers  


What is a podcast rss feed?

1 Answers  


Categories