Eric Walker wrote: > > On our PC version we have a custom addon that allows us to show depth > for subsection numbers while editing an xml document. We have a custom > "collapsible.imp" that we use to overwrite the standard version. The Mac > version of XMLMind is different. How do I go about doing this? > > Our "collapsible.imp" does the following: > > This XXE file was modified to allow a greater depth for subsection > numbers while editing an xml document. The original XMLmind version > only supported numbering down to the 3rd subsection level (e.g. 1.1.2.3) > within the editing window. This limitation only affected the XXE > editing pane, not the processed output, i.e. PDF, RTF, HTML, etc. The > modified version supports automatic numbering down to eight subsection > levels (e.g. 1.1.2.3.4.5.6.7.8). > > This modified version of collapsible.imp should be copied over the > original file, typically located in the XMLmind XXE directory under > addon/config/docbook/css. > >
The Mac version of XMLmind XML Editor is identical in every functional aspect to the PC version. Only the file layout of the two distributions differs. * On the PC, the addon/ directory is found directly in XXE_install_dir/ (e.g. C:\Program Files\XMLmind_XML_Editor\). * On the Mac, you need to open the application bundle called XMLEditor (or XMLEditor.app depending on the options of the Finder) by doing this: [1] Right-click (or Ctrl-click if you are unfortunate enough to still use the one-button mouse) on the XMLEditor icon. [2] Choose "Show Package Contents" from the popup menu of the Finder. [3] Use the Finder normally to navigate until you reach: Contents/Resources/addon/config/docbook/css/ Once this folder is found, simply copy your custom "collapsible.imp" over the one found in XMLEditor.app/Contents/Resources/addon/config/docbook/css/ -- XMLmind XML Editor Support List [email protected] http://www.xmlmind.com/mailman/listinfo/xmleditor-support

