Within a macro command, I need to percent-encode (URI encode) the contents of a string before including it in a call to a Web service.
Is there any chance of being able to use Java's URLEncoder.encode(String, String) method or one of XXE's java classes for this purpose in a macro? Or by writing a Java class of one's own? Yves -- XMLmind XML Editor Support List [email protected] http://www.xmlmind.com/mailman/listinfo/xmleditor-support

