Conventions Used in This Book

This book uses some conventions that you should know about, for instance:

  • When we've added some new lines of XPath code and are discussing it, it'll appear shaded, and when there's more code to come, you'll see three vertical dots. Here's what that looks like:

     
     <?xml version="1.0" encoding="UTF-8"?>  <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">  <xsl:template match="planets">  <HTML>             <xsl:apply-templates/>         </HTML>     </xsl:template>         .         .         . 
  • You'll see notes and tips throughout the book, which are meant to give you something more, a little more insight or a pointer to some new technique.

  • You'll see special "Shop Talk" sections designed to bring you behind-the-scenes discussions of what's going on in XPath.

  • Program code appears in a special monospace font .

  • New terms appear in italic .



XPath. Navigating XML with XPath 1.0 and 2.0 Kick Start
XPath Kick Start: Navigating XML with XPath 1.0 and 2.0
ISBN: 0672324113
EAN: 2147483647
Year: 2002
Pages: 131

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net