Good Morning!
I'm trying to use RQL to pull information that will be published
within an XML file and I wondering if the RQL syntax is any different
within the XML template?
Would this type of code work or would it need to in more of an XML
format? (if possible)
<% Set subRDxmlNodeList = xmlDoc.getElementsByTagName("LINK")
For i=0 To (subRDxmlNodeList.length - 1)
connectedto = subRDxmlNodeList.item(i).getAttribute
("pageheadline")
Next %>
Please assume I have the login and session key and have already loaded
the page information.
If this is indeed supposed to be in XML format - can you point me in
the direction of how it should be translated?
Thanks!
Mike (Reddot CMS v7.5.1.103 - not using LiveServer)
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---