[
Lists Home |
Date Index |
Thread Index
]
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?
It seems like it would be a good idea to have the info in a DB then spit
out what I need from that, be it XML or whatever I may need, then
deliver that info to the client?
Thanks for the responses.
J.
-----Original Message-----
From: Michael Kay [mailto:michael.h.kay@ntlworld.com]
Sent: Tuesday, April 06, 2004 9:10 AM
To: 'Jerry Lake'; xml-dev@lists.xml.org
Subject: RE: [xml-dev] XML Newbie - how can I convert (easily) my XML
files into MySQL?
> I have some xml files that contain a product catalog. I would like to
> convert these files to either csv or even better MySQL.
The right tool for this job is XSLT, but be prepared for a bit of a
learning curve. It's a very powerful language. It may not meet your
"(easily)" requirement for the immediate task; but if you're working
with XML you'll need it sooner or later.
Michael Kay
-----------------------------------------------------------------
The xml-dev list is sponsored by XML.org <http://www.xml.org>, an
initiative of OASIS <http://www.oasis-open.org>
The list archives are at http://lists.xml.org/archives/xml-dev/
To subscribe or unsubscribe from this list use the subscription
manager: <http://www.oasis-open.org/mlmanage/index.php>
|