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 6088255
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T11:57:51+00:00 2026-05-23T11:57:51+00:00

That may be a shitty title. If anyone has a better idea for how

  • 0

That may be a shitty title. If anyone has a better idea for how to describe this question, happy to hear it.

If I’m building an XML document with ElementTree in Python, I can do something along the lines of

tag = ET.SubElement(root, 'tag')
tag.set('foo', 'true')
if bar
  tag.set('baz', 'false')

But with Builder in Ruby, The only way I can see how to set tag attributes is to do the following:

xml.tag :foo => 'true', :baz => 'false'

Is there a way for me to assign baz later after that point? Or do I have to rewrite the entire thing like so:

if bar
  xml.tag :foo => 'true', :baz => 'false'
else
  xml.tag :foo => 'true', :baz => 'true'
end
  • 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-23T11:57:51+00:00Added an answer on May 23, 2026 at 11:57 am

    Code is more clear when you don’t update in-place. Why not this?

    xml.tag :foo => 'true', :baz => (bar ? 'true' : 'false')
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This is a relatively simple question that may just not have a solution. Is
I have a question that may be quite naive, but I feel the need
to those that may have read my previous question that got solved a couple
I have a question that may have been answered over 9000 times before but
I have a component on an entity that may be null. This works in
My service has a thread that may potentially be executing a WinHttpSendRequest when someone
An Activity may inflate an arbitrary layout xml that may or may not have
I have a string that may look something like this: $r = 'Filed under:
That may seem like a broad question, but I'm talking specifically here about apps
That may be a stupid question, but if I declare a int variable in

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.