Hi, I'm trying to make a macro which creates a link. I'd like it to insert the link attribute automatically, but I can't seem to make it work if the attribute value contains a colon.
The following fails: <command name="putAttribute" parameter="href http://" /> The following works: <command name="putAttribute" parameter="href http//" /> Is there some way I need to escape the attribute value to make putAttribute accept it? I tried single quotes and ", but no luck. Thanks, Martin -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.xmlmind.com/pipermail/xmleditor-support/attachments/20080312/6d9116b1/attachment.htm

