yeah, this is transforming. the transforming is in the grouping of your xml data into a new xml structure eg. html.
the difference between xsl and xslt is confusing. xslt was all rapped up in xsl in the early days then kinda moved out into it's own thing. the other part of xsl is xsl-fo (formatting objects).
i like to think of xsl as being xslt and xsl-fo together but this is probably wrong.
i've not used xsl-fo at all which is why i can't see the overlap in it. they are all just silly buzz words tho and as long as i can make xml turn into html or whatever i want i'm happy
also, unless you're really sure, you shouldn't really use <xsl:stylesheet xmlns:xsl="
thanks, that helps a lot. one more question (sorry to bug you!) if (using the above code), i have transformed the data/file, should it not appear in the address bar as .html? forgive my ignorance. your help is much appriciated, so many people are arrogant and talk down to newbies but people like you are refreshing to talk to
i would say it's similar to a site with php or jsp. the url might have a .php or .jsp extension but what you get is html (not php) ie. the url points to the source document, but not necessarily the result.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.