Lately I am working on XML so I wrote a bunch of UDFs in order to do things that aren't doable out of the box, like validating against a DTD, XSLT transformation passing parameters to the XSL template or DOM parsing. You can find them on the italian CFUG website:
http://www.cfmentor.com/code/index.cfm?action=ls_script&cat=14 Don't be scared by the italian, the code is written in english, with Javadocs for all the UDFs. For each UDF I also assembled a simple demo like: http://www.massimocorner.com/demos/validateXMLFile.zip Or: http://www.massimocorner.com/demos/xslTransformString.zip Please give them a try and let me know, any feedback or bug report is more than welcomed. I still have a few ideas I want to try and then I plan to consolidate everything inside a single CFC (there is some overlap among UDF right now), but before going that way I want to be sure the code is rock solid. Of course, I plan to submit the whole arsenal to cflib.org :-) Thanks ---------------------------- Massimo Foti Certified Dreamweaver MX Developer Certified Advanced ColdFusion MX Developer http://www.massimocorner.com/ ---------------------------- ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [EMAIL PROTECTED] with the word 'unsubscribe cfcdev' in the message of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by Mindtool, Corporation (www.mindtool.com).
