From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/14763 Path: main.gmane.org!not-for-mail From: "Christopher G D Tipper" Newsgroups: gmane.comp.tex.context Subject: Re: newbie question about xml Date: Thu, 19 Feb 2004 15:01:02 -0000 Sender: ntg-context-admin@ntg.nl Message-ID: <001301c3f6f9$4c0e48c0$b0cb403e@tigger> References: <3DD57A09-6191-11D8-A4E7-000A95B9ADE2@uni-bonn.de> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1077203023 25194 80.91.224.253 (19 Feb 2004 15:03:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 19 Feb 2004 15:03:43 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Thu Feb 19 16:03:33 2004 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Atpi9-00024X-00 for ; Thu, 19 Feb 2004 16:03:33 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id C14FA10AFC; Thu, 19 Feb 2004 16:01:42 +0100 (MET) Original-Received: from mk-smarthost-9.mail.uk.tiscali.com (mk-smarthost-9.mail.uk.tiscali.com [212.74.114.48]) by ref.ntg.nl (Postfix) with ESMTP id 1923D10AFA for ; Thu, 19 Feb 2004 16:00:11 +0100 (MET) Original-Received: from dial-62-64-203-176.access.uk.tiscali.com ([62.64.203.176]:1135 helo=tigger) by mk-smarthost-9.mail.uk.tiscali.com with smtp (Exim 4.24) id 1Atpfu-000IbD-JO for ntg-context@ntg.nl; Thu, 19 Feb 2004 15:01:15 +0000 Original-To: X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1123 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1123 Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:14763 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:14763 > It would be wonderful if I could find an easy way to translate my=20 > ConTeXt source-files to html. So I was wondering if going via xml = would=20 XML in Context is designed for those who plan to set up an XML workflow, = and need PDF output. Certainly I use example, but as part of existing = workflow starting from XML source. I use XSLT to produce HTML, and = Context offers no help here. There was some discussion on this list = about adapting T4Ht for Context before Christmas, so check the mailing = list. > 3) If I understand "xml in context" correctly, one has to specify = quite=20 > a few of the xml commands in a dtd so ConTeXt understands them. I had = a=20 Use a header file with your example commands in it. A DTD is used for = parsing XML, and is really if different ball-game. Christopher