Question
creating xml file
Hi
I have two includes and I would like to create this in xml file.
<cfcontent file="test.xml" type= "text/xml">
<cfinclude templete="tes1.cfm">
<cfinclude templete="tes2.cfm">
But it doesn't work and not throwing any error message. What is best way to create xml file using coldfusion. I used cfifle but i can't use include on it because cffile has a paramamter called variable and i can't pass cfinclude on it.
Thankx
I have two includes and I would like to create this in xml file.
<cfcontent file="test.xml" type= "text/xml">
<cfinclude templete="tes1.cfm">
<cfinclude templete="tes2.cfm">
But it doesn't work and not throwing any error message. What is best way to create xml file using coldfusion. I used cfifle but i can't use include on it because cffile has a paramamter called variable and i can't pass cfinclude on it.
Thankx