From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/12866 Path: main.gmane.org!not-for-mail From: =?iso-8859-1?Q?Martin_Kolar=EDk?= Newsgroups: gmane.comp.tex.context Subject: RE: some XML stuff (and bugs?) Date: Mon, 11 Aug 2003 15:40:05 +0200 Sender: ntg-context-admin@ntg.nl Message-ID: <009a01c3600e$1286f930$2197fac3@mii.cz> References: <5.2.0.9.1.20030811143715.026dd4c0@server-1> 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: 7bit X-Trace: sea.gmane.org 1060609574 18283 80.91.224.253 (11 Aug 2003 13:46:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 11 Aug 2003 13:46:14 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Mon Aug 11 15:46:13 2003 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 19mD01-0003z1-00 for ; Mon, 11 Aug 2003 15:46:13 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 9CD5A10B49; Mon, 11 Aug 2003 15:46:09 +0200 (MEST) Original-Received: from belinda.mii.cz (rhea.mii.cz [212.27.214.13]) by ref.ntg.nl (Postfix) with SMTP id 3DD2B10ACC for ; Mon, 11 Aug 2003 15:40:06 +0200 (MEST) Original-Received: (qmail 31371 invoked from network); 11 Aug 2003 13:40:05 -0000 Original-Received: from enceladus.mii.cz (HELO enceladus) (195.250.151.33) by belinda.mii.cz with SMTP; 11 Aug 2003 13:40:05 -0000 Original-To: X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 In-Reply-To: <5.2.0.9.1.20030811143715.026dd4c0@server-1> Importance: Normal Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk X-Reply-To: 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:12866 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:12866 ok, I use \tt and \color, thank you, Martin > -----Original Message----- > From: ntg-context-admin@ntg.nl [mailto:ntg-context-admin@ntg.nl]On > Behalf Of Hans Hagen > Sent: Monday, August 11, 2003 2:38 PM > To: ntg-context@ntg.nl > Subject: Re: [NTG-context] some XML stuff (and bugs?) > > > At 10:12 11/08/2003 +0200, you wrote: > >Hi all, > > > >I have some problems with XML and ConTeXt, some of them are probably not > >implemented in ConTeXt yet. > > > >1. XML contains <tag> > > I define \defineXMLargument [type] \type > > ConTeXt outputs <tag> > > > > It is interesting that inside \bTD..\eTD it is typeset > correctly (). > > has to with the famous catcode problems, no reason to use the \type macro > here: > > \starttext > > \defineXMLgrouped [type] \tt > > \startXMLdata > test <tag> test > \stopXMLdata > > \stoptext > > > Hans > ------------------------------------------------------------------------- > Hans Hagen | PRAGMA ADE | pragma@wxs.nl > Ridderstraat 27 | 8061 GH Hasselt | The Netherlands > tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com > ------------------------------------------------------------------------- > information: http://www.pragma-ade.com/roadmap.pdf > documentation: http://www.pragma-ade.com/showcase.pdf > ------------------------------------------------------------------------- > > _______________________________________________ > ntg-context mailing list > ntg-context@ntg.nl > http://www.ntg.nl/mailman/listinfo/ntg-context >