Hi Sekuta,
As to your first question, you may get to a specific node by specifying its id or, in xslt:
Code:umbraco.library:GetXmlNodeById(id)
For example, to loop throuhg all child nodes of node with id=1, you'd write
Code:<xsl:for-each select="umbraco.library:GetXmlNodeById(1222)//node">
...blahblah...
</xsl:for-each>
How do you want the navigation. Could you give us some hints on how you've structured your navigation tree then?
Hope that helps.
Regards,
/Dirk
level 1 certified - umbraco blog at
netaddicts.be - working on an integrated forum4umbraco