You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Joerg Heinicke <jh...@virbus.de> on 2003/10/01 00:40:59 UTC

Re: HTML Serializer altering anchor links

Grange, John wrote:

> Hi,
> 
> I have an xslt which contains the following fragment:
> 
> <a href="#dataExceptions">Data Exceptions</a>
> 
> When the html reaches the browser, however  it has been changed to this:
> 
> <a
> href="http://app1.wasp.locavista.com:7005/ReportsEngine/#dataExceptions">Dat
> a Exceptions</a>
> 
> This is not quite the desired result - i would like the href leaving alone.
> The page is served in a virtual host environment so the inserted part of the
> uri is not what the user would encounter anyway (the user accesses on port
> 80 on a different host name)
> 
> Help!!! (Please)
> 
> John Grange

Hello John,

I really don't believe what you are writing. I have never come across 
this feature and there are enough contrary samples like the Cocoon 
website itself. Have you really looked into the source code of the HTML 
page? Mozilla for example resolves the link for the status bar, but they 
are in the shortened form (i.e. #anchor) in the code.

Joerg



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org