Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3456542
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T09:44:57+00:00 2026-05-18T09:44:57+00:00

I have over 300 items in a list that I need to change the

  • 0

I have over 300 items in a list that I need to change the structure of. They are currently structured like this:

<li rel="/images/employees/kristi-robison-animated.gif">
    <hgroup>
        <h1>Kristi Robison</h1>
        <h2>Senior Proofreader</h2>
    </hgroup>
    <img src="/images/css/shim.gif" data-static="/images/employees/kristi-robison-static.gif" alt="Kristi Robison">
</li>

… and I need to restructure it like this:

<li>
    <hgroup>
        <h1>Kristi Robison</h1>
        <h2>Senior Proofreader</h2>
    </hgroup>
    <img src="/images/css/shim.gif" data-static="/images/employees/kristi-robison-static.gif" data-animated="/images/employees/kristi-robison-animated.gif" alt="Kristi Robison">
</li>

Because there are so many I don’t want to go through and do this manually. Is there a way to do this with a regex and find-and-replace?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-18T09:44:58+00:00Added an answer on May 18, 2026 at 9:44 am

    Write a script, they’re really good at these things! Try piping your html file into this Ruby script for example:

    while line = gets
      if line[/^(.+?)<li rel="(.+?)">/]
        rel = $2
        line = "#$1<li>"
      elsif line[/^(.+?)<img src="(.+?)" data-static="(.+?)" alt="(.+?)">/]
        line = "#$1<img src=\"#$2\" data-static=\"#$3\" data-animated=\"#{rel}\" alt=\"#$4\">"
      end
      puts line
    end
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a switch statement that has over 300 case statements. case 'hello': {
I have taken over a project that was build from suggestions in this Dan
I have over 300 questions/prompts that I plan to include in the program. The
I have some data here that goes like this: 'US ' -- (5 spaces)
I've currently written a program in C++ that sometimes uses over 300 threads. In
I need to find out the prime factors of over 300 billion. I have
We all know the effects that lots of thrown exceptions can have over the
If I'm building an application that will have over 30 models, and I want
im planning to create a movie file that might have over 16,000 frames?i know
I'm sure it's something simple, but I have over 100 errors like: and: I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.