PDA

View Full Version : when I transform a web page xml with an xslt file to get an html file


leonidassavvides
07-13-2008, 02:51 PM
when I transform a web page xml with an xslt file to get an html file then, the html file to be viewed by the visitor is created the time viewed or from a lot before ?

jscheuer1
07-13-2008, 05:34 PM
It is parsed by the browser at the time it is received, just like ordinary HTML, just with a different set of rules.

leonidassavvides
07-13-2008, 07:39 PM
you mean only xml & xslt files exist ? html file no exist ?