> > yeh on the XSLT, I spent quite some time trying to use XSLT to 
> convert some non-XML data to XML, but it doesn't support recursion, 
> yeow!.
> 
> First, XSL does support recursion just fine:
> http://www.ibm.com/developerworks/xml/library/x-xslrecur/
> 
> Second, I'm not sure what you mean by "convert non-XML data to XML".
> XSL doesn't let you do that at all. It lets you transform XML.
> 
> 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!

XSL supports FUNCTION recursion, but NOT data isolation. variables are in the 
context of the xpath path, and are NOT hidden on function recursion. (ie you 
have to be done with the variables, they will NOT survive.  (I have a nice xslt 
that demonstrates the problem clearly)..

sam 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:317679
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to