[Zope] STX: References on an HTML page with

Lars H. Korte larzy@freenet.de
Wed, 5 Jun 2002 23:49:04 +0200


yes, of course there is a problem!

if [hello] gets <a href="#refhello">hello</a>
why does .. [hello] get  <a name="hello">[hello]</a>  ????

So clicking the link "hello" will never jump to the position named "hello",
because it wants to jump to "refhello".
That's the problem.

regards
Lars



----- Original Message -----
From: "Andreas Jung" <andreas@andreas-jung.com>
To: "Lars H. Korte" <larzy@freenet.de>
Sent: Wednesday, June 05, 2002 11:38 PM
Subject: Re: [Zope] STX: References on an HTML page with


> The reference between [..] is added to the link #ref...
> So [a12] becomes #refa12. Is there a problem with this
> approach?
>
> -aj
> ----- Original Message -----
> From: "Lars H. Korte" <larzy@freenet.de>
> To: "Andreas Jung" <andreas@andreas-jung.com>
> Sent: Wednesday, June 05, 2002 17:36
> Subject: Re: [Zope] STX: References on an HTML page with
>
>
> > but it's not a pure numeric link, as there is an "a" an front of the
"12".
> > So are there NO numbers allowed? Not even after a letter?
> >
> > regards
> > Lars
> >
> >
> > ----- Original Message -----
> > From: "Andreas Jung" <andreas@andreas-jung.com>
> > To: "Lars H. Korte" <larzy@freenet.de>; <zope@zope.org>
> > Sent: Wednesday, June 05, 2002 11:29 PM
> > Subject: Re: [Zope] STX: References on an HTML page with
> >
> >
> > > The cited link is out-of-date at this point. The behaviour
> > > has changed since numeric internal links are not allowed
> > > in HTML.
> > >
> > > -aj
> > > ----- Original Message -----
> > > From: "Lars H. Korte" <larzy@freenet.de>
> > > To: <zope@zope.org>
> > > Sent: Wednesday, June 05, 2002 17:27
> > > Subject: [Zope] STX: References on an HTML page with
> > >
> > >
> > > > Hi,
> > > > is this the list to ask STX question?
> > > >
> > > > Anyway, I've read on
> > > > http://www.zope.org/Members/millejoh/structuredText
> > > > that [a12] is interpreted as <a href="#a12">[12]</a>
> > > >
> > > > Unfortunately when I look into the pagesource of one of my sites, I
> see,
> > > > hat [a12] is interpreted as <a href="#refa12">[12]</a>
> > > >
> > > > What's wrong with STX? Have I done anything wrong?
> > > >
> > > > I appreciate any help.
> > > >
> > > > regards
> > > > Lars
> > > >
> > > >
> > > >
> > > >
> > > > _______________________________________________
> > > > Zope maillist  -  Zope@zope.org
> > > > http://lists.zope.org/mailman/listinfo/zope
> > > > **   No cross posts or HTML encoding!  **
> > > > (Related lists -
> > > >  http://lists.zope.org/mailman/listinfo/zope-announce
> > > >  http://lists.zope.org/mailman/listinfo/zope-dev )
> > > >
> > >
> > >
> > >
> >
>
>
>