<?xml version="1.0"?>
<?xml-stylesheet type="text/dsssl" href="catalog.dsl" media="screen,html"?>
<book-catalog> 
	<book>  
		<code>16-048</code>
		<category>Scripting</category>
		<title>Instant JavaScript</title>
		<price>49.34$</price>
	</book>  
	<book>
		<code>16-105</code>
		<category>XML</category>
		<title>Professional XML</title>
		<price>39.95$</price>
	</book>
</book-catalog> 