On 02/01/2017 03:54 PM, nobili, philippe wrote:
/Then repeat what you did in a "0assembly.xxe" file importing stock /
/"assembly.xxe", simply do not forget to replace command prefix "db51." /
/by "asm."./
Thanks for your swift reply. We actually hoped – knowing that assemblies
will eventually by compiled into valid DocBook documents –that they
would use the same parameter sets as DocBook documents,
What you suggest is probably technically possible, but this would not be
consistent with what is already implemented in XXE.
For example,
* an end user may customize the conversion of DITA *topics* to other
formats using "Options|Preferences|Customize Configuration" (see
http://www.xmlmind.com/xmleditor/_distrib/doc/help/customizeConfigurationMenu.html
),
* an end user may customize the conversion of DITA *maps* to other
formats using "Options|Preferences|Customize Configuration".
The two customizations this end user has created are totally independent
from each other.
Why wouldn't be this the same for DocBook 5.1 assembly and topics?
avoiding to redo the complete configuration work… But we can surely proceed as
you suggest.
I suggest that you use a sed script to automatically generate your
"0assembly.xxe" out of your "0docbook51.xxe" (or your "0docbook5.xxe").
This is what we do, here at XMLmind, to generate some of the DocBook 5.1
configuration files out of the corresponding DocBook 5.0 configuration
files.
---
sed -r -e 's^\{db5\}^{asm}^g' \
-e 's^db5\.^asm.^g' \
-e 's^"@xsl/^"@docbook5-config:xsl/^g' \
-e 's^"xsl/^"docbook5-config:xsl/^g' \
-e 's^"_DocBook"^"_Assembly"^g' \
-e 's^\|eps\|ps"^eps"^g' \
-e 's^\|pdf"^pdf"^g' \
-e '/<command name="selectConvertedFile"/ i\
<command name="XXE.save" parameter="[checkIsSaved]" />' \
$srcDir/docbook5_convert_menu.incl > $dstDir/assembly_convert_menu.incl
---
--
XMLmind XML Editor Support List
xmleditor-support@xmlmind.com
http://www.xmlmind.com/mailman/listinfo/xmleditor-support