<?xml version="1.0" encoding="UTF-8"?>

<!-- edited with XMLSPY v5 U (http://www.xmlspy.com) by xieq (SEI) -->
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xsi:noNamespaceSchemaLocation="http://9.181.3.220/developerworks/schema/4.0/dw-document-4.0.xsd">
	
  <xsl:output method="html" version="1.0" encoding="gb2312" indent="yes" />
	
  <xsl:template match="/">
		
    <html>
			
      <head>
				
        <title>product Detail Information</title>
			
      </head>
			
      <body>
				
        <p />
				
        <h2>product Information</h2>
				
        <br />
				
        <xsl:apply-templates select=".//锟斤拷品" />
			
      </body>
		
    </html>
	
  </xsl:template>
	
  <xsl:template match="锟斤拷品">
		
    <p />
		
    <xsl:apply-templates />
	
  </xsl:template>
	
  <xsl:template match="锟斤拷锟�">
		
    <br />
   	     锟斤拷锟�: 
    <xsl:value-of select="." />
	
  </xsl:template>
	
  <xsl:template match="锟斤拷锟�">
		
    <br />
   	     锟斤拷锟�: 
    <xsl:value-of select="." />
	
  </xsl:template>
	
  <xsl:template match="锟桔革拷">
		
    <br />
   	     锟桔革拷: 
    <xsl:value-of select="." />
	
  </xsl:template>

	
  <xsl:template match="锟斤拷应锟斤拷">
      </xsl:template>

</xsl:stylesheet>

