> I think I know what you are trying to do, and it's simply not possible. > You want to be able to access a variable like a URL variable in a HTML page > from within your XSL page. > There is a way to do this in Java's implementation of XSL, but not the > flavour that Cold fusion have given us. I even went to CF_Europe and > cornered a guy about it and he says that MM weren't planning to allow that > functionality, and to essentially move on and find another way :( > But I did, even though it's a bit of a pain.
If all you want to do is to pass paramaters to the XSLT template, you can access JAXP directely, I wrote an UDF that wrap everything for you: http://www.cfmentor.com/code/index.cfm?action=script&id=137 You can see it in action here: http://www.massimocorner.com/demos/xslTransformString.zip ---------------------------- Massimo Foti Certified Dreamweaver MX Developer Certified Advanced ColdFusion MX Developer http://www.massimocorner.com/ ---------------------------- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. http://www.cfhosting.com

