First off, any good tutorials on how to create an xml writer/reader using coldfusion?
Secondly,
I'm creating a feed that trulia.com will be using and here are the specs:
I've not worked with XML before so this is a learning experience. Per trulia's xml structure/tags, I've created a .cfm page. Is it okay to use a .cfm page with xml syntax instead of a page with .xml extension? Also the feed contains about 10,000 properties which are coming from a query, and this makes it impossible to open the page. Is it better to write the output to a file created with cffile, and give trulia.com the link to that .xml file?
Am I making sense?
Secondly,
I'm creating a feed that trulia.com will be using and here are the specs:
I've not worked with XML before so this is a learning experience. Per trulia's xml structure/tags, I've created a .cfm page. Is it okay to use a .cfm page with xml syntax instead of a page with .xml extension? Also the feed contains about 10,000 properties which are coming from a query, and this makes it impossible to open the page. Is it better to write the output to a file created with cffile, and give trulia.com the link to that .xml file?
Am I making sense?