Those of you that attended CFUN'03 this year may already know this.... I have released a beta of cfx_xmlTools at http://xml.fusebox.org/. Feel free to download them and try them on your server.
I will be working up installation instructions shortly but here's a quick rundown. 1. Unzip the downloaded file to your ColdFusion root. Make sure the cfx_xmlTools.jar is in the cfx folder and the custom tags are in their folder. 2. Add the full path to the jar to the java vm class path in your CFIDE. 3. add a new java cfx to the cfide with the name cfx_xmlTools and the class cfx_xmlTools (this is case sensitive). Copy the folder Test from the download file to your wwwroot. (rename it if you like). You will need to restart your server to see the new cfx and class info. If you open the test/index.cfm in your browser, you should see a cfdump of the parsed xml and the search. Note that cf 4.5 users and below will need to add the dump custom tag and change the code in the index to cf_dump instead of cfdump. Currently, this requires a Java Runtime Engine of 1.4.1 on the server, but i am working on making it so it works with any JRE above 1.2. The final release should be about July 4th, so as to coincide with the release of Fusebox 4. Currently, i have implemented cf_xmlParse, cf_xmlSearch and cf_xmlTransform. I have the cf_xml tag working on my machine (same as cfxml in CFMX) and will add it to the next release. Rob Edwards ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. http://www.cfhosting.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

