From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/12943 Path: main.gmane.org!not-for-mail From: Guy Worthington Newsgroups: gmane.comp.tex.context Subject: Re: How do I use entities in DocBook in ConTeXt Date: 20 Aug 2003 20:58:24 +0800 Sender: ntg-context-admin@ntg.nl Message-ID: References: <5.2.0.9.1.20030819173135.03317de8@server-1> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1061384701 13241 80.91.224.253 (20 Aug 2003 13:05:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 20 Aug 2003 13:05:01 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Wed Aug 20 15:05:00 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 19pSe4-000653-00 for ; Wed, 20 Aug 2003 15:05:00 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id C2AF810B35; Wed, 20 Aug 2003 15:04:55 +0200 (MEST) Original-Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by ref.ntg.nl (Postfix) with ESMTP id E9D3510ACB for ; Wed, 20 Aug 2003 14:58:33 +0200 (MEST) Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 19pSYo-0006vB-00 for ; Wed, 20 Aug 2003 14:59:34 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: ntg-context@ref.ntg.nl Original-Received: from sea.gmane.org ([80.91.224.252]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19pSYn-0006v3-00 for ; Wed, 20 Aug 2003 14:59:33 +0200 Original-Received: from news by sea.gmane.org with local (Exim 3.35 #1 (Debian)) id 19pSXo-0003Ez-00 for ; Wed, 20 Aug 2003 14:58:32 +0200 Original-Lines: 20 Original-X-Complaints-To: usenet@sea.gmane.org User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 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:12943 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:12943 Hans Hagen wrote: > Guy Worthington wrote: >>How can I define entities such as "“" (for the left double >>quotation character) and "”" (for the right double quotation >>character) so as the context-processor can process them. > see xtag-ent.tex (Look mom -- I'm reading the source files.) Thanks for the pointer Hans, I wound up defining "“" as: \defineXMLentity [ldquo] {``} and it seems to be doing what I want.