The RQL for disconnecting a page from a structural element:
<IODATA loginguid="[!guid_login!]" sessionkey="[!key!]"
<LINK action="unlink" guid="[!guid_link!]">
<PAGE guid="[!guid_page!]"/>
</LINK>
</IODATA>
and for connecting a page to a structural element:
<IODATA loginguid="[!guid_login!]" sessionkey="[!key!]"
<LINK action="assign" guid="[!guid_link!]">
<PAGE guid="[!guid_page!]"/>
</LINK>
</IODATA>
As for how to proceed, it kinda depends what your technical expertise
is. I'm a .NET developer, so I would write a program to list all the
pages connected to the structural element (via RQL as well), sort them
by whatever identifier is relevant, and run those above RQL commands
to connect them to the appropriate new elements. But there are a
number of other ways to do this, you could write a plugin in ASP that
does it, or use the navigation manager. Options abound. Best of luck!
Casey
On Feb 9, 3:55 am, Vinodh <[email protected]> wrote:
> Hi,
>
> Thanks for your reply.
> I dont have Navigation Manager pdf.
>
> This is what i want to do.
>
> There are around 1000 pages attached to a List Element. i want to segregate
> them into 3 seperate links , (Ex: 2009 Lists_pages ,2010 list_pages , 2011
> list_pages).
>
> Can you please suggest me how to proceed on this?
>
> Thanks in advance
>
> Vinodh R.S
>
> On Wed, Feb 9, 2011 at 1:46 PM, TonyGayter <[email protected]>wrote:
>
>
>
> > You dont need RQL for this although it can be done. It is a mehtod of
> > the Navigation Service provided in the webservices.
>
> > The method is called 'SetIndexParent'. Its all in the Navigation
> > Manager pdf for 7.5 and hasnt changed for 10 (except for the service
> > location).
>
> > On Feb 9, 6:21 am, Vinodh <[email protected]> wrote:
> > > Hi,
>
> > > Is there a way to Disconnect pages from one link and connect it to the
> > > other Link through RQL .
>
> > > Thanks
> > > Vinodh R.S
>
> > --
> > 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.- 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.