[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: Bad programmers use recursion, xslt (Offtopic...)
> So would there perhaps be also room for other xml > transformation approaches, besides dominant functional > alternatives? (but above 'wrap your own SAX-based > solution' level) The best-known such attempt is probably STX[1], which is a language for defining streaming transformations. Because you only get to visit each node once, you clearly need the ability to remember what you found, and STX is therefore stateful. [1] http://stx.sourceforge.net/ Michael Kay http://www.saxonica.com/
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|