Hi,
I added a simple customization file to customize docbook:
<?xml version="1.0" encoding="UTF-8"?>
<configuration name="DocBook"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://www.xmlmind.com/xmleditor/schema/configuration"
xmlns:cfg="http://www.xmlmind.com/xmleditor/schema/configuration">
<include location="xxe-config:docbook/docbook.xxe"/>
<template location="docbook/customarticle.xml" name="Customized
Article"/>
</configuration>
This file "customize.xxe" was placed in "$HOME/.xxe2/config". The
directory also contained a directory "docbook" with a single file
"customarticle.xml". This file is just a slightly modified version of
"article.xml" found in the "xxe-config:docbook/template" directory.
My XXE app is installed in the $HOME/Applications directory on my Mac.
But the new template is not getting shown in my XXE, when I restart
it. I even tried with a simple CSS customization, instead of the
template customization. But even that is not being reflected.
Any pointers to the cause?
Note : I am using the latest XXE Standard Edition
- Navin