Recover from microbel
This commit is contained in:
63
foiler/slide18.html
Normal file
63
foiler/slide18.html
Normal file
@@ -0,0 +1,63 @@
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<TITLE>RSS-eksempel</TITLE>
|
||||
<LINK REL=stylesheet HREF="slides.css" TYPE="text/css" MEDIA=screen>
|
||||
<LINK REL=stylesheet HREF="slides.css" TYPE="text/css" MEDIA=projection>
|
||||
</HEAD>
|
||||
|
||||
<BODY>
|
||||
|
||||
<TABLE WIDTH="100%">
|
||||
<TR><TD><A HREF="slide17.html">Forrige</A>
|
||||
<TD ALIGN=center>XML-kurs - PVV NTNU
|
||||
<TD ALIGN=right><A HREF="slide19.html">Neste</A>
|
||||
</TABLE>
|
||||
<HR>
|
||||
|
||||
<H1>RSS-eksempel</H1>
|
||||
<div class="contents">
|
||||
<PRE>
|
||||
|
||||
|
||||
<?xml version="1.0"?><rdf:RDF
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns="http://my.netscape.com/rdf/simple/0.9/">
|
||||
|
||||
<channel>
|
||||
<title>Slashdot:News for Nerds. Stuff that Matters.</title>
|
||||
<link>http://slashdot.org</link>
|
||||
<description>News for Nerds. Stuff that Matters</description>
|
||||
</channel>
|
||||
|
||||
<item>
|
||||
<title>X-Files Series Spinoff?</title>
|
||||
<link>http://slashdot.org/article.pl?sid=00/02/07/0243224</link>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>BeOS for the Internet: BeIA</title>
|
||||
<link>http://slashdot.org/article.pl?sid=00/02/06/2155205</link>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Try to Name the SuSE Mascot</title>
|
||||
<link>http://slashdot.org/article.pl?sid=00/02/06/2346258</link>
|
||||
</item>
|
||||
</rdf:RDF>
|
||||
|
||||
</PRE>
|
||||
</div>
|
||||
|
||||
<BR>
|
||||
<HR>
|
||||
|
||||
<TABLE WIDTH="100%">
|
||||
<TR><TD><A HREF="slide17.html">Forrige</A>
|
||||
<TD ALIGN=center><A HREF="slide6.html">Hvorfor XML?</A>
|
||||
<TD ALIGN=right><A HREF="slide19.html">Neste</A>
|
||||
</TABLE>
|
||||
|
||||
</BODY>
|
||||
</HTML>
|
||||
Reference in New Issue
Block a user