<?xml version="1.0" encoding="UTF-8" ?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" &return; version="1.0"> <xsl:template match="/"> <html> <head> <title>Search Results</title> </head> <body> <h1>Search Results</h1> <ul> <xsl:apply-templates select="ProductInfo/Details"/> </ul> </body> </html> </xsl:template> <xsl:template match="ProductInfo/Details"> <li><xsl:value-of select="ProductName"/> - <b><xsl:value-of &return; select="OurPrice"/></b></li> </xsl:template> </xsl:stylesheet>
O'Reilly Home | Privacy Policy © 2007 O'Reilly Media, Inc. Website: | Customer Service: | Book issues:
All trademarks and registered trademarks appearing on oreilly.com are the property of their respective owners.