Bug 3241 - olink processing error in patterned-make
Summary: olink processing error in patterned-make
Status: CLOSED FIXED
Alias: None
Product: Docs
Classification: Development
Component: devel (show other bugs)
Version: beta
Hardware: all Linux
: P2 normal
Assignee: Oleg Paraschenko
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-06 14:49 MSK by Oleg Paraschenko
Modified: 2003-11-23 00:38 MSK (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Oleg Paraschenko 2003-11-06 14:49:44 MSK
To component owner: please reassign bug to olpa@.

Also: probably you already know what is the problem. Say me it then.

In ./docs/admin/network/jabber-server, having Makefile.olpa:

--
DOCS_ROOT               = ../../..
OLINKING := yes
include $(DOCS_ROOT)/doc-template/Makefile.common
--

make -f Makefile.olpa tmp/jabber-server.none.html-dir.htmlset/.htmlstamp

generates HTML. It should also use olinking database, but can't because:

--
Attempt to load network entity
http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd 
tmp/jabber-server.none.targetset:1: warning: failed to load external entity
"http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd"
.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd"
--

olinking database starts with:

--
<!DOCTYPE div PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
<div element="section" href="index.html" number=""
targetptr="admin.network.jabber-server" lang="ru">
--

----

Olinking must work.
Comment 1 Vitaly A. Ostanin 2003-11-06 18:04:28 MSK
Olinking databases should be in XML, see DocBook XSL olinking files for correct
DTD. Please, move discussion to docs@ mailing list.
Comment 2 Oleg Paraschenko 2003-11-11 08:03:02 MSK
2 olpa: Update "Makefile.default-variables.litprog" after fixing.
Comment 3 Oleg Paraschenko 2003-11-23 00:38:17 MSK
Announce is sent to docs@ maillist.