Changeset 1354

Show
Ignore:
Timestamp:
02/21/08 19:48:40 (9 months ago)
Author:
mikey
Message:

bugfix: value from processor attribute must be prefixed with slash

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/main/resources/xsl/stub.xsl

    r1353 r1354  
    5555      <xsl:choose> 
    5656        <xsl:when test="@processor"> 
    57           <xsl:value-of select="@processor"/> 
     57          <xsl:text>/</xsl:text><xsl:value-of select="@processor"/> 
    5858        </xsl:when> 
    5959        <xsl:otherwise>