Hello,
As I understand it, using XSL to generate documents has two parts:
1) An XML document which references an XSL stylesheet 2) An XSL stylesheet
Let's say that I want to generate a document using XSL, and then send it to a friend. Without relying on the stylesheet being available on the internet, and without including the stylesheet as a separate file, how can I send him the document as a single file and have it just work?
I suppose ideally I'd like to send the "transformed" output, not the XML or XSL itself. Can this be done?