Alex wrote:
> What other option is there to transform xml docs?

convert the xml to dom, do your mods and then back to xml, as a CF 
developer, it much easier to work IMHO with the xml dom as structures 
etc than messing around with...

apparently one of the problems with XSL as an approach performance wise 
is something to do with the way that it progressively processes the xml 
file and has to do some prediction stuff (read more overhead) as it goes...

you can do amazing stuff with xml and css, write a style sheet which 
hides nodes ( display:none;)

now if only we could get everyone to upgrade to mozilla.. then life 
would be so much easier.. back to workarounds, again :-(


______________________________________________________________________
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to