Author: rgodfrey
Date: Wed Jan  4 04:34:20 2012
New Revision: 1227043

URL: http://svn.apache.org/viewvc?rev=1227043&view=rev
Log:
QPID-3722 : Update to generate UTF-8 encoded output for the HTML

Modified:
    qpid/trunk/qpid/doc/book/build-book.sh

Modified: qpid/trunk/qpid/doc/book/build-book.sh
URL: 
http://svn.apache.org/viewvc/qpid/trunk/qpid/doc/book/build-book.sh?rev=1227043&r1=1227042&r2=1227043&view=diff
==============================================================================
--- qpid/trunk/qpid/doc/book/build-book.sh (original)
+++ qpid/trunk/qpid/doc/book/build-book.sh Wed Jan  4 04:34:20 2012
@@ -53,7 +53,7 @@ xsltproc --xinclude --stringparam  secti
 # Create chunked .html
 INFILE=$(readlink -f src/$1.xml)
 pushd build/$1/html
-xsltproc --xinclude --stringparam  chunk.section.depth 1  --stringparam  
section.autolabel 1  --stringparam  callout.graphics 0  --stringparam  
callout.unicode 0 --stringparam section.label.includes.component.label 1 
--stringparam use.id.as.filename 1 --stringparam html.stylesheet css/style.css 
--stringparam section.autolabel.max.depth 3 --stringparam toc.section.depth 2 
${DOCBOOK_XSL}/html/chunk.xsl $INFILE
+xsltproc --xinclude --stringparam  chunk.section.depth 1  --stringparam  
section.autolabel 1  --stringparam  callout.graphics 0  --stringparam  
callout.unicode 0 --stringparam section.label.includes.component.label 1 
--stringparam use.id.as.filename 1 --stringparam html.stylesheet css/style.css 
--stringparam section.autolabel.max.depth 3 --stringparam toc.section.depth 2 
--stringparam chunker.output.encoding UTF-8 ${DOCBOOK_XSL}/html/chunk.xsl 
$INFILE
 popd
 
 # Create the .fo



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:[email protected]

Reply via email to