PDA

View Full Version : XSL on client


cogitater
05-01-2007, 10:55 PM
Hi,

I was wondering if anybody knew how to do XSL transformations in a Flex application - not on the server. It doesn't appear to be supported. Can anyone confirm/deny I'm out of luck on this?

Thanks.

dr_zeus
05-02-2007, 12:35 AM
XSL is not a default feature in Flash Player or the Flex framework. However, I see no reason why you couldn't implement it yourself if needed.

hangalot
05-02-2007, 07:52 PM
here is a start
http://code.google.com/p/xpath-as3/
also look at deng

AdrienLyon
05-04-2007, 01:52 PM
Maybe a stupid question (and a bit of topic), but why would I prefer to use XPath over E4X?

hangalot
05-04-2007, 03:33 PM
you can build dynamic queries or evaluate from string.

AdrienLyon
05-04-2007, 11:44 PM
Hmm, I can understand XPath's application then. I need to have a closer look at E4X before I can make an honest reply though. Thanks!