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?
You have a two options:
If you’re not sure if your friend will be able to process the xml/xsl file himself, then you are really only left with option 1