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
_______________________________________________
freebsd-doc@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscribe@freebsd.org"