From: "Gary Larsen" <[EMAIL PROTECTED]>
Date: Wed, 26 Oct 2005 19:41:44 -0400
I'm still new with Cocoon and not sure if this is possible.
I would like to navigate to a location in the generated page directly from
a
link in another page. (In HTML this would be
http://server/myfile.html#bookmark) Is this possible when generating a
page
from the sitemap?
Unless I'm missing something, you've already answered your own question -
"In HTML this would be
http://server/myfile.html#bookmark". So all you have to do is make the
pipeline for your first page include the fragment identifier #bookmark when
it generates the link, while the pipeline for your second page should
include the corresponding named anchor (<A>) element. It doesn't matter
whether it's generated by Cocoon, JSPs, Struts or a bunch of static text
files, it's still HTML...
Andrew.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]