<?xml version="1.0" encoding="UTF-8" ?>
<stylesheet version="1.0" xmlns:xsl="http://www.w3.org/TR/WD-xsl" xmlns:fo="http://www.w3.org/1999/XSL/Format">
  <xsl:template match="/">
      <html>
        <body>
        
         <xsl:templates select="book"/> 

        </body>
     
      </html>
  </xsl:template>
  
   <xsl:template match="book">
   <p>
     <xsl:value-of select="position()"/>...     </p>
    </xsl:template></stylesheet>看不出什么原因,大家帮帮忙