Re: [Hypercontent-users] linking to a page anchor
Brought to you by:
alexvigdor
From: Alex V. <av...@co...> - 2005-12-12 17:59:35
|
Hi John, Well, you could enter the link as "/getinv.html#bugs" and it should work. The logic that changes the extension is actually implemented in XSL (see template name="nav-link"); there is a bug in the code that generates the navigation files that fails to pick up the content type of a link with an anchor, but if it did properly recognize it the anchor would get stripped out along with the ".xml" extension. -Alex On Dec 11, 2005, at 9:59 AM, John Fereira wrote: > > I am working on migrating the uPortal site to HC and found a case > where I'd like to change a link in the navigation page such that it > links to an anchor tag in another document. I tried changing the link > from /bugs.xml to /getinv.xml#bugs using the navigation editor. > Without the anchor it produces a link to getinv.html but with the > pound sign it produces /getinv.xml#bugs which results in a page not > found error. > > > > John Fereira > ja...@co... > Ithaca, NY > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log > files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click > _______________________________________________ > Hypercontent-users mailing list > Hyp...@li... > https://lists.sourceforge.net/lists/listinfo/hypercontent-users > |