Re: Automator actions and Grep: Extracting lines

2021-05-20 Thread jj
Miguel, If you are use Automator and AppleScript, "System Events" has some useful XML parsing functionality. See : https://developer.apple.com/library/archive/documentation/LanguagesUtilities/Conceptual/MacAutomationScriptingGuide/WorkwithXML.html Your input XML could be parsed with

Re: Automator actions and Grep: Extracting lines

2021-05-19 Thread Christopher Stone
On 05/19/2021, at 08:30, Miguel Perez mailto:maperezespin...@gmail.com>> wrote: > On a daily basis I get an XML file. This file contains information about some > dossiers. I need to extract two elements from each dossier: (1) a URL to > download associated images, and (2) the dossier's name.

Automator actions and Grep: Extracting lines

2021-05-19 Thread Miguel Perez
Hi! I have a question regarding Automator and BBEdit. *Context:* On a daily basis I get an XML file. This file contains information about some dossiers. I need to extract two elements from each dossier: (1) a URL to download associated images, and (2) the dossier's name. Here's an example of