Skip to content

Instantly share code, notes, and snippets.

Created February 3, 2012 16:01
Show Gist options
  • Save anonymous/1730852 to your computer and use it in GitHub Desktop.
Save anonymous/1730852 to your computer and use it in GitHub Desktop.
Splicer job
<job>
<!-- The source URL for the PDF -->
<source href="http://1ticket.com/viewpdf2.asp?bypassid=%7BA0ECAFB4-B1DF-4DE7-BB96-DABA1C91BDCC%7D" />
<!-- When true ignore case when searching for matches -->
<option name="ignorecase" value="true" />
<!-- When false, allow substring matches -->
<option name="exact" value="false" />
<!-- A list of zero or more splices -->
<splices>
<!-- An example splice replacing TOM PETTY with NEIL YOUNG -->
<splice>
<search>
TOM PETTY
</search>
<replace>
NEIL YOUNG
</replace>
</splice>
</splices>
</job>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment