<books> <book> <title>Professional SharePoint 2007 Design</title> <price>31.49</price> </book> <book> <title>War and Peace</title> <price>3.33</price> </book> <book> <title>Professional Microsoft Search: SharePoint 2007 and Search Server 2008</title> <price>43.21</price> </book></books>
<?xml version="1.0" encoding="utf-8" ?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:output method="html" /> <xsl:template match="books/book"> <xsl:value-of select="title"/><br/> $<xsl:value-of select="price"/><br/> <br/> </xsl:template></xsl:stylesheet>
Professional SharePoint 2007 Design$31.49War and Peace$3.33Professional Microsoft Search: SharePoint 2007 and Search Server 2008$43.21
<?xml version="1.0" encoding="utf-8" ?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:output method="html" />
Subscribe today and you'll receive 24 free issues of SD Times!
Dear Software Professional,
I’d like to invite you to subscribe to SD Times, the newspaper of the software development industry. The newspaper is free, and it will only take a moment to subscribe!
SD Times covers the fast-paced world of software and application development. The twice-monthly newspaper helps software architects, project leaders, analysts and development managers make the proper decisions about products, methodologies and practices that can affect their development teams and efforts.
Each year, we offer only a limited number of complimentary subscriptions to software development professionals!
It only takes moment to sign up. Don't delay, subscribe today!
Sincerely,
David Lyman Publisher SD Times