c++ - How do I generate an HTML file using XSL? -
As I understand, there are two parts using XSL to create documents:
1) An XML document that refers to an XSL stylesheet 2) An XML Stylesheet
Suppose I want to generate a document using XSL, and then send it to a friend. Without reliance on the stylesheet available on the Internet, and without including the stylesheet as a separate file, how can I send it as a file and it just works?
I think the ideal I 'd' conversion "like sending output, not just XML or XSL.
- Can this be done?
You have two options:
- As you suggest
- Embed XML / XSL in a file according to XSLT space ()
if your friend has to convert the converted document (production of XML / XSL conversion) You are not sure that your friend will be able to process on the XML / XSL file itself, then you really have only one option. Are inserted
Comments
Post a Comment