Not actively. See http://issues.cocoondev.org/browse/FOR-147 I made one attempt (a failed one, but I included the patch anyway), and described how I thought the right way would work.
Quoting Johannes Schaefer <[EMAIL PROTECTED]>: > Thanks, Dave, > > the href="/todo.html" works although the > HTML link gets resolved to > "http://localhost:8888//todo.html" > (note the two slashes but works in firefox and MSIE). > > Is there any work going on for wholesite.pdf|html > bug-fixing? This is critical for us: we need the > full pdf-document for archiving in a client's db. > > Johannes > > Dave Brondsema wrote: > > Johannes Schaefer wrote: > > > >> Hi! > >> > >> I wanted to include the todo.html and changes.html > >> in a subdirectory and came up with this solution: > >> > >> <subdir label="Subdir" href="subdir/" tab="sub"> > >> <todo label="Todo" href="../todo.html"> > >> </subdir> > >> > >> Works fine (except tab highlighting) until creating > >> wholesite.html, see error below. Looks like the two > >> dots and the filename went overboard. > >> > >> Any hints? > >> > >> Thanks, Johannes > >> > >> > >> Request URI wholesite.html > >> cause > >> java.lang.RuntimeException: > >> org.apache.cocoon.ResourceNotFoundException: > >> Resource not found.: > >> org.apache.excalibur.source.SourceNotFoundException: > >> > file:/D:/Projekte/Roche/40_Styleguide/NGLIS_styleguide/src/documentation/content/xdocs/internals/.xml > > >> > >> doesn't exist. > >> > >> request-uri > >> /wholesite.html > >> > >> > > > > Wholesite.[pdf|html] has known bugs, which includes relative links like > > you described (it also doesn't do linkrewriting of site: or ext:). I > > can't suggest any workaround, but perhaps "/todo.html" or > > "./../todo.html" or some other obscure form of reference might work. > > > > > -- > User Interface Design GmbH * Teinacher Str. 38 * D-71634 > Ludwigsburg > Fon +49 (0)7141 377 000 * Fax +49 (0)7141 377 00-99 > Gesch�ftsstelle: User Interface Design GmbH * > Lehrer-G�tz-Weg 11 * D-81825 M�nchen > www.uidesign.de > > Buch "User Interface Tuning" von Joachim Machate & Michael > Burmester > www.user-interface-tuning.de > > Attraktivit�t von interaktiven Produkten messen mit > www.attrakdiff.de > -- Dave Brondsema : [EMAIL PROTECTED] http://www.brondsema.net : personal http://www.splike.com : programming http://csx.calvin.edu : student org
