I created an xml file based on the nav structure using render tags. My XML template (which will be populated as pages are added) looks like this:
<?xml version="1.0" encoding="ISO-8859-1"?> <url_list> <%!! Navigation:OutputArea(search xml) !!%> </url_list> The navigation content class used to build the navigation area looks like this: <url> <%!! Context:CurrentIndex.GetUrl() !!%> </url> <navigation:nextlevel> So that my xml file ends up looking like: <url_list> <url>/path/page1.html</url> <url>/path/page2.html</url> <url>/path/page3.html</url> <url>/path/page4.html</url> <url>/path/page5.html</url> </url_list> Hope this helps, Tiffany On Apr 1, 2:47 am, Den <[email protected]> wrote: > Hi Chris. > > x1, x2, x3 are like categories. > > x21 and x22 are like pages of x2. > > x31 is subcategory of x3. x311 is like a page of x31. > > I am just learning navigation manager. I've been studying for about 2 > weeks I guess. I managed to create a simple project (with menu) using > up and away. So I am asked if it is possible to use the navigation > structure to create an xml file. > > Thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "RedDot CMS Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/RedDot-CMS-Users?hl=en -~----------~----~----~----~------~----~------~--~---
