[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Please help fixing XML problem



Hi,

for the moment I decided for the coward solution and used
--skip-validation (see commit in question below) but since the last
creation of blends-dev and today something in the XML toolchain seems to
have changed and I have no idea what the problem might be.

Any help to drop the --skip-validation switch from xmlto would be
appreciated.

Thanks in advance

     Andreas.

----- Forwarded message from Andreas Tille <tille@debian.org> -----

Date: Thu, 02 Jul 2015 16:01:45 +0000
From: Andreas Tille <tille@debian.org>
To: blends-commit@lists.alioth.debian.org
Subject: [SCM] blends-dev branch, master, updated. 9a1669089b5a6bf0de6a7389a0f3d6789916d826

The following commit has been merged in the master branch:
commit d061a5b68422845f1fe38182c4e0cb96390789ef
Author: Andreas Tille <tille@debian.org>
Date:   Thu Jul 2 17:30:25 2015 +0200

    xmlto failed without --skip-validation - any help to fix XML is welcome

diff --git a/debian/changelog b/debian/changelog
index fbcb231..0ef90fd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ blends (0.6.92.3) UNRELEASED; urgency=medium
     Closes: #779212
   * Document further resources
     Closes: #783240
+  * xmlto failed without --skip-validation - any help to fix XML is welcome
 
  -- Andreas Tille <tille@debian.org>  Thu, 02 Jul 2015 16:21:52 +0200
 
diff --git a/doc/Makefile b/doc/Makefile
index d135285..609483b 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -52,14 +52,14 @@ $(doc_html) $(doc_html_en): $(doc_xml) $(sources)
 	for l in $(doc_lang); do \
 	  f=$(doc_name).$$l.xml; d=$$l/html; \
 	  mkdir -p $$d; \
-	  $(LOCALE) xmlto -o $$d -x $(doc_name).xsl html $$f; \
+	  $(LOCALE) xmlto --skip-validation -o $$d -x $(doc_name).xsl html $$f; \
 	done
 
 txt $(doc_txt): $(doc_xml)
 	for l in $(doc_lang); do \
 	  f=$(doc_name).$$l.xml; d=$$l/txt; \
 	  mkdir -p $$d; \
-	  $(LOCALE) xmlto $(doc_txt_params) -o $$d txt $$f; \
+	  $(LOCALE) xmlto --skip-validation $(doc_txt_params) -o $$d txt $$f; \
 	done
 
 ps $(doc_ps): 	$(doc_xml)
@@ -74,7 +74,7 @@ pdf $(doc_pdf): $(doc_xml)
 	for l in $(doc_lang); do \
 	  f=$(doc_name).$$l.xml; d=$$l/pdf; \
 	  mkdir -p $$d; \
-	  $(LOCALE) xmlto -o $$d --with-dblatex pdf $$f; \
+	  $(LOCALE) xmlto --skip-validation -o $$d --with-dblatex pdf $$f; \
 	done
 
 

-- 
Git repository for blends code

_______________________________________________
Blends-commit mailing list
Blends-commit@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/blends-commit


----- End forwarded message -----

-- 
http://fam-tille.de


Reply to: