From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/31493 Path: news.gmane.org!not-for-mail From: Aditya Mahajan Newsgroups: gmane.comp.tex.context Subject: typesetting a url from variabless Date: Mon, 23 Oct 2006 18:37:43 -0400 (EDT) Message-ID: 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 1161643081 20692 80.91.229.2 (23 Oct 2006 22:38:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 23 Oct 2006 22:38:01 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Tue Oct 24 00:37:59 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 1Gc8Qf-000388-Sg for gctc-ntg-context-518@m.gmane.org; Tue, 24 Oct 2006 00:37:57 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id BFB8B1FB82; Tue, 24 Oct 2006 00:37:56 +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 05037-01; Tue, 24 Oct 2006 00:37:50 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 820921FDC8; Tue, 24 Oct 2006 00:37:50 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B464C1FDD5 for ; Tue, 24 Oct 2006 00:37:48 +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 04775-03-2 for ; Tue, 24 Oct 2006 00:37:47 +0200 (CEST) Original-Received: from tombraider.mr.itd.umich.edu (smtp.mail.umich.edu [141.211.93.161]) by ronja.ntg.nl (Postfix) with SMTP id CC61F1FB82 for ; Tue, 24 Oct 2006 00:37:46 +0200 (CEST) Original-Received: FROM aditya.engin.umich.edu (udhcp-wlan124.public.engin.umich.edu [141.213.120.134]) BY tombraider.mr.itd.umich.edu ID 453D4437.C3F6E.23985 ; 23 Oct 2006 18:37:44 -0400 Original-To: mailing list for ConTeXt users 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:31493 Archived-At: Hi, What is the best way of typesetting a url from a variable. For example, if I have \setvariables[test][website=http://www.xyz.com/~abc/first_index.html] how can I print the url. I tried \starttext \goto{\getvariable{test}{website}}[URL(\getvariable{test}{website})] \stoptext but this does not seem to work. Any suggestions? Aditya