I\'m trying to transform some XML into HTML using XSLT.
Problem:
I can\'t get it to work. Can someone tell me wh
How do you execute the transformation? Maybe you forgot to link the XSLT stylesheet to XML document using:
at the beginning of XML document. More explanation here.