
December 24th, 2001, 11:41 AM
|
|
Registered User
|
|
Join Date: Dec 2001
Posts: 26
Time spent in forums: 36 m 26 sec
Reputation Power: 0
|
|
alright, here it is in the simplest terms:
XML by itself is neither client side NOR server side.
XML, in terms of concept is similar to HTML (don't take this too literally, HTML has COMPLETELY different uses from XML); it simply describes something, but doesn't "do" anything on its own. You need to get something to to "transform" XML into something a browser will understand, namely HTML. So you write a template that will be filled out using data from the XML document.
Here is where it is determined whether XML becomes client or server side. You can apply this template (which, inscidentally, is called an XSL Stylesheet) either on the client side or the server side.
If you want details on how it's processed, let me know, but for now, I'm just gonna leave it there.
-numLocked
http://www.numlocked.com
|