> 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!.. didn't take much to in CF at all.  
> 
> but you MAY have given me a pointer.. maybe I can create my OWN
> cftree/query type tag to generate the stuff inline.. (tree from xml),
> as my renderer is xml agnostic 

I've never had any difficulty getting XSL to handle recursion, but like
Dave Watts mentioned, it won't help you convert from non-XML data to XML.
For that you need to roll your own code, which I'm guessing is what
you're describing in the 2nd paragraph here. Yeah, your function can be
used to create the recursion you need to get your non-XML data into the
right format for your XML packet and then you can use XSL to convert
that into whatever you happen to need in terms of HTML/JavaScript if you
want to go with an HTML tree instead of a flash tree. (Though I hadn't
realized there was a pre-XML step here.) 



-- 
s. isaac dealey  ^  new epoch
 isn't it time for a change? 
     ph: 781.769.0723

http://onTap.riaforge.org/blog



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:317677
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