If you have a
solution which converts XSLT to Metafiles
Ok, so the big question is:
Are "metafiles" text or xml based? If so, then you have to write the xsl
logic to create those files.
There is no simple solution. You'll have to learn the EMF format and then
learn how to output xsl results to this format.
Even when I do something like:
//go from xml to .bat files//
I have to "learn" the .bat file format, and write my logic inside of my xsl
to mimic the .bat format.
http://www.allenware.com/icsw/icsw030.htm
For my code, I had to learn the .bat "choice" command, and mimic that
output.
You have to discover the EMF format and see if its producable. Good luck.
As Martin said, if EMF is not text based, then you're probably barking up
the wrong tree.
This is off of a following answer I got for using a thrid party
control which can convert XSLT to PDF
Hi,
wPDFControl (not wPDF) can converet metafiles into PDF. If you have a
solution which converts XSLT to Metafiles wPDFControl could create a
PDF from it.
I assume though, there are solutions which do irt directly.
Julian
What I am after is to convert the XSLT transformed document to PDF.
Thanks,- Hide quoted text -
- Show quoted text -