From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.help Subject: Re: Using Emacs nXML mode to validate XHTML5 using the v.Nu schemas: support for HTTP-based schema URI? Date: Wed, 16 Mar 2016 08:27:35 -0400 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1458131297 21016 80.91.229.3 (16 Mar 2016 12:28:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 16 Mar 2016 12:28:17 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: "Graham Hannington" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Mar 16 13:28:10 2016 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1agAYa-00008H-1l for geh-help-gnu-emacs@m.gmane.org; Wed, 16 Mar 2016 13:28:08 +0100 Original-Received: from localhost ([::1]:55928 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1agAYZ-0000HO-Ew for geh-help-gnu-emacs@m.gmane.org; Wed, 16 Mar 2016 08:28:07 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44143) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1agAYA-0008Q2-HE for help-gnu-emacs@gnu.org; Wed, 16 Mar 2016 08:27:46 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1agAY5-0001cl-JF for help-gnu-emacs@gnu.org; Wed, 16 Mar 2016 08:27:42 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:38500) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1agAY5-0001cg-FO for help-gnu-emacs@gnu.org; Wed, 16 Mar 2016 08:27:37 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A0ClDQA731xV/wr0d0tcgxBUXoJQwmeFeQQCAoE8PRABAQEBAQEBgQpBBYNdAQEDAVYjBQsLNAcLFBgNJIg3CM8jAQEBBwIBH4s6hQUHhC0Fsz+BRSNhgVqBWSIxgQUlgR0BAQE X-IPAS-Result: A0ClDQA731xV/wr0d0tcgxBUXoJQwmeFeQQCAoE8PRABAQEBAQEBgQpBBYNdAQEDAVYjBQsLNAcLFBgNJIg3CM8jAQEBBwIBH4s6hQUHhC0Fsz+BRSNhgVqBWSIxgQUlgR0BAQE X-IronPort-AV: E=Sophos;i="5.13,465,1427774400"; d="scan'208";a="196346480" Original-Received: from 75-119-244-10.dsl.teksavvy.com (HELO pastel.home) ([75.119.244.10]) by ironport2-out.teksavvy.com with ESMTP; 16 Mar 2016 08:27:36 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 1BDEA6173F; Wed, 16 Mar 2016 08:27:36 -0400 (EDT) In-Reply-To: (Graham Hannington's message of "Wed, 16 Mar 2016 16:45:49 +0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:109596 Archived-At: >> I'd welcome some help to improve the html5-schema so that the HTML it >> accepts includes SVG elements. [...] > The problem with that approach - taking files "straight" from the v.Nu > GitHub repo - is this: Cool, so you seem to have the knowledge I lack. I don't have time to provide the knowledge you lack right now, but I'll get back to you later on this. > Some schemas in the v.Nu GitHub repository - in particular, schemas that > combine markup languages - refer to file paths that do not exist in the > repository. The paths exist only in the context of the distributed files > (inside vnu.jar). > These nonexistent paths prevent the schemas being usable directly from > the v.Nu repo (for example, via GitHub Pages URLs). Do you know how/when/where those missing files get generated? Stefan