I think I can answer for Tiffany. When she says "XML template", she means the content class that calls navigation manager (via a navigation area).
And regarding mixing tags, there isn't really a need to mix them, if you follow Tiffany's example. Are you using short-hand render tags (< %!! Navigation:OutputArea(search xml) !!%> ) or the long form ( <reddot:cms> .... </reddot:cms>) ? On Apr 10, 8:50 am, Den <[email protected]> wrote: > Hi Tiffany. Thanks for the help. I would like to add more inquiries. > > Can you please elaborate more about your solution? I am kinda confused > but very interested with it. > > What exactly is the XML template you are referring to? The one that > contains navigation manager or that page template that calls the > navigation manager? > > Also, if I mix tags like this: <?xml version="1.0" > encoding="ISO-8859-1"?> and other html tags > with render tags, it reddot doesn't create the right result. > > Excuse me if I have a lot of questions and thanks in advance. > > D > > On Apr 2, 10:09 pm, Tiffany <[email protected]> wrote: > > > > > I created anxmlfile based on the nav structure using render tags. > > MyXMLtemplate (which will be populated as pages are added) looks > > like this: > > > <?xmlversion="1.0" encoding="ISO-8859-1"?> > > <url_list> > > <%!! Navigation:OutputArea(searchxml) !!%> > > </url_list> > > > The navigation content class used to build the navigation area looks > > like this: > > <url> > > <%!! Context:CurrentIndex.GetUrl() !!%> > > </url> > > <navigation:nextlevel> > > > So that myxmlfile 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 anxmlfile. > > > > Thanks.- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
