Title: RE: HTML Serializer altering anchor links

Can anybody help with this one, please?

-----Original Message-----
From: Grange, John [mailto:[EMAIL PROTECTED]]
Sent: 02 October 2003 11:18
To: '[EMAIL PROTECTED]'
Subject: RE: HTML Serializer altering anchor links


Joerg,
Thanks for your reply.
Taking what you've said, I put a static html page on our weblogic server with the following content:
<html>
        <head>
                <title>title</title>
        </head>
        <body>
                <a href="" to Anchor</a>
                <hr>
                <a name="anchor">Anchor</a>
        </body>
</html>
The page source from the browser is the same as that in the html file.  This would appear to rule out the browser, apache, the apache proxy module or weblogic as the culprit here.

The browser, in any case, is pointing to http://locate.corporate-eye.co.uk  The application server this is running on has a hostname of app1.wasp.locavista.com and weblogic is running on port 7005 (hence the apache proxy module).

We are running cocoon 2.1 on weblogic 7.0 sp4 and apache 1.3.27.
Further help would be greatly appreciated.
John Grange
The views expressed in this email/posting are solely those of John Grange and are neither verified nor supported by BlueFinger Ltd.



> -----Original Message-----
> From: Joerg Heinicke [mailto:[EMAIL PROTECTED]]
> Sent: 30 September 2003 23:41
> To: [EMAIL PROTECTED]
> Subject: Re: HTML Serializer altering anchor links
>
>
> Grange, John wrote:
>
> > Hi,
> >
> > I have an xslt which contains the following fragment:
> >
> > <a href="" Exceptions</a>
> >
> > When the html reaches the browser, however  it has been
> changed to this:
> >
> > <a
> >
> href="" href="http://app1.wasp.locavista.com:7005/ReportsEngine/#dataE" TARGET="_blank">http://app1.wasp.locavista.com:7005/ReportsEngine/#dataE
> xceptions">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: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>

Reply via email to