From g.verhaag@lrcb.nl Wed Jan 24 10:51:26 2007 From: g.verhaag@lrcb.nl To: xwiki-users@xwiki.org Subject: Internal Link Date: Wed, 24 Jan 2007 11:51:26 +0100 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4182368375609612854==" --===============4182368375609612854== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Dear XWiki Users, I want to apply a basic internal link (NOT the #toc feature!) in a page, but = haven't found a clear example in the documentation, sorry! Can anybody give a= hint, please! Thanks! Regards, Gerard --===============4182368375609612854==-- From vincent@massol.net Thu Jan 25 08:22:31 2007 From: Vincent Massol To: xwiki-users@xwiki.org Subject: Re: [xwiki-users] Internal Link Date: Thu, 25 Jan 2007 09:22:31 +0100 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1278119801193214354==" --===============1278119801193214354== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi Gerard, On Jan 24, 2007, at 11:51 AM, g.verhaag(a)lrcb.nl wrote: > Dear XWiki Users, > > I want to apply a basic internal link (NOT the #toc feature!) in a =20 > page, but haven't found a clear example in the documentation, =20 > sorry! Can anybody give a hint, please! Thanks! Are you talking about a link that points to another page or a link =20 that points to an anchor in the same page? Have you tried looking at the http://www.xwiki.org/xwiki/bin/view/=20 UserGuide/PageEditing page in the user guide? Thanks -Vincent =09 =09 =09 ___________________________________________________________________________=20 Yahoo! Mail r=EF=BF=BDinvente le mail ! D=EF=BF=BDcouvrez le nouveau Yahoo! M= ail et son interface r=EF=BF=BDvolutionnaire. http://fr.mail.yahoo.com --===============1278119801193214354==-- From g.verhaag@lrcb.nl Thu Jan 25 09:31:08 2007 From: g.verhaag@lrcb.nl To: xwiki-users@xwiki.org Subject: Re: Re: [xwiki-users] Internal Link Date: Thu, 25 Jan 2007 10:31:08 +0100 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5139056141678289103==" --===============5139056141678289103== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Dear XWiki Users, Yes I had a look at the suggested page, but it's still not clear to me! I ind= eed do mean a link to a section in the same page! Regards, Gerard --===============5139056141678289103==-- From bt0008@att.com Thu Jan 25 16:43:46 2007 From: "THOMAS, BRIAN M (SBCSI)" To: xwiki-users@xwiki.org Subject: RE: [xwiki-users] Internal Link Date: Thu, 25 Jan 2007 10:43:46 -0600 Message-ID: <5BCA148CF620434585515BA6EB61B86004601494@MOSTLS1MSGUSR12.ITServices.sbc.com> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7927761639395100786==" --===============7927761639395100786== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit I don't know of a wiki markup that handles this, but if you look at the HTML output, you'll see that the heading tags are also anchors, and the standard HTML syntax will work with them. Example: an XWiki level-1 heading, whose source is 1 Article is rendered like this:

Article

and can be linked to within the document by text such as: For more information, see the full article below. Of course, the #toc macro will render to code that you can imitate. If you need to link to a spot that is not an XWiki heading, then of course it needs to be surrounded, as above, by an anchor tag giving it a unique value in the "name" attribute. The "id" attribute is not needed for this purpose. This is all just basic HTML, and you can learn all this and much more by looking at the specification documents at w3.org, and any number of tutorials around the Web. brain[sic] > -----Original Message----- > From: g.verhaag(a)lrcb.nl [mailto:g.verhaag(a)lrcb.nl] > Sent: Wednesday, January 24, 2007 4:51 AM > To: xwiki-users(a)objectweb.org > Subject: [xwiki-users] Internal Link > > > Dear XWiki Users, > > I want to apply a basic internal link (NOT the #toc feature!) > in a page, but haven't found a clear example in the > documentation, sorry! Can anybody give a hint, please! Thanks! > > Regards, > Gerard > > --===============7927761639395100786==--