Douglas W Philips wrote: > > My concern here is that we had to duplicate a large amount of XML/XSL > in order to make a small change. I am wondering is if there is some > way to restructure the XML/XSL so that we can make this kind of change > without having to copy-and-paste a lot of stuff that isn't part of our > change,
Your change may be small but is very specific: you want to be able to specify the color and font-size of the central part of the header/footer by using XSL stylesheet *parameters*. (Normally this is done by redefining *attribute-sets*. Hence the enhancement that we'll implement in next release.) To my knowledge, there is no other way than duplicating the corresponding template and injecting your parameters in your copy of the template. > but which we will have to monitor for your changes on every > release? (I am not yet enough of an XSL guru to know if this is > possible.) As long as the name of the template, "tabularHeader", and its parameters do not change, your copy will work fine. -- XMLmind DITA Converter Support List [email protected] http://www.xmlmind.com/mailman/listinfo/ditac-support

