2 ###############################################################################
6 # Description: Works around libxml2 bug 135713 by preprocessing entity #
7 # references before performing any stylesheet processing. #
9 # Author: Manuel Canales Esparcia #
11 ###############################################################################
17 echo "USAGE: $NAME destdir"
21 mkdir
-p ..
/"$DESTDIR"/chapter0
{1,2,3,4,5,6,7,8,9}
22 mkdir
-p ..
/"$DESTDIR"/prologue
23 mkdir
-p ..
/"$DESTDIR"/appendix
{a
,b
}
25 for i
in `find . -name "*.xml"`; do
26 xmllint
--nonet --noent "${i}" > ..
/"$DESTDIR"/"${i}";
29 cp -a stylesheets ..
/"$DESTDIR"