Click here to Skip to main content
15,881,880 members
Home / Discussions / XML / XSL
   

XML / XSL

 
GeneralRe: XSLT Pin
chriselst15-Sep-11 5:56
chriselst15-Sep-11 5:56 
GeneralRe: XSLT Pin
AndyInUK15-Sep-11 6:09
AndyInUK15-Sep-11 6:09 
GeneralRe: XSLT Pin
Bassam Abdul-Baki15-Sep-11 6:51
professionalBassam Abdul-Baki15-Sep-11 6:51 
GeneralRe: XSLT Pin
AndyInUK15-Sep-11 23:38
AndyInUK15-Sep-11 23:38 
GeneralRe: XSLT Pin
PIEBALDconsult16-Sep-11 5:20
mvePIEBALDconsult16-Sep-11 5:20 
GeneralRe: XSLT Pin
PIEBALDconsult15-Sep-11 18:10
mvePIEBALDconsult15-Sep-11 18:10 
QuestionShould we get rid of the redundant quotes now that HTML5 does it? Pin
ed welch12-Sep-11 11:20
ed welch12-Sep-11 11:20 
Questioni have question about rss xml. Pin
buffering837-Aug-11 16:41
buffering837-Aug-11 16:41 
XML
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>
    <item>
      <title>5</title>
      <link>http://daum.net</link>
      <description>출처:5 5</description>
      <author > </author >
      <pubDate>2011-08-08T10:34:42+09:00</pubDate>
    </item>
    <item>
      <title>6</title>
      <link>http://daum.net</link>
      <description>출처:6 6</description>
      <author > </author >
      <pubDate>2011-08-08T10:34:42+09:00</pubDate>
    </item>
    <item>
      <title>7</title>
      <link>http://daum.net</link>
      <description>출처:7 7</description>
      <author > </author >
      <pubDate>2011-08-08T10:34:42+09:00</pubDate>
    </item>
    <item>
      <title>8</title>
      <link>http://daum.net</link>
      <description>출처:8 8</description>
      <author > </author >
      <pubDate>2011-08-08T10:34:42+09:00</pubDate>
    </item>
    <item>
      <title>9</title>
      <link>http://daum.net</link>
      <description>출처:9 9</description>
      <author > </author >
      <pubDate>2011-08-08T10:34:42+09:00</pubDate>
    </item>
    <item>
      <title>10</title>
      <link>http://daum.net</link>
      <description>출처:10 10</description>
      <author > </author >
      <pubDate>2011-08-08T10:34:42+09:00</pubDate>
    </item>
  </channel>
</rss>

hi

My english is a little.
anyway, nice to meet you~~
and give me your advice anytime~

AnswerRe: i have question about rss xml. Pin
Dr.Walt Fair, PE7-Aug-11 17:31
professionalDr.Walt Fair, PE7-Aug-11 17:31 
QuestionXSD question - Calling an xsd from another xsd Pin
bgallagher_lib4-Aug-11 5:06
bgallagher_lib4-Aug-11 5:06 
AnswerRe: XSD question - Calling an xsd from another xsd Pin
Ger Hayden5-Aug-11 23:24
Ger Hayden5-Aug-11 23:24 
Questiondisplat html via xslt macro Pin
benams26-Jul-11 3:31
benams26-Jul-11 3:31 
QuestionHow to Work with XML file in MFC Dialog based application? Pin
Le@rner25-Jul-11 20:29
Le@rner25-Jul-11 20:29 
AnswerRe: How to Work with XML file in MFC Dialog based application? - Repost Pin
Richard MacCutchan25-Jul-11 21:30
mveRichard MacCutchan25-Jul-11 21:30 
QuestionShould I ask for better XML? Pin
chriselst18-Jul-11 0:02
chriselst18-Jul-11 0:02 
AnswerRe: Should I ask for better XML? Pin
dasblinkenlight18-Jul-11 3:10
dasblinkenlight18-Jul-11 3:10 
GeneralRe: Should I ask for better XML? Pin
chriselst18-Jul-11 3:23
chriselst18-Jul-11 3:23 
GeneralRe: Should I ask for better XML? Pin
dasblinkenlight18-Jul-11 3:38
dasblinkenlight18-Jul-11 3:38 
GeneralRe: Should I ask for better XML? Pin
jschell25-Jul-11 10:58
jschell25-Jul-11 10:58 
GeneralRe: Should I ask for better XML? Pin
dasblinkenlight25-Jul-11 19:08
dasblinkenlight25-Jul-11 19:08 
GeneralRe: Should I ask for better XML? Pin
jschell26-Jul-11 9:38
jschell26-Jul-11 9:38 
GeneralRe: Should I ask for better XML? Pin
dasblinkenlight26-Jul-11 10:37
dasblinkenlight26-Jul-11 10:37 
GeneralRe: Should I ask for better XML? Pin
jschell27-Jul-11 12:04
jschell27-Jul-11 12:04 
AnswerRe: Should I ask for better XML? Pin
jschell25-Jul-11 11:00
jschell25-Jul-11 11:00 
QuestionCan anybody tell me whats wrong with this xslt Pin
Haim Nachum26-Jun-11 13:00
Haim Nachum26-Jun-11 13:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.