From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?UTF-8?B?QW5kcmVhcyBSw7ZobGVy?= Newsgroups: gmane.emacs.help Subject: Re: emacs as an XML editor Date: Wed, 23 Feb 2011 19:40:31 +0100 Message-ID: <4D65549F.4040503@easy-emacs.de> References: <4d63cc60$0$1352$4fafbaef@reader2.news.tin.it> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1298486624 22001 80.91.229.12 (23 Feb 2011 18:43:44 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 23 Feb 2011 18:43:44 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Feb 23 19:43:40 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PsJgY-0003wS-QN for geh-help-gnu-emacs@m.gmane.org; Wed, 23 Feb 2011 19:43:39 +0100 Original-Received: from localhost ([127.0.0.1]:39758 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PsJgY-0005fz-AX for geh-help-gnu-emacs@m.gmane.org; Wed, 23 Feb 2011 13:43:38 -0500 Original-Received: from [140.186.70.92] (port=52097 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PsJaF-00025w-1Q for help-gnu-emacs@gnu.org; Wed, 23 Feb 2011 13:37:07 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PsJaE-0004b0-22 for help-gnu-emacs@gnu.org; Wed, 23 Feb 2011 13:37:06 -0500 Original-Received: from moutng.kundenserver.de ([212.227.126.187]:56192) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PsJaD-0004aR-No for help-gnu-emacs@gnu.org; Wed, 23 Feb 2011 13:37:06 -0500 Original-Received: from [192.168.178.29] (brln-4d0c22e3.pool.mediaWays.net [77.12.34.227]) by mrelayeu.kundenserver.de (node=mrbap0) with ESMTP (Nemesis) id 0MLQwc-1PsrXz1epG-000avj; Wed, 23 Feb 2011 19:37:02 +0100 User-Agent: Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.1.11) Gecko/20100711 Thunderbird/3.0.6 In-Reply-To: <4d63cc60$0$1352$4fafbaef@reader2.news.tin.it> X-Provags-ID: V02:K0:LLQ/Vtm1I3ZlU3NEIACm3ixhrsn+BR9oMhTJs4bGjQR NA3dTPhzP6dgFNS8QZiVnBjOu2QTXUzvet2QS7NpXxgVM9VfSy SrppxlQhpXywOj9hjeIatS2EzkaRhZdHqocjK6MTvtGT3g3hFQ QnDrY+p2hn5AU93RzeMO7nFGqKd0fIvCmcLqOjVjAWfGAKqweG Ete77zLdhEaYEOPjsdS2XgXyPpw6EShdmopcU9TlD0= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 212.227.126.187 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:79402 Archived-At: Am 22.02.2011 15:46, schrieb Giulio Petrucci: > Hi there, > > I'm searching a way to use Emacs as an xml editor. What I need is: > 1. a bit of syntax highlight > 2. validation against an XSD scheme > 3. some code completion if the XSD scheme is provided > 4. the possibility to run some XPath queries on the document > Please, keep in mind that I work mostly on WinXP. :-) > > Thanks in advance, > Giulio > have a look at http://www.emacswiki.org/emacs/PsgmlMode also don't miss this: http://sourceforge.net/projects/xslide HTH Andreas