2004-05-27 13:50:11 +02:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<doc xml:base="http://example.org/today/"
|
|
|
|
xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
|
|
<head>
|
|
|
|
<title>Virtual Library</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<paragraph>See <link xlink:type="simple" xlink:href="new.xml">what's
|
|
|
|
new</link>!</paragraph>
|
|
|
|
<paragraph>Check out the hot picks of the day!</paragraph>
|
|
|
|
<olist xml:base="/hotpicks/">
|
|
|
|
<item>
|
|
|
|
<link xlink:type="simple" xlink:href="pick1.xml">Hot Pick #1</link>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<link xlink:type="simple" xlink:href="pick2.xml">Hot Pick #2</link>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<link xlink:type="simple" xlink:href="pick3.xml">Hot Pick #3</link>
|
|
|
|
</item>
|
|
|
|
</olist>
|
2004-06-28 23:41:30 +02:00
|
|
|
<olist xml:base="http://example.net/hotpicks">
|
2004-05-27 13:50:11 +02:00
|
|
|
<item>
|
|
|
|
<link xlink:type="simple" xlink:href="pick4.xml">Hot Pick #1</link>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<link xlink:type="simple" xlink:href="pick5.xml">Hot Pick #2</link>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<link xlink:type="simple" xlink:href="pick6.xml">Hot Pick #3</link>
|
|
|
|
</item>
|
|
|
|
</olist>
|
2004-06-28 23:41:30 +02:00
|
|
|
<link xlink:href="old.xml">Like, so yesterday</link>
|
2004-05-27 13:50:11 +02:00
|
|
|
</body>
|
|
|
|
</doc>
|