I have an xml file output from WordPress.
I have BBEdit as my main search tool.
I am on a Mac running 10.7.4
I am trying to find a muli-line block of text that starts with <item> and end with </item>
In the block, there must be <wp:status>publish</wp:status> and <wp:post_type>post</wp:post_type>
Does anyone have any idea how I would find that using GREP or Automator?
(Sorry I don't have enough rep to make better tags)