Marc wrote: > I use selectFile openURL to choice a file, but I want to have the Url in > relative to include it in the XML file, does this function exists? > Do I develop this function in Java (I never develop function for XMLEditor > before)?
No. Here's an example of how to do this:
---
<command name="selectFile" parameter="openFileURL" />
<get expression="relativize-uri('%_')"/>
---
See
http://www.xmlmind.com/xmleditor/_distrib/doc/commands/xpathextfunc.html#relativize-uri

