Menu

#66 Invalid uppercase HREFs in index-list.xsl

next_release
open
nobody
None
5
2008-06-19
2008-06-19
Anonymous
No

pldoc Version 0.8.3.1exp:

Teh value of the HREF attribute generated in line 97 in index-list.xsl uses UPPERCASES which will not work on unix systems because the generated HTML-files are in LOWERCASE.

Problem in line 97:
<xsl:value-of select="$referrer"/>

Solution:
<xsl:value-of select="translate($referrer,'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz')"/>

After this change the links in the index-list work well.

Discussion

  • Nobody/Anonymous

    pldoc sample with invalid HREFs

     
  • Stuart Turton

    Stuart Turton - 2011-09-09

    Fixed in 0.9.1

     
  • Stuart Turton

    Stuart Turton - 2011-09-09

    Fixed in 0.9.1

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.