OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: titlepage.xsl generates target script without 'exsl' namespace entry


Hi all,

I am generating a customized titlepage with this ant task:


    <target name="buildTitlepageFO" description="generates a title page
...">
        <style
            in="titlepageFO.templates.xml"
            out="titlepageFO.xsl"
            style="docbook/template/titlepage.xsl"
            force="yes">
        </style>
    </target>

The resulting stylesheet do not contain an
'xmlns:exsl="http://exslt.org/common"; entry. 
It is not a great issue due to the possibility to post the entry manually.
Furthermore the titlepage structure is not to be changed not very often. 

But if one could be run only a single build job would be more convenient.

Does any body know how to avoid this problem resp. how to post the namespace
automatically (without editing the genuine script).

Config: 	- ant 1.6.5 within eclipse 3.1.2, -> xsltc 
		- docbookxls 1.69.1

Thanks in advance for any hint.

Best Regards

Joerg Moebius



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]