Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Aug 2006 11:13:46 +0200
From:      Daniel Gerzo <danger@FreeBSD.org>
To:        doc@freebsd.org
Subject:   www cleanup problem
Message-ID:  <1638431039.20060821111346@rulez.sk>

next in thread | raw e-mail | index | archive | help
Hello doc,

  We have a problem with handling of entities in our XSLT templates
  since Hiroki's cleanup. It seems like events and news pages have
  this problem and there are possibly more such places.

  We have <!ENTITY base ".."> in .xsl temaplates and then we use in
  our calls for example:

    <ul>
      <li><a href="&base;/java/newsflash.html">&java; on FreeBSD</a></li>
      <li><a href="http://freebsd.kde.org/">KDE on FreeBSD</a></li>
      <li><a href="&base;/gnome/newsflash.html">GNOME on FreeBSD</a></li>
    </ul>

  but this doesn't really work. Does anybody have idea, what's going
  on here?

  (note that this is related to the www/102331. I believed that I have
  a working patch, but I really don't :-))
    
-- 
Best regards,
 Daniel                          mailto:danger@FreeBSD.org




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1638431039.20060821111346>