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

  • Home
  • SEARCH
  • 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 8282479
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T10:23:08+00:00 2026-06-08T10:23:08+00:00

I have n xml file in which I want to change three elements. It’s

  • 0

I have n xml file in which I want to change three elements.
It’s the first, eighth and tenth <string> element. so the easiest approach, I guess, would be like this (But I am open to any other suggestions, Thanks!!):

DOM = xml.dom.minidom
doc = DOM.parse(open(FILENAME))

a = doc.getElementsByTagName('string')
for i in range(len(a)):
    if i == 0:
        a[i] = new Element with new Text
    if i == 7:
        a[i] = new Element with new Text
    if i == 9:
        a[i] = new Element with new Text

Thats my file basically:

<plist version="1.0">
<dict>
    <key></key>
    <string>CHANGE THIS</string>
    <string>aaa</string>
    <key>aaa</key>
        <dict>
            <key>aaa</key>
            <dict>
                <key>aaa</key>
                <string>aaa</string>
                <key>aaa</key>
                <false/>
            </dict>
            <key>aaa</key>
            <dict>
                <key>aaa</key>
                <string>aaaa.png</string>
                <key>aaa</key>
                <string>aaa</string>
                <key>aaa</key>
                <string>aaa</string>
            </dict>
        </dict>
        <key></key>
        <true/>
        <key></key>
        <string></string>
    <key></key>
    <string>CHANGE THIS</string>
    <key></key>
    <string></string>
    <key></key>
    <string>AND CHANGE THIS</string>
    <key></key>
    <string></string>
    <key></key>
    <string></string>
    <key></key>
    <key></key>
    <true/>
    <key></key>
    <string></string>
    <key></key>
    <key></key>
</dict>
</plist>
  • 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-06-08T10:23:10+00:00Added an answer on June 8, 2026 at 10:23 am

    I got this finally figured out myself.

    a = doc.getElementsByTagName('string')
    for i in range(len(a)):
        if i == 0:
            a[i].firstChild.nodeValue = myvalue1
        if i == 7:
            a[i].firstChild.nodeValue = myvalue2
        if i == 9:
            a[i].firstChild.nodeValue = myvalue3
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a XML-file, which contains the data of a calendar. I want to
I have written xml file which contains html tags as element like <component> <input
I have a xml file which I need to open with Microsoft Word 2007.
I have this xml file which has text init. i.e Hi my name is
I have an XML file which I need to parse using PHP and send
I have an XML file which XML parser choke on. A part of it
I have an XML file which has many section like the one below: <Operations>
I have an XML file which I'd like to parse into a non-XML (text)
I have an XML file which has to be transformed using XSLT, I am
I have a xml file which contains arabic characters.When i try to parse a

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.