From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/27621 Path: news.gmane.org!not-for-mail From: "Mojca Miklavec" Newsgroups: gmane.comp.tex.context Subject: Re: Synonyms and XML - HOWTO? Date: Wed, 3 May 2006 19:27:41 +0200 Message-ID: <6faad9f00605031027y4338fe31s13f6eba3a9c05b94@mail.gmail.com> References: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1146677299 19034 80.91.229.2 (3 May 2006 17:28:19 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 3 May 2006 17:28:19 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed May 03 19:28:15 2006 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1FbL8q-0004Pj-6J for gctc-ntg-context-518@m.gmane.org; Wed, 03 May 2006 19:28:00 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id C9991127BF; Wed, 3 May 2006 19:27:59 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 20355-02; Wed, 3 May 2006 19:27:55 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 14F4F127B3; Wed, 3 May 2006 19:27:55 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id DE011127B3 for ; Wed, 3 May 2006 19:27:52 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 20479-04 for ; Wed, 3 May 2006 19:27:51 +0200 (CEST) Original-Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.190]) by ronja.ntg.nl (Postfix) with SMTP id D6E23127B2 for ; Wed, 3 May 2006 19:27:51 +0200 (CEST) Original-Received: by nf-out-0910.google.com with SMTP id m18so14521nfc for ; Wed, 03 May 2006 10:27:51 -0700 (PDT) Original-Received: by 10.48.210.15 with SMTP id i15mr846248nfg; Wed, 03 May 2006 10:27:41 -0700 (PDT) Original-Received: by 10.48.162.20 with HTTP; Wed, 3 May 2006 10:27:41 -0700 (PDT) Original-To: "mailing list for ConTeXt users" In-Reply-To: Content-Disposition: inline X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:27621 Archived-At: On 5/2/06, Johannes Graumann wrote: > Hello, > > I'm trying to get the following to work: > > \definesynonyms[abbreviation][abbreviations][\infull] \setupsynonyms[abbreviation][criterium=all] Otherwise only the used synonyms will be written to the list. (\infull{short}) > \defineXMLargument > [abbrev] > [short=,full=] > {\expanded{\abbreviation{\XMLop{short}}{\XMLop{full}}}} > > \defineXMLargument [abbreviations] {\completelistofabbreviations} > > \starttext > \startXMLdata > > Blabla short. > \stopXMLdata > \stoptext > > But I don't succeede: the synonym is not put out. Any ideas on what I'm > screwing up? > > Joh Mojca