<?xml version="1.0" encoding="Windows-1251"?>
<?xml-stylesheet href="sample.xsl" type="text/xml"?>
<books>
<?php global $id; $id = 1; ?>
<book id="php: return $id++">
<title><b>Pierre: The Ambiguities</b></title>
<author><i>Sophocles</i></author>
<price>9.99</price>
</book>
<book id="php: return $id++">
<title><b>Heart of Darkness</b></title>
<author><i>Joseph Conrad</i></author>
<price>12.99</price>
</book>
<book id="php: return $id++">
<title><b>Arrowsmith</b></title>
<author><i>Sinclair Lewis</i></author>
<price>8.99</price>
</book>
<book id="php: return $id++">
<title><b>Oedipus Rex</b></title>
<author><i>Sophocles</i></author>
<price>8.99</price>
</book>
<book id="php: return $id++">
<title><b>The Secret Sharer and Other Stories</b></title>
<author><i>Joseph Conrad</i></author>
<price>13.99</price>
</book>
<book id="php: return $id++">
<title><b>The Republic</b></title>
<author><i>Plato</i></author>
<price>12.99</price>
</book>
<book id="php: return $id++">
<title><b>The Republic</b></title>
<author><i>Plato</i></author>
<price>15.99</price>
</book>
<book id="php: return $id++">
<title><b>Inside Microsoft Windows CE</b></title>
<author><i>John Murray</i></author>
<price>29.99</price>
</book>
<book id="php: return $id++">
<title><b>Pragmatism</b></title>
<author><i>William James</i></author>
<price>15.99</price>
</book>
</books> |