Cygwin and po, second steps
I tried :
<!DOCTYPE sect2 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.docbook.org/xml/4.5/docbookx.dtd">
This doesn't work :-(. I still have a validity error.
(4.5 is installed on my computer)
julien, how did you install docbook 4.5? Maybe I can replicate the
setup on cygwin. If there are not too many files to copy, I can do it
manually.
3.make: *** [html/ru/index.html] Error 1
I/O error : Attempt to load network entity
http://www.docbook.org/xml/4.5/docboo kx.dtd
xml/ru/menus/file-close.xml:2: warning: failed to load external
entity "http://w ww.docbook.org/xml/4.5/docbookx.dtd"
//OASIS//DTD DocBook XML V4.5//EN"
"http://www.docbook.org/xml/4.5/docbookx.dtd" -That's a bigger deal.
Cygwin doesn't provide docbook 4.5 package yet, 4.4 is the latest. I
don't know what this error effects, since I got my local xml and html
files.
Grrr, DocBook 4.5 is released october 2006!
good to know cygwin team is on the ball ;-) They probably are doing
_extensive_ testing :)
As a hack I did the following (on Cygwin), assuming the programs such
as xmllint etc. did not have to be changed and assuming it's just a
dtd update:
1. went here https://launchpad.net/ubuntu/+source/docbook/4.5-4 and
got the docbook_4.5.orig.tar.gz - this is one of the top links on
google for docbook 4.5
2. out of there I extracted the 4.5 directory and put it into
/usr/share/xml/docbook/4.5, similar to 4.4 layout.
3. copied ent directory from 4.4 to 4.5 (fingers crossed, hopefully we
are not using 4.5 entities)
4. modified /etc/xml/catalog to include 4.5 override:
5. ran make -f Makefile.GNU validate-ru
Now I seem to get just the placeholder-1 errors.
did I miss anything?