Bill Fenner wrote: > When I use the following in my config file: > > <button icon="xxe-config:common/icons2/emphasis_menu.gif" > toolTip="Convert to emphasis (spanx)"> > > I get a dialog about an illegal icon value (the same as if I have a > nonexistent file). Should xxe-config: work inside a toolBar button > icon attribute?
"xxe-config:" requires the configuration item to be XML catalog aware and according to the doc (http://www.xmlmind.com/xmleditor/_distrib/docs/configure/ch05s01s02.html), only the following ``features'' have been XML-catalog-enabled: --- * Schema locations in xsi:schemaLocation and in xsi:noNamespaceSchemaLocation. * Schema locations in xs:include, xs:redefine, xs:import. * Document locations in xi:include. [REMOVED in XXE V2.8p1: THIS CANNOT WORK IN XXE] * Document locations passed to the document() XPath function. * XXE configuration files in <include location="..."/>. * CSS style sheet locations in @import. * CSS style sheet locations in <?xml-stylesheet href="..."?>. * XSLT style sheets in the transform child element of a process command. * Resources in the copyProcessResource child element of a process command. * XSLT style sheets included or imported by other XSLT style sheets (that is, the XML Catalogs used by XXE are passed to Saxon, the XSLT engine bundled with XXE). ---

