Peter;
Thanks for the hints. I changed the pattern in my Ant build file to:
<regexp pattern="(<img src=")([^\.]+\.svg)("\/?>)"/>
In my log file, I now get this result:
[replaceregexp] Replacing pattern '(<img src=")([^\.]+\.svg)("\/?>)'
with '<embed src="\2" type="image/svg+xml"></embed>'
in 'D:\ditaot_out\xhtml\blocks\RS08ADC8\Backup 1 of
Block_Diagram.html'
with flags: 'g'.
[replaceregexp] Found match; substituting
[replaceregexp] File has changed; saving the updated file
So you were right ... I was escaping characters where I didn't need to.
Regards,
Bob
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]