[daisy] Navigation tree

Paul Focke paul at outerthought.org
Tue Dec 19 01:20:43 CST 2006


On Monday 18 December 2006 22:52, Greg Sieranski wrote:
> I have am wondering if there is a way to make the group element in the
> navigation tree document linkable. For example:
>
> <d:navigationTree xmlns:d="http://outerx.org/daisy/1.0#navigationspec">
>   <d:group label="Funding">
>     <d:query q="select name where true order by name"/>
>   </d:group>
> </d:navigationTree>
>
> i want to make the group label "Funding" contain a link to the home page
> of the funding section of my site. Is there a way to do this?

You could do this with a link node.

<d:navigationTree xmlns:d="http://outerx.org/daisy/1.0#navigationspec">
  <d:link url="http://host" label="Funding">
    <d:query q="select name where true order by name"/>
  </d:link>
</d:navigationTree>

But you should watch out when using a contextualized tree since when you click 
on the link to open up the navigation you'll get directed away from daisy.

Paul


More information about the daisy mailing list