Mikael Petterson (KI/EAB) wrote:
Hi,I am trying: <replaceregexp file="index.htm"> <regexp pattern="\(*"CUSTOM_APPL_REV" VALUE = "[A-Z0-9]"\)"/> <substitution expression="\1 kalle"/> </replaceregexp> but still no match. This is the line: <PARAM NAME = "CUSTOM_APPL_REV" VALUE = "R11A02">
Are these well-formed XML documents you are trying to alter here? Because if so, our friend XSL and the <xslt> task can do lots of fancy stuff, working at the XML level instead of string matching.
-steve --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
