On Tue, 2010-04-27 at 20:54 -0500, Yaakov (Cygwin/X) wrote: > 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? > >
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:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
I have tried with the input-mouse sgml readme file and it worked with
some minor corrections in closing tags.
> Yaakov
> Cygwin/X
> _______________________________________________
> [email protected]: X.Org development
> Archives: http://lists.x.org/archives/xorg-devel
> Info: http://lists.x.org/mailman/listinfo/xorg-devel
signature.asc
Description: This is a digitally signed message part
_______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
