This is defintely possible. How familiar are you with nav mgr?

And also, in your example, why does x21 get to be a <content> node,
while x31 is a <section> node?

On Mar 31, 7:40 am, D <[email protected]> wrote:
> Hi guys, newbie here. I would like to ask if it is possible to convert
> a navigation manager to xml file.
>
> For example:
>    x1    x2     x3
>            x21    x31
>            x22
>                       x311
> Where there are 3 menu items and, item 2 has 2 submenu/elements.
>
> I would like to use the menu/navigation manager structure to create an
> xml file with a form like this:
> <?xml...>
>   <section id="x1">
>   </section>
>   <section id="x2">
>      <content id="x21">
>      <content id="x22">
>   </section
>   <section id="x3">
>      <section id="31">
>         <content id="311">
>      </section>
>   </section>
> </xml>
>
> Hope you could help me. Thanks in advance.
>
> D
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to