Copy _genericNav.cfm to a new file and modify its output to be xml rather than a list. Then just pass it the same kind of parameters you would for nav.
-----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Nick Sent: Tuesday, October 23, 2007 1:48 PM To: farcry-dev Subject: [farcry-dev] Navigation as XML Okay I'm sure that I am just suffering from a total brain fart here, but for some reason my mind has decided to take a vacation without my permission and I cannot for the life of me figure out how to get my farcry navigation out as an XML structure, like the following: <navigation> <navItem label="MyLabel" url="http://myURL"> <subNavItem label="MyLabel" url="http://myURL" /> <subNavItem label="MyLabel" url="http://myURL" /> </navItem> <navItem label="MyLabel" url="http://myURL"> <subNavItem label="MyLabel" url="http://myURL" /> <subNavItem label="MyLabel" url="http://myURL" /> </navItem> </navigation> Can anyone help a brain-fried brotha out? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" 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/farcry-dev?hl=en -~----------~----~----~----~------~----~------~--~---
