Jon Ison wrote: > > I've been trying to customize the XSLT style sheets used in the Convert > Document submenu according > to the instructions here: > http://www.xmlmind.com/xmleditor/_distrib/doc/configure/customize_xslt.html > > I need a couple of things clarifying. > > I've created chunk.xsl for my customisations - but where should this file go? > At the moment it is > down from my home directory: > ~/.xxe/custom/chunk.xsl > > Second question is, to which file do I add the property: > > <property name="db5.toHTML.transform" > url="true">chunk.xsl</property> > > The instructions say "custom .xxe file" but I'm not sure where this should be. >
--> It's all wrong. Please remove everything you did because this will get in the way. --> Please take the time to carefully read Chapter 5. "Customizing an existing configuration" -- http://www.xmlmind.com/xmleditor/_distrib/doc/configure/customizing.html -- from its *start*. It explains this: [1] Create XXE_user_preferences_dir/addon/custom/ (on Linux, XXE_user_preferences_dir is ~/.xxe4/, not ~/.xxe/. See http://www.xmlmind.com/xmleditor/_distrib/doc/configure/dtd_example.html#xxe_user_preferences_dir) [2] Copy 0docbook5.xxe to custom/. (Open the customizing.html page in your Web browser, then right-click on the 0docbook5.xxe link, then select "Save Link As" from the popup menu) Next, as explained in Section 5.10. "Customizing the XSLT style sheets used in the Convert Document submenu" -- http://www.xmlmind.com/xmleditor/_distrib/doc/configure/customize_xslt.html [3] Copy chunk.xsl to custom/. [4] Add one of the following property configuration elements to your custom .xxe file: --- <property name="db5.toHTML.transform" url="true">chunk.xsl</property> --- Your custom .xxe file is XXE_user_preferences_dir/addon/custom/0docbook5.xxe You have created it in step #2. --- PS: This level of support is reserved to the customers of XMLmind XML Editor Professional Edition. Please identify yourself as such by using an email address which has been registered with our customer database.

