From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: OT:XML Schema Validation with Emacs Date: 01 Feb 2004 11:24:01 +0000 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <200401312341.28470.hattons@globalsymmetry.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1075635138 26651 80.91.224.253 (1 Feb 2004 11:32:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 1 Feb 2004 11:32:18 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sun Feb 01 12:32:11 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AnFpj-0002qQ-00 for ; Sun, 01 Feb 2004 12:32:11 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AnFpj-0006jX-00 for ; Sun, 01 Feb 2004 12:32:11 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AnFiz-0001nO-EX for emacs-devel@quimby.gnus.org; Sun, 01 Feb 2004 06:25:13 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AnFii-0001nH-0D for emacs-devel@gnu.org; Sun, 01 Feb 2004 06:24:56 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AnFiA-0001jk-5E for emacs-devel@gnu.org; Sun, 01 Feb 2004 06:24:53 -0500 Original-Received: from [194.106.33.36] (helo=server0027.freedom2surf.net) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.24) id 1AnFi9-0001jP-5A for emacs-devel@gnu.org; Sun, 01 Feb 2004 06:24:21 -0500 Original-Received: from wanchan.jasonrumney.net (i-195-137-77-250.freedom2surf.net [195.137.77.250]) by server0027.freedom2surf.net (8.12.6/8.12.6/Debian-7) with ESMTP id i11BOIsT020169; Sun, 1 Feb 2004 11:24:18 GMT Original-Received: from NYAUMO (nyaumo.jasonrumney.net [10.0.0.27]) by wanchan.jasonrumney.net (Postfix) with ESMTP id 0AD65DDDB3; Sun, 1 Feb 2004 11:24:18 +0000 (GMT) Original-To: "Steven T. Hatton" In-Reply-To: <200401312341.28470.hattons@globalsymmetry.com> Original-Lines: 13 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:19607 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:19607 "Steven T. Hatton" writes: > This may be a bit OT for this list, but I believe it is vitally important and > Emacs related. AFAIK, there is no way to validate an XML document against a > w3c XML Schema instance. See James Clark's nxml-mode which uses RELAX-NG schemas. Start by reading the announcement at http://www.xmlhack.com/read.php?item=2061 or go straight to http://www.thaiopensource.com/ There are also numerous tools on his website for validating against RELAX-NG (externally, nxml-mode already does this in elisp) and converting between RELAX-NG and DTDs and W3C, RELAX and TREX schemas.