From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/13650 Path: main.gmane.org!not-for-mail From: "Pawel Jackowski na Onet" Newsgroups: gmane.comp.tex.context Subject: XML command synonyms Date: Tue, 30 Sep 2003 21:47:17 +0200 Sender: ntg-context-admin@ntg.nl Message-ID: <006101c3878b$ab859c50$0500a8c0@best> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1064952180 7342 80.91.224.253 (30 Sep 2003 20:03:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 30 Sep 2003 20:03:00 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Tue Sep 30 22:02:58 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 1A4Qi2-0006Tj-00 for ; Tue, 30 Sep 2003 22:02:58 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 8B4E810B28; Tue, 30 Sep 2003 22:02:56 +0200 (MEST) Original-Received: from smtp5.poczta.onet.pl (smtp5.poczta.onet.pl [213.180.130.32]) by ref.ntg.nl (Postfix) with ESMTP id 3A3B910B36 for ; Tue, 30 Sep 2003 21:48:09 +0200 (MEST) Original-Received: from pa36.debniki.sdi.tpnet.pl ([213.77.147.36]:13061 "HELO best") by ps5.test.onet.pl with SMTP id ; Tue, 30 Sep 2003 21:47:13 +0200 Original-To: X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 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:13650 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:13650 Hi Hans, hi Simon! First of all THANKS a lot for both of you for helpful hints and sugestions. After many tests and experiments I decided to use construction: \def\XMLsynonym#1#2{% \letcsnamecsname\csname\@@XMLelement:#1/\endcsname\csname\@@XMLelement:#2/\e ndcsname \letcsnamecsname\csname\@@XMLelement:#1\endcsname\csname\@@XMLelement:#2\end csname \letcsnamecsname\csname\@@XMLelement:/#1\endcsname\csname\@@XMLelement:/#2\e ndcsname} It works ok and suits me best since I (almost) understand HOW it works :) Using constructions which I don't understand makes me a little bit frustrated. I'll do my best to understand other constructions as well. Thanks a lot, Pawe/l