From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/12869 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 17:27:13 +0200 Sender: ntg-context-admin@ntg.nl Message-ID: <00af01c3601d$09fd0200$2197fac3@mii.cz> References: <5.2.0.9.1.20030811165000.01f7e318@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 1060616008 32255 80.91.224.253 (11 Aug 2003 15:33:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 11 Aug 2003 15:33:28 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Mon Aug 11 17:33:26 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 19mEfm-00017r-00 for ; Mon, 11 Aug 2003 17:33:26 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 75DC410B5C; Mon, 11 Aug 2003 17:33:23 +0200 (MEST) Original-Received: from belinda.mii.cz (rhea.mii.cz [212.27.214.13]) by ref.ntg.nl (Postfix) with SMTP id B80F010B45 for ; Mon, 11 Aug 2003 17:27:14 +0200 (MEST) Original-Received: (qmail 32105 invoked from network); 11 Aug 2003 15:27:13 -0000 Original-Received: from enceladus.mii.cz (HELO enceladus) (195.250.151.33) by belinda.mii.cz with SMTP; 11 Aug 2003 15:27:13 -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.20030811165000.01f7e318@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:12869 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:12869 > -----Original Message----- > From: ntg-context-admin@ntg.nl [mailto:ntg-context-admin@ntg.nl]On > Behalf Of Hans Hagen > Sent: Monday, August 11, 2003 4:53 PM > To: ntg-context@ntg.nl > Subject: RE: [NTG-context] some XML stuff (and bugs?) > > > At 15:41 11/08/2003 +0200, you wrote: > >yes, this works: > > > > > \starttext > > > > > > \defineXMLsave [buffer] > > > > > > \defineXMLsingular [buffer] {\XMLflush{buffer}} > > > > > > \startXMLdata > > > test here test > think of it: what should expand and what not and when? exactly said, in this case I need unwrap and process it in \XMLremapdata[mml]... I tried it but I did not suceed as \XMLflush executes content and, of course, there nothing is left for \XMLremapdata to remap. So, I fairly know what and how to expand, but I did not achieve this in ConTeXt. It worths for thinking :-). Currently, I have this solved -- I process my buffers first using XSLT (as I cannot decompose <... etc. in verbatim buffers into <... and then process the buffer using processXMLbuffer) to generate \startbuffer..\stopbuffer containing <>, and I assure that all buffers will contain and to avoid problems with expanding for \XMLremapdata. Thank you and please dismiss the topic if you want, Martin