Automate list and S&R
I'm doing two different S&Rs in my AutomateList.
Only the first one seems to work.
In order to search the CSS file, I use "SetBookBrowserToAllCSS". Is that correct?
(The S&R works fine in the normal GUI, if I select the CSS dropdown instead of HTML)
Below is my automate list and the log.
Can anyone tell me what I'm doing wrong?
==
-automate01.txt
SetBookBrowserToAllHTML
RunSavedSearchReplaceAll SplitDoc
SplitOnSGFSectionMarkers
SetBookBrowserToAllCSS
RunSavedSearchReplaceAll FixCSS
==
-log
SetBookBrowserToAllHTML running
RunSavedSearchReplaceAll SplitDoc running
Loaded: SplitDoc
Replacements made: 26
Replacements made: 26
SplitOnSGFSectionMarkers running
Split completed. You may need to update the Table of Contents.
SetBookBrowserToAllCSS running
RunSavedSearchReplaceAll FixCSS running
Loaded: FixCSS
No replacements made
No replacements made
Automation List Completed
==
jmurphy
|