MultiSearchReplaceExtension
urn:WebWorks-XSLT-Extension-MultiSearchReplace
Functions
• void
ReplaceAllInFile (string inputEncodingAsString, string inputFilePath, string outputFilePath, object replacements)
Replaces strings in a text file with the specified input encoding and writes the result to the output path with the same encoding.
• void
ReplaceAllInFile (string inputEncodingAsString, string inputFilePath, string outputEncodingAsString, string outputFilePath, object replacements)
Replaces strings in a text file with the specified input encoding and writes the result to the output path with the specified output encoding.
Replaces strings in the given string and returns the result. Using this method is much faster than performing multiple search/replace calls in XSL substring methods.
Detailed Description
urn:WebWorks-XSLT-Extension-MultiSearchReplace
Replaces multiple strings in a single operation.
Member Function Documentation
Last modified date: 10/14/2020