> Does anyone know of any classes/courses/training specifically > about xml and ColdFusion, and also xslt style sheets? If not > a class, then perhaps a book recommendation?
The official Adobe Advanced ColdFusion 7 course covers using XML with CF, and does cover a little bit about XSLT as well - using existing XSLT stylesheets, rather than writing them. However, there's nothing CF-specific (or .NET-specific) about XSLT - it's a programming language all its own, essentially. Any decent introductory XML course will discuss the basics of XSLT. Honestly, though, if you're using CF to generate output, your best bet is to avoid XSLT altogether. It's very difficult and annoying to deal with, in my opinion. If you don't have a program that can generate XML or HTML for you, then it can be very useful, but otherwise ... yecch. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location. Visit http://training.figleaf.com/ for more information! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:257079 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

