From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Monroe, Will" Subject: Missing org-mode manual page: Validating OpenDocument XML Date: Tue, 03 Mar 2015 09:11:22 -0600 Message-ID: <54F5CF1A.20500@gmail.com> Mime-Version: 1.0 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47338) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YSoTo-000428-JG for emacs-orgmode@gnu.org; Tue, 03 Mar 2015 10:11:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YSoTk-00053A-Fr for emacs-orgmode@gnu.org; Tue, 03 Mar 2015 10:11:28 -0500 Received: from mail-ig0-x233.google.com ([2607:f8b0:4001:c05::233]:35917) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YSoTk-000530-AR for emacs-orgmode@gnu.org; Tue, 03 Mar 2015 10:11:24 -0500 Received: by igkb16 with SMTP id b16so28521353igk.1 for ; Tue, 03 Mar 2015 07:11:23 -0800 (PST) Received: from wmonro1-1.lsu.edu ([2620:105:b000:b100:1432:41c0:8eed:ba0e]) by mx.google.com with ESMTPSA id sd7sm8925897igb.20.2015.03.03.07.11.22 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 03 Mar 2015 07:11:22 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: orgmode Hello,

I'm trying to troubleshoot a corrupt ODT file that I've exported from org-mode.  The org-mode manual provides some guidance for this process on the "Validating OpenDocument XML" page (see http://orgmode.org/manual/Validating-OpenDocument-XML.html#Validating-OpenDocument-XML). 

It mentions validation of an ODT document against the "OpenDocument RELAX NG Compact Syntax (RNC) schema".  I have obtained the xml and RNC files from the org-mode Github site but I'm unsure how to use them.  The org-mode manual page mentions general help in the Introduction (see http://orgmode.org/nxml-mode/Introduction.html#Introduction) but I get a 404 error when I attempt to load the page.

Does anyone know where I can read this guide?

Will