-
-
Save djtriptych/2244180 to your computer and use it in GitHub Desktop.
Splicer job
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<job> | |
<!-- The source URL for the PDF --> | |
<source href="http://1ticket.com/viewpdf2.asp?bypassid=%7BA0ECAFB4-B1DF-4DE7-BB96-DABA1C91BDCC%7D" /> | |
<!-- The callback URL to call when the job is complete --> | |
<option name="callback" value="http://1ticket.com/callback.asp" /> | |
<!-- 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> | |
JEFF FOXWORTHY | |
</search> | |
<replace> | |
PATRICE O'NEAL | |
</replace> | |
</splice> | |
</splices> | |
</job> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment