Re: [docbook-apps] Setting doctype in output files

From
Nicolas Pillot <>
Date
2004-03-22T18:56:23+00:00
ID
Thread
Re: [docbook-apps] Setting doctype in output files
Selon Bob Stayton <>:

> Why would the processor report that it had a function
> that it does not support?

In fact that is okay : when i check with element-available,
i only get 'xalanredirect:write'. What suprised my is that,
as you say yourself, "Xalan added support for EXSLT", but
there is no support for the "document" method. Ok, there
is the redirect:write that does the job, and it would not
be cool ot have duplicated functions.

I finally found a solution to my problem : i specify the doctype
for the "first" file, and then because it is replicated to mml
and svg, i change it with a for bash loop and a sed. It works,
although it is not really beautiful ;-)

Thank you all ofr your help on this list, i think i am not the
only one to appreciate it !

Nicolas