Yes, one other Luca: make sure you use use template/titlepage.xsl as your stylesheet, not fo/titlepage.xsl.
xsltproc --output mytitlepage.xsl \ /usr/share/xml/docbook/stylesheet/nwalsh/template/titlepage.xsl \ /usr/share/xml/docbook/stylesheet/nwalsh/fo/titlepage.templates.xml Ken On 6/12/07, Luca Giandoso <[EMAIL PROTECTED]> wrote:
Ken, thank you for you answer and sorry for the stupid error posting the message but that's not the problem. Any other ideas? Luca On 6/12/07, Ken Morse <[EMAIL PROTECTED]> wrote: > Not sure if this is the problem or not Luca but with xsltproc, you > need to use either "-o filename" (one dash) or "--output filename" > (two dashes). Does that make any difference? > > Ken > > On 6/12/07, Luca Giandoso <[EMAIL PROTECTED]> wrote: > > I'm using docbook distribution 1.71.0. > > I would like to customize th title page so I've followed: > > http://www.sagehill.net/docbookxsl/TitlePageNewElems.html > > > > But when I look at the xsl as result it contains : > > <?xml version="1.0"?> > > and a lot of spaces > > > > To be sure I've tried with the files shipped with the docbook xsl distribution. > > Here the command I've used: > > > > xsltproc -v -output mytitlepage.xsl > > /usr/share/xml/docbook/stylesheet/nwalsh/fo/titlepage.xsl > > /usr/share/xml/docbook/stylesheet/nwalsh/fo/titlepage.templates.xml > > > > using the -v option I get lots of > > > > xsltProcessOneNode: no template found for * > > > > where * stands for titlepage, titlepage-content, etc... > > > > I think I'm missing something but I don't know. > > Thank you in advance. > > > > Luca Giandoso > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
