You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by Stephan Schlierf <st...@vsa.de> on 2003/09/12 14:22:23 UTC

Some TOC-links do not work

Recently I noticed that some toc-links do not work in a generated html-file.
When I looked at the html-code, the links that don't work are quite funny:

---snip---
<li>
<a xmlns:xhtml="http://www.w3.org/1999/xhtml" 
href="#Die+Grundstruktur+eines+Dokumentes">Die Grundstruktur eines 
Dokumentes</a>
</li>

<li>
<a xmlns:xhtml="http://www.w3.org/1999/xhtml" 
href="#Abs%E4tze%2C+Listen%2C+%DCberschriften">Abs&auml;tze, Listen, 
&Uuml;berschriften</a>
</li>

<li>
<a xmlns:xhtml="http://www.w3.org/1999/xhtml" 
href="#%0A++++++++++++++++++Textformatierung%2C+Hyperlinks%2C+Grafiken%0A++++++++++++++">Textformatierung, 
Hyperlinks, Grafiken</a>
</li>
---snip---
the first link is okay, the next two links do not work (I swear the xml-code 
is just the same ;-).

I use forrest-0.5rc1, krysalis-skin.
Anybode else encountered the some problem?

Stephan

Re: Some TOC-links do not work

Posted by Juan Jose Pablos <ch...@che-che.com>.
Stepahn,

Create a bug for this [1] and add the xml file within.

Cheers,
cheche

[1] http://issues.cocoondev.org/jira/secure/BrowseProject.jspa?id=10000

Stephan Schlierf wrote:
> Recently I noticed that some toc-links do not work in a generated html-file.
> When I looked at the html-code, the links that don't work are quite funny:
> 
> ---snip---
> <li>
> <a xmlns:xhtml="http://www.w3.org/1999/xhtml" 
> href="#Die+Grundstruktur+eines+Dokumentes">Die Grundstruktur eines 
> Dokumentes</a>
> </li>
> 
> <li>
> <a xmlns:xhtml="http://www.w3.org/1999/xhtml" 
> href="#Abs%E4tze%2C+Listen%2C+%DCberschriften">Abs&auml;tze, Listen, 
> &Uuml;berschriften</a>
> </li>
> 
> <li>
> <a xmlns:xhtml="http://www.w3.org/1999/xhtml" 
> href="#%0A++++++++++++++++++Textformatierung%2C+Hyperlinks%2C+Grafiken%0A++++++++++++++">Textformatierung, 
> Hyperlinks, Grafiken</a>
> </li>
> ---snip---
> the first link is okay, the next two links do not work (I swear the xml-code 
> is just the same ;-).
> 
> I use forrest-0.5rc1, krysalis-skin.
> Anybode else encountered the some problem?
> 
> Stephan