From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/4683 Path: main.gmane.org!not-for-mail From: Petr Ferdus Newsgroups: gmane.comp.tex.context Subject: typeseting XML Date: Thu, 17 May 2001 01:54:54 +0200 (CEST) Sender: owner-ntg-context@let.uu.nl Message-ID: Reply-To: Petr Ferdus NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1035395327 27746 80.91.224.250 (23 Oct 2002 17:48:47 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 17:48:47 +0000 (UTC) Original-To: ntg-context@ntg.nl Xref: main.gmane.org gmane.comp.tex.context:4683 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:4683 Hi, how could be typeset backslash character parsed from XML stream? I tryed: \defineXMLsingular [backslash] {$\backslash$} having in XML doc an empty element , with no success (no error either, it was just silently discarded). Also, would it be possible to have # char in the name of XML entity? Like: \defineXMLentity [#937] {$\Omega$} %instead of \defineXMLentity [937] {$\Omega$} because it seems to be rather conforming to naming convention of entities based on unicode position of its glyph (Ω in this case). Thanks very much. Petr Ferdus