Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default RDF reading in .NET

    How do you read RDF links (like news feeds) in .NET

    I was using XML reader but am getting invalid format now,
    since going to 1.1 of the framework.

    Is there a RDF to XML converter ?


    martin Guest

  2. Similar Questions and Discussions

    1. reading .htm as .cfm
      Revisiting 1999 solution to pass embedded code in .htm pages thru the CF Server. I just posted this same query to the CFUG group. We were using...
    2. Reading from log
      Hello all, I am looking for help with creating a digest of a log file. I have found a nice tutorial that should help on...
    3. dir reading
      Can any one tell me why when i have the current dir have 6 jpg files and the index.php i use this code $cnt = 1; $dir = getcwd() ."/";...
    4. Reading in CDs
      I have made a director movie with some quicktime movies. All worked well on the computers then I try to transfer the files to a CD. However, when I...
    5. DBI reading from csv ?
      rls@one.net writes: You can, but that's way overkill. Why not just use DBD::CSV instead? perldoc -q 'How can I split' has several other handy...
  3. #2

    Default Re: RDF reading in .NET

    Martin -
    have a look here [url]http://www.driverdf.org/[/url]

    Cheers
    Steven
    [url]http://www.stevenlivingstone.com[/url]

    "martin" <mchiazza@icon4.com> wrote in message
    news:059d01c35a69$ed6b8b60$a101280a@phx.gbl...
    > How do you read RDF links (like news feeds) in .NET
    >
    > I was using XML reader but am getting invalid format now,
    > since going to 1.1 of the framework.
    >
    > Is there a RDF to XML converter ?
    >
    >

    Steven Livingstone Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139