 |
Developer Name: |
Bill Kaigler |
 |
Company Name: |
CFMSource.com |
 |
Email Developer: |
Email Developer |
 |
Latest Version: |
1.1 |
 |
Price: |
$30 |
 |
License: |
One Copy per Website. |
 |
Encrypted: |
No |
 |
Average Rating: |
 |
 |
Times Rated: |
2 |

Tag Comments
|
There are no comments for this tag yet!
|
Related ColdFusion Applications
Developers who purchased CF_XMLWriter also purchased:
- CF_CalendarControl
- UDI - Universal Database Interface Version 3.9
- ProLetterFusion V1.7.2 (Unencrypted)
- CF_FlashUpload
- Related Selects (Cross Browsers)
- cfx_WebThumb
- cf_ZipCodeRadius
- ZipDistance
- Simplewire SMS
- SlideBarMenu - Outlook like navigation and much more
|
What Is CF_XMLWriter? |
|
CF_XMLWriter by cfmsource.com was created to allow coldfusion code writers to quickly create an XML page of a table within their database. This is a great tool if you are looking into creating your own news feed or just want to be able to get your data into an XML format. |
CF_XMLWriter was created to allow coldfusion code writers to quickly create an XML page of a table within their database. This is a great tool if you are looking into creating your own news feed or just want to be able to get your data into an XML format.
- Define the datasource name
- Define the table to be XMLized
- Click submit
- the code will then create a coldfusion page that can be called and will display the xml for the file selected. ALL RECORDS ARE RETURNED.
- this page can be modified by you to limit the records to be returned by changing the query string of the cfquery.
- audits would need to be included to make sure that the query string variables required are defined a coldfusion page that will parse the coldfusion page and display the data.
- this page will need to be modified to make the display custom to your requirements
- It is suggested that this code is placed into a directory named xmlwriter
When the code is created it uses the base: http://127.0.0.1/xmlwriter/ within the createcode.cfm page. this will need to be changed to properly reflect your site layout.
|
|