Home Forums DITA and XMetaL Discussion Best practices for customizing PDF output – maintainability of changes Reply To: Best practices for customizing PDF output – maintainability of changes

IF

Reply to: Best practices for customizing PDF output – maintainability of changes

There is something odd going on. I cannot override this template.
I have created a file that contains my customization and I import that from customs.xsl.

So custom.xls looks like this.

    xmlns:fo=”http://www.w3.org/1999/XSL/Format”
    xmlns:exsl=”http://exslt.org/common”
    xmlns:opentopic=”http://www.idiominc.com/opentopic”
    xmlns:exslf=”http://exslt.org/functions”
    xmlns:opentopic-func=”http://www.idiominc.com/opentopic/exsl/function”
    extension-element-prefixes=”exsl”
    exclude-result-prefixes=”opentopic exslf opentopic-func”
    version=”1.1″>

   

         

   
   
   
   
   
   
   
   
   
       
   
   
   
       
       
   

         
     
   
       

I can create an output without any problems with this file IF_system_Guide_draft,xsl. That is, i see comments in the PDF output and the appendices don't have a min-toc:

    xmlns:fo=”http://www.w3.org/1999/XSL/Format”
    xmlns:exsl=”http://exslt.org/common”
    xmlns:opentopic=”http://www.idiominc.com/opentopic”
    extension-element-prefixes=”exsl”
    exclude-result-prefixes=”opentopic”
    version='1.1'>

     
     
           
             
           

   

   
   
       
           
           
               
                   
                       
                   

                   
                       
                           
                       

                       
                           
                               
                           

                       

                   

                   

                   
                       
                   

                   
                       
                           
                       

                   

                   

                   
               
           
       
   

     

But as soon as I add the processglossarylist template to my IF_system_guide_draft.xsl file, i get a build error. I haven't even made changes to the template. the message is this. the filename changes randomly each time i try it.

C:UsersIFuseyAppDataRoamingSoftQuadXMETAL~1DITA_OTbuild_preprocess.xml:186: Failed to copy C:UsersIFuseyAppDataRoamingSoftQuadXMETAL~1DITA_OTtemplblg_electrocardiogram.xml.pull to C:UsersIFuseyAppDataRoamingSoftQuadXMETAL~1DITA_OTtemplblg_electrocardiogram.xml due to C:UsersIFuseyAppDataRoamingSoftQuadXMETAL~1DITA_OTtemplblg_electrocardiogram.xml (Access is denied)

Reply

Products
Downloads
Support