[publican-list] [PATCH 2/2] Use language="XML" instead of language="xml"

Raphaël Hertzog hertzog at debian.org
Mon Jan 27 23:38:21 UTC 2014


Syntax::Highlight::Engine::Kate <= 0.08 expects it as an upper case
string.

See https://rt.cpan.org/Public/Bug/Display.html?id=84982 and
https://github.com/szabgab/Syntax-Highlight-Engine-Kate/pull/7 for the
Syntax::Highlight::Engine::Kate patch.
---
 Users_Guide/en-US/Sets.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Users_Guide/en-US/Sets.xml b/Users_Guide/en-US/Sets.xml
index 10a2b2b..0ba0d59 100644
--- a/Users_Guide/en-US/Sets.xml
+++ b/Users_Guide/en-US/Sets.xml
@@ -60,7 +60,7 @@
 					<prompt>$</prompt> <command>cd</command> into the <filename>books/My_Set/en-US/Book_A</filename> directory. Create and edit the <filename>Book_A.xml</filename>, <filename>Book_Info.xml</filename>, and any other xml files required for your book such as those required for individual chapters. Ensure that <filename>Book_A.xml</filename> contains the correct <sgmltag>xi:include</sgmltag> references to all of your xml files in the directory. For example, if <citetitle>Book A</citetitle> contained <filename>Book_Info.xml</filename> and <filename>Chapter_1.xml</filename>, the <filename>Book_A.xml</filename> file would look like this:
 				</para>
 				 
-<programlisting language="xml"><?xml version='1.0'?>
+<programlisting language="XML"><?xml version='1.0'?>
 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" 
 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
 ]>
-- 
1.8.5.3




More information about the publican-list mailing list