Okay, thanks. That's a very good start. Best regards, Matt
-----Original Message----- From: Hussein Shafie [mailto:[email protected]] Sent: 15 July 2008 12:44 To: Matt Flaherty Cc: xmleditor-support at xmlmind.com Subject: Re: Support request - what sort of extension do I need to write? Matt Flaherty wrote: > > My colleague Chris Taylor here at PGS has been pushing me to explore > your XXE editor as a solution to a development problem I'm tasked with. > I can see that it is very good for editing known document types such > as Docbook and XHTML. Support of DocBook and XHTML is not hard-wired in XMLmind XML Editor. We have just written a configuration file for DocBook and another one for XHTML and we have bundled these two configurations with our product. A configuration file is an XML file conforming to formal W3C XML Schema configuration.xsd. This file points to a schema, to CSS style sheets, to XSLT transformations, defines a menu, a toolbar, macro-commands, process commands, mouse and keyboard bindings, declares commands written in Java, etc. Third-party consultants can write configurations as advanced as the ones provided for DocBook (XXE_install_dir/addon/config/docbook/docbook.xxe) and XHTML (XXE_install_dir/addon/config/xhtml/xhtml_strict.xxe). How to do this is documented here: "XMLmind XML Editor - Configuration and Deployment" http://www.xmlmind.com/xmleditor/_distrib/doc/configure/index.html > We have our own XML document type that I'd like it to edit > intelligently and I'm wondering what sort of extension I would need to > create. > When a new XML document type is supported, this is obviously not a > non-XML format plugin, but I'm not clear what it is. Is it a CSS > stylesheet extension? Thanks. > Not a non-XML format plugin. Not a CSS stylesheet extension. Just a configuration file for XMLmind XML Editor. This email and any files contained therein is confidential and may contain privileged information. If you are not the named addressee(s) or you have otherwise received this in error, you should not distribute or copy this e-mail or use any of its content for any purpose. Please notify the sender immediately by e-mail if you have received this e-mail in error and delete it from your system

