Re: [xsl] Can XSLT produce binary output: ASN.1-BER

Subject: Re: [xsl] Can XSLT produce binary output: ASN.1-BER
From: Sorin Marti <mas@xxxxxxxxxx>
Date: Fri, 22 Nov 2002 15:44:56 +0100
Hi all,

I am really new to this list and I don't know if anyone can do a PDF-output with XSLT.

But what you surely can do is a text output for example formatted as a LaTeX file.

www.latex.org

With the compiler pdflatex (www.pdflatex.org) you can make PDFs then easily.

I think this would save much time. A Latex-file looks like that:

\documentclass[a4paper,12pt]{article}
\begin{document}
texttexttexttexttexttexttexttexttext

\begin{enumeration}
\item one
\item two
\item three
\end{enumeration}
\end{document}


So its structure with begin and end-Tags has much in common with XML...and best of all it's all free!


Hope this can help...either if it's not what you wanted

Sorin



XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list


Current Thread