[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: Design Issues in XSLT

Subject: RE: Design Issues in XSLT
From: "WATKIN-JONES,ADAM (HP-UnitedKingdom,ex1)" <adam_watkin-jones@xxxxxx>
Date: Wed, 10 Jul 2002 13:15:23 +0100
watkin jones
Glad to help!

One other suggestion is that you *may* achieve greater concurrency by
performing more smaller transforms than less larger transforms (break up
large input XMLs into smaller ones and maybe chain transformations).

Storing XML as trees in memory (such as DOMs) takes up lots of space.  You
*may* scale better if you pass other data containers around internally (such
as recordsets, collections or something you cook up yourself) and only enter
the world of XML at the periphery/interfaces of your application.

If you can use streaming APIs such as SAX then, potentially, you can greatly
reduce the resources required to perform some unit of work (compared to
working over trees).  (http://www.saxproject.org/?selected=event)

We find XSLT (in MSXML3) goes plenty fast enough for the work we've been
doing and we haven't had to pay much attention to optimizing the XSLT - the
bottle-neck usually lies elsewhere.

Usual caveats apply: one person's meat is another person's poison!

I'll leave my homespun wisdom at that - there are greater minds than mine
out there.  Good luck and have fun!

Adam


-----Original Message-----
From: Emmanuel Oviosa

Thanks Adam, thats the sort of response that I need, got anymore?


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.