<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
<META NAME="GENERATOR" CONTENT="GtkHTML/3.26.0">
</HEAD>
<BODY>
On Tue, 2010-04-27 at 20:54 -0500, Yaakov (Cygwin/X) wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
On 2010-04-27 11:20, Dan Nicholson wrote:
> FWIW, I've been poking at converting the linuxdoc sources in the
> server to docbook xml. There are only 3 of them, but dmx.sgml and
> DESIGN.sgml are large documents. The formats are similar, but it's a
> pretty manual process (especially since linuxdoc allows lots of
> behavior that's not valid xml). If anyone knows any automatic
> translators from linuxdoc to docbook, let me know.
Perhaps it would be easier to convert to DocBook SGML instead of XML?
</PRE>
</BLOCKQUOTE>
I found an lb2db.sh script that converts linuxdoc to docbook.sgml. According to some GNOME documentation, you need to replace the docbook sgml DTD with the docbook xml dtd:
<BLOCKQUOTE>
<PRE>
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"<A HREF="http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd</A>">
</PRE>
</BLOCKQUOTE>
I have tried with the input-mouse sgml readme file and it worked with some minor corrections in closing tags.<BR>
<BR>
<BLOCKQUOTE TYPE=CITE>
<PRE>
Yaakov
Cygwin/X
_______________________________________________
<A HREF="mailto:xorg-devel@lists.x.org">xorg-devel@lists.x.org</A>: X.Org development
Archives: <A HREF="http://lists.x.org/archives/xorg-devel">http://lists.x.org/archives/xorg-devel</A>
Info: <A HREF="http://lists.x.org/mailman/listinfo/xorg-devel">http://lists.x.org/mailman/listinfo/xorg-devel</A>
</PRE>
</BLOCKQUOTE>
</BODY>
</HTML>