Re: DOCBOOK-APPS: Re: Problems with Xalan and XT

2001-04-06 Thread ben
Bob Stayton a écrit : > > From: Norman Walsh <[EMAIL PROTECTED]> > > > > / ben <[EMAIL PROTECTED]> was heard to say: > > | * When I want an HTML document splitted in several files, I do: > > | > > | java org.apache.xalan.xslt.Process -in myfile.xml -xsl > > | /path/to/docbook/html/chunk.xsl > >

Re: DOCBOOK-APPS: Re: Problems with Xalan and XT

2001-04-06 Thread Bob Stayton
> From: Norman Walsh <[EMAIL PROTECTED]> > > / ben <[EMAIL PROTECTED]> was heard to say: > | * When I want an HTML document splitted in several files, I do: > | > | java org.apache.xalan.xslt.Process -in myfile.xml -xsl > | /path/to/docbook/html/chunk.xsl > > Use html/xtchunk.xsl Um, not whe

DOCBOOK-APPS: Re: Problems with Xalan and XT

2001-04-06 Thread Norman Walsh
/ ben <[EMAIL PROTECTED]> was heard to say: | * When I want an HTML document splitted in several files, I do: | | java org.apache.xalan.xslt.Process -in myfile.xml -xsl | /path/to/docbook/html/chunk.xsl Use html/xtchunk.xsl | I have the following error: | DOM ERROR! class: org.apache.xala

DOCBOOK-APPS: newbie: creating rtf of docbook guide itself,windows NT and Jade

2001-04-06 Thread Roy . Gardiner
I am having some problems creating an rtf version of Docbook, the Definitive Guide, using Jade under NT. This is the .bat file I use: c:/jade/jade -c c:/sgml/catalog -c c:/jade/catalog -t rtf -o c:/docbook.rtf -d E:\style\dsssl\docbook\print\docbook.dsl e:/sgml/docbook.sgm I've got Norm's book

Re: DOCBOOK-APPS: HTML from docbook

2001-04-06 Thread Jirka Kosek
Adam Di Carlo wrote: > > Oleg Amiton wrote: > > Put following code into your customized stylesheet: > > > > (define %html-header-tags% > > '(("META" ("HTTP-EQUIV" "Content-Type") ("CONTENT" "text/html; > > charset=koi8-r" > > Should the stylesheets do this automatically? Can we know the >

Re: DOCBOOK-APPS: HTML from docbook

2001-04-06 Thread Adam Di Carlo
Jirka Kosek <[EMAIL PROTECTED]> writes: > Oleg Amiton wrote: > Put following code into your customized stylesheet: > > (define %html-header-tags% > '(("META" ("HTTP-EQUIV" "Content-Type") ("CONTENT" "text/html; > charset=koi8-r" Should the stylesheets do this automatically? Can we know

Re: DOCBOOK-APPS: Only transform certain tags

2001-04-06 Thread Bob Stayton
> From: Claus Rasmussen <[EMAIL PROTECTED]> > > I'm using DocBook 4.1.2 XML and Norm's associated style sheets. > > I've extended the DTD with some custom sections and now I'm trying to hit > valid docbook format from there. This means that I want only my custom > tag or whatever to be transform