From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Peter Flynn Newsgroups: gmane.emacs.help Subject: Re: What is the best html to latex program on the market or the internet ? Date: 26 Oct 2007 23:06:01 GMT Message-ID: <5ofa6pFlrlg2U1@mid.individual.net> References: <1193090235.827063.9090@v29g2000prd.googlegroups.com> <5o7aq4Flh5f9U2@mid.individual.net> <1193239289.054213.256190@e34g2000pro.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1193476104 11403 80.91.229.12 (27 Oct 2007 09:08:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 27 Oct 2007 09:08:24 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Oct 27 11:08:26 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IlheY-0005Gl-Pa for geh-help-gnu-emacs@m.gmane.org; Sat, 27 Oct 2007 11:08:22 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IlheQ-0005tW-0c for geh-help-gnu-emacs@m.gmane.org; Sat, 27 Oct 2007 05:08:14 -0400 Original-Path: shelby.stanford.edu!headwall.stanford.edu!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: comp.text.tex, alt.html, comp.lang.scheme, comp.lang.c, gnu.emacs.help Original-Followup-To: comp.text.xml Original-Lines: 14 Original-X-Trace: individual.net IesNfrFWQmNxRxcPNHFClwW/BbuPlI127tAf0eaDar9GctgwqC Cancel-Lock: sha1:25pRI5wUEEcTb1r+VdJbGqfopRM= User-Agent: Pan/0.129 (Benson & Hedges Moscow Gold) Original-Xref: shelby.stanford.edu comp.text.tex:360842 comp.lang.scheme:74533 comp.lang.c:828835 gnu.emacs.help:153361 X-Mailman-Approved-At: Sat, 27 Oct 2007 05:06:34 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:48849 Archived-At: On Wed, 24 Oct 2007 08:21:29 -0700, tsy wrote: > On Oct 24, 5:27 am, Peter Flynn wrote: >> vasan...@hotmail.com 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