Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
maxkra #1
XML includes in ColdFusion 6.1
Hello everybody,
I have a situation when I want to create one xml file that includes multiple
other xml files to make it more organized and easier to manage.
Let's say, I have several families. I could write something like this:
<families>
<family name="Brown">
<family-member name="John">
<age>50</age>
<height>6'</height>
</family-member>
<family-member name="Mary">
<age>50</age>
<height>5'5"</height>
</family-member>
</family>
</families>
Now, what I want to do is to put a <family-member> into its own xml file and
then include all family member files to one main xml file. I found out that
xinclude could do that trick, but it looks like CFMX does not support it yet.
Does anybody know if there is any way around?
Thanks,
Max.
maxkra Guest
-
PHP Includes
Hello, I am installing coppermine photo gallery on my site. I think I am running into problems - I get the following error message after... -
cf includes
Can someone please help me on this!? Contribute 3.11 claims to protect CF scripts and includes, but users can very easily select and delete the... -
PHP includes in DW Mx
I have just built a site and used php includes for the menu, for some reason when I am in design view it totally screws the page up and I am unable... -
includes and ASP
I am writing a mail order site using includes and nested includes for ASP code. I have no idea if this is rendered without error in all browsers.... -
XP includes ???????
ah, ok, thanks



Reply With Quote

