root/trunk/website/soundings/admin/xml.questions.cfm

Revision 5, 477 bytes (checked in by DanWilson, 17 years ago)

Initial Commit Of ModelGlue? Website (upgrade to blogcfc 511)

Line 
1<cfsetting enablecfoutputonly=true showdebugoutput=false>
2<!---
3        Name         : xml.questions.cfm
4        Author       : Raymond Camden
5        Created      : July 10, 2007
6        Last Updated :
7        History      :
8        Purpose          : XML view for questions
9--->
10
11<cfparam name="url.survey" default="">
12
13<cfset questions = application.question.getQuestions(url.survey)>              
14<cfset xml = application.toxml.queryToXML(questions, "questions", "question")>
15
16<cfcontent type="text/xml"><cfoutput>#xml#</cfoutput>
Note: See TracBrowser for help on using the browser.