https://issues.apache.org/bugzilla/show_bug.cgi?id=51028

--- Comment #6 from Sebb <s...@apache.org> 2011-04-06 09:27:47 EDT ---
The relevant part of the log file says:

     [xslt] Processing E:\Projekte\tomcat-trunk\webapps\docs\changelog.xml to
E:\Projekte\tomcat-trunk\output\build\webapps\docs\changelog.html
     [xslt] E:\Projekte\tomcat-trunk\webapps\docs\tomcat-docs.xsl:470: Fatal
Error! Illegal HTML character: decimal 150

Line 470 of tomcat-docs.xsl is

  <xsl:template match="changelog/fix">
    <tr>
      <xsl:variable name="src"><xsl:value-of
select="$relative-path"/>/images/fix.gif</xsl:variable>
      <td><img alt="fix" class="icon" src="{$src}"/></td>
      <td><xsl:apply-templates/></td> <!-- 470 -->
    </tr>
  </xsl:template>

The character 150 is clearly not present in the XSL file.
The Saxon error message is somewhat misleading, as the invalid character seems
to be in changelog.xml at line 1488:

        <bug>49428</bug>: Re-implement the fix for bug <bug>49428</bug> &#150;

Perhaps you can try temporarily editting that out, and see if that makes Saxon
happy.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to