Juan Pablo Diaz a écrit :

> How can i make a layout to create XML DocBook Documents?

Well, you don't need to do anything. At the moment direct XML output is
not yet available (but it should be available in version 1.2.x) but you
can export to SGML and change only the two first lines, and it should
work. Personnaly what I change is:

<!doctype book public "-//OASIS//DTD DocBook V3.1//EN"

to:

<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE book SYSTEM "file:///(full path)/docbookx.dtd"

I know, it is not automatic, but for me it works.

BG

Reply via email to