Feeds:
Posts
Comments

Posts Tagged ‘xml’

Server-side XML gives us even more power then Client-side XML processing. For example, since the processing is done on the server, only the results are sent to the client, so we don’t have to worry about making our code cross-browser compatible. It is true that processing XML on the server-side transfers some of the load [...]

Read Full Post »