On 03/04/2016 08:43 AM, Grundtvig Nielsen Niels wrote:

A quick XSLT question, after not finding a definitive answer in the
helps: can the prefixes for a figurelist / tablelist be customised? I’ve
found information about the chapnum/item separators, but nothing about
the prefix itself.


The simplest is to change the corresponding "messages". You'll find these in:

<XXE_install_dir>/addon/config/dita/xsl/common/messages/en.xml

---
<?xml version="1.0" encoding="UTF-8"?>
<messages xml:lang="en">

  ...

  <!-- Formal objects -->
  <message name="figure">Figure</message>
  <message name="table">Table</message>
  <message name="example">Example</message>

  ...

  <!-- Document sections -->
  ...

  <message name="figurelist">List of Figures</message>
  <message name="tablelist">List of Tables</message>
  <message name="examplelist">List of Examples</message>

  ...

</messages>
---

(If you use free, open source ditac rather than commercial XXE, you'll find these messages in <ditac_install_dir>/xsl/common/messages/en.xml)



--
XMLmind XML Editor Support List
xmleditor-support@xmlmind.com
http://www.xmlmind.com/mailman/listinfo/xmleditor-support

Reply via email to