Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

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)

share|improve this question
I ended up export sql from WordPRess to cvs. Then i import into Filemaker where I wrote a series of scripts to link two tables and create a new xml file. -> mostly worked. – Nohl Sep 8 '12 at 1:05

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.