T
Tony
Hello!
I have run into something that I don't really understand. I hope somebody here understand this.
"Some web sites also use XML entirely for their content, where traditionally, HTML would have been used.
This XML can then be transformed into HTML via XSLT or displayed directly in browsers via CSS.
In fact, the web servers can even determine dynamically what kind of browsers is rertieving the information, and
then decide what to do. For example transform the XML into HTML for older browsers, and just send the XML straight to the client for newer browses, reducing the load on the server."
What I don't understand here is this
For example transform the XML into HTML for older browsers, and just send the XML straight to the client for newer browses, reducing the load on the server.
As far as I know when running an asp.net application will all be information be sent as HTML to the client and not as XML but
I'm I wrong here because of the above text.
//Tony
I have run into something that I don't really understand. I hope somebody here understand this.
"Some web sites also use XML entirely for their content, where traditionally, HTML would have been used.
This XML can then be transformed into HTML via XSLT or displayed directly in browsers via CSS.
In fact, the web servers can even determine dynamically what kind of browsers is rertieving the information, and
then decide what to do. For example transform the XML into HTML for older browsers, and just send the XML straight to the client for newer browses, reducing the load on the server."
What I don't understand here is this
For example transform the XML into HTML for older browsers, and just send the XML straight to the client for newer browses, reducing the load on the server.
As far as I know when running an asp.net application will all be information be sent as HTML to the client and not as XML but
I'm I wrong here because of the above text.
//Tony