Yes, you have the arguments mixed up:
Your input file should fo/titlepage.templates.xml.
Your output file should be fo/titlepage.templates.xsl
Your stylesheet should be template/titlepage.xsl
saxon -o fo/titlepage.templates.xsl fo/titlepage.templates.xml
template/titlepage.xsl
I wouldn't normally recommend overwriting a file in the stylesheet
distribution, though. You should generate a separate file and xsl:include
it in a customization layer.
Bob Stayton
Sagehill Enterprises
DocBook Consulting
----- Original Message -----
From: "Douglas Wade" <>
To: <>
Sent: Monday, September 06, 2004 9:16 AM
Subject: [docbook-apps] graphics on titlepage rectro
> This should be simple, but I am not getting. I happen to be doing this
> on win32 machine.
>
> I want to add a <mediaobject> to a title page in FO. This is what I know
> so far. I add <mediaobject/> to the
> docbook-xsl-1.65.1\fo\titlepage.templates.xml. I then run saxon:
>
> saxon -o titlepage.xsl titlepage.templates.xml titlepage.templates.xsl
>
> I get so many errors, 339 in total. What am I doing wrong?
>
> all my google searches find instead of saxon the google results show
> xsltproc, could this be it?
>
> I have try rearranging the arguments around, if they were out of
> order, but no better results.
>
> Douglas
>
> --
>
> Computers allow people to make mistakes faster than any invention
> other than handguns and tequila.
>
>
>
>
> --
>
> Computers allow people to make mistakes faster than any invention
> other than handguns and tequila.
>
>