[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: What is the best html to latex program on the market or the internet
|
From: |
Peter Flynn |
|
Subject: |
Re: What is the best html to latex program on the market or the internet ? |
|
Date: |
26 Oct 2007 23:06:01 GMT |
|
User-agent: |
Pan/0.129 (Benson & Hedges Moscow Gold) |
On Wed, 24 Oct 2007 08:21:29 -0700, tsy wrote:
> On Oct 24, 5:27 am, Peter Flynn <address@hidden> wrote:
>> address@hidden wrote:
>> Run your HTML through Tidy to produce XHTML. Then write an XSLT script
>> to transform it to LaTeX. This gives you 100% control and ensures
>> robustness.
> Is XSLT way easier than using a decent scripting language with a SAX
> library?
Yes. XSLT *is* a decent scripting (well, transformation-to-other-formats)
language.
///Peter