Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. XML / XSL
  4. i have question about rss xml.

i have question about rss xml.

Scheduled Pinned Locked Moved XML / XSL
questioncsharpcomxmlhelp
2 Posts 2 Posters 2 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    buffering83
    wrote on last edited by
    #1

    i was mading xml file for rss.
    but I can see only 3 elements in rss reader program.
    what is problem?
    I think that xml format is fine.

    <?xml version="1.0"?>
    <rss version="2.0">
    <channel>
    <title>회사명</title>
    <link >http://nhn.com</link >
    <language >ko</language >
    <copyright >Copyright (c) by KoreaZinc, Inc. All rights reserved</copyright >
    <pubDate >2011-08-08 오전 10:36:09</pubDate >
    <lastBuildDate >2011-08-08 오전 10:36:09</lastBuildDate >
    <description >회사명 보도자료 Rss 입니다.</description >
    <image>
    <title>회사명 보도자료 소식</title>
    <url>http://nhn.com</url>
    <link>http://nhn.com</link>
    </image>
    <item>
    <title>회사명 회장</title>
    <link>http://naver.com</link>
    <description>출처:한국경재 회사명 회장</description>
    <author > </author >
    <pubDate>2011-08-08T10:34:42+09:00</pubDate>
    </item>
    <item>
    <title>회사명 창업</title>
    <link>http://daum.net</link>
    <description>출처:메일신문 회사명 창업</description>
    <author > </author >
    <pubDate>2011-08-08T10:34:42+09:00</pubDate>
    </item>
    <item>
    <title>1</title>
    <link>http://daum.net</link>
    <description>출처:메일신문1 1</description>
    <author > </author >
    <pubDate>2011-08-08T10:34:42+09:00</pubDate>
    </item>
    <item>
    <title>2</title>
    <link>http://daum.net</link>
    <description>출처:2 2</description>
    <author > </author >
    <pubDate>2011-08-08T10:34:42+09:00</pubDate>
    </item>
    <item>
    <title>3</title>
    <link>http://daum.net</link>
    <description>출처:3 3</description>
    <author > </author >
    <pubDate>2011-08-08T10:34:42+09:00</pubDate>
    </item>
    <item>
    <title>4</title>
    <link>http://daum.net</link>
    <description>출처:4 4</description>
    <author > </author >
    <pubDate>2011-08-08T10:34:42+09:00</pubDate>
    </item>
    <it

    D 1 Reply Last reply
    0
    • B buffering83

      i was mading xml file for rss.
      but I can see only 3 elements in rss reader program.
      what is problem?
      I think that xml format is fine.

      <?xml version="1.0"?>
      <rss version="2.0">
      <channel>
      <title>회사명</title>
      <link >http://nhn.com</link >
      <language >ko</language >
      <copyright >Copyright (c) by KoreaZinc, Inc. All rights reserved</copyright >
      <pubDate >2011-08-08 오전 10:36:09</pubDate >
      <lastBuildDate >2011-08-08 오전 10:36:09</lastBuildDate >
      <description >회사명 보도자료 Rss 입니다.</description >
      <image>
      <title>회사명 보도자료 소식</title>
      <url>http://nhn.com</url>
      <link>http://nhn.com</link>
      </image>
      <item>
      <title>회사명 회장</title>
      <link>http://naver.com</link>
      <description>출처:한국경재 회사명 회장</description>
      <author > </author >
      <pubDate>2011-08-08T10:34:42+09:00</pubDate>
      </item>
      <item>
      <title>회사명 창업</title>
      <link>http://daum.net</link>
      <description>출처:메일신문 회사명 창업</description>
      <author > </author >
      <pubDate>2011-08-08T10:34:42+09:00</pubDate>
      </item>
      <item>
      <title>1</title>
      <link>http://daum.net</link>
      <description>출처:메일신문1 1</description>
      <author > </author >
      <pubDate>2011-08-08T10:34:42+09:00</pubDate>
      </item>
      <item>
      <title>2</title>
      <link>http://daum.net</link>
      <description>출처:2 2</description>
      <author > </author >
      <pubDate>2011-08-08T10:34:42+09:00</pubDate>
      </item>
      <item>
      <title>3</title>
      <link>http://daum.net</link>
      <description>출처:3 3</description>
      <author > </author >
      <pubDate>2011-08-08T10:34:42+09:00</pubDate>
      </item>
      <item>
      <title>4</title>
      <link>http://daum.net</link>
      <description>출처:4 4</description>
      <author > </author >
      <pubDate>2011-08-08T10:34:42+09:00</pubDate>
      </item>
      <it

      D Offline
      D Offline
      Dr Walt Fair PE
      wrote on last edited by
      #2

      This is a long shot, but could it have anything to do with you mixing the fonts? Note that there happen to be 3 items before the titles switch to Roman/ASCII characters. Barring that possibility, perhaps if you indicate which 3 items are showing, that would help.

      CQ de W5ALT

      Walt Fair, Jr., P. E. Comport Computing Specializing in Technical Engineering Software

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups