atom schema

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Hakuin

    atom schema

    Hello!
    I have to fetch and syndicate some data from a atom feed (blogger's) in
    asp.net 2.0; I read I need a xml schema to work on the xml as a
    datagrid, but I can't find on the internet a atom schema. Where can I
    get it?

    thanks
  • Martin Honnen

    #2
    Re: atom schema

    Hakuin wrote:
    I have to fetch and syndicate some data from a atom feed (blogger's) in
    asp.net 2.0; I read I need a xml schema to work on the xml as a
    datagrid, but I can't find on the internet a atom schema. Where can I
    get it?
    The xsd.exe tool in the .NET framework SDK can infer a schema from an
    example Atom feed.
    Also the Atom specification comes with a Relax NG Compact Schema
    <URL:http://tools.ietf.org/html/rfc4287#appendi x-B>, it might be worth a
    try to find a schema converter from that schema format to the W3C XSD
    schema langugage: <URL:http://www.thaiopensou rce.com/relaxng/trang.html>

    I haven't tried that but it looks promising. Let us know whether you
    have success that way.



    --

    Martin Honnen --- MVP XML

    Comment

    • Hakuin

      #3
      Re: atom schema

      I haven't tried that but it looks promising. Let us know whether you
      have success that way.
      It worked great! Thanks!!

      Comment

      Working...