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

RE: XML Newbie - how can I convert (easily) my XML files into


convert xml to mysql
> I have delved into XSLT a little bit, I am certainly working 
> on using it
> in the future. One of my concerns is page load time, If I allow the
> client to parse the XML files (the full ones are a little large) page
> loads take forever. If I parse on the server (Side question: is
> PHP/Sablotron a good way to go about that?) how much is that going to
> tax my server? 

There are few technologies that leave as many options open for your
application architecture as XSLT does. You can transform on the client or on
the server, you can do it at document publishing time or at document
delivery time.

Generally, with client-side transformation, there is no noticeable
performance delay. If you get it right, response times can be a lot better
because (a) the XML sent to the client is usually much smaller than the
corresponding HTML, and (b) a lot of browsing around the data can be done
locally without requiring return trips to the server. But obviously if you
ship a multi-megabyte database when the user only wants to see one record,
there will be a delay.

Michael Kay


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
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

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.