Cameron McCormack wrote: > > I'm just starting to use Forrest (0.7), and I'd like to make links using > site: URIs. I find though that if I use a fragment identifier on the > URI, this gets stuffed in to the XPath expression that is used to look > up the actual page to get. For example I get errors like: > > Error accessing attribute 'architecture#coreComponents' from input module > 'site'. Module does not support > </site//architecture#coreComponents/@href>attribute. > > How can I use such links?
Not sure if this demo is in the Forrest-0.7 fresh site 'forrest seed', but it is Forrest-0.8-dev and you can see it here: http://forrest.zones.apache.org/ft/build/forrest-seed/samples/linking.html#site-fragment -David