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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T22:46:58+00:00 2026-05-23T22:46:58+00:00

I have an XML File that looks like this: <?xml version=’1.0′ encoding=’UTF-8′ standalone=’yes’ ?>

  • 0

I have an XML File that looks like this:

<?xml version='1.0' encoding='UTF-8' standalone='yes' ?>
<allinfo>
  <filepath>/mnt/sdcard/Audio_Recorder/</filepath>
  <filename>newxml35500.3gp</filename>
  <annotation>
    <file>newxml35500.3gp</file>
    <timestamp>0:05</timestamp>
    <note>uuuouou</note>
  </annotation>
  <filepath>/mnt/sdcard/Audio_Recorder/</filepath>
  <filename>newxml35501.3gp</filename>
  <annotation>
    <file>newxml35501.3gp</file>
    <timestamp>0:04</timestamp>
    <note>tyty</note>
  </annotation>
</allinfo>

I am trying to add an addition annotation to the XML after it has been created so the XML has an additional:

<annotation>
  <file>blah</file>
  <timestamp>0:00</timestamp>
  <note>this is a note</note>
</annotation>

What is the best way to find the root and then write a few lines to the XML in Java? I have seen DocumentBuilderFactory get some use from others but I am not sure how to implement it correctly. Any help would be much appreciated.

  • 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-23T22:46:59+00:00Added an answer on May 23, 2026 at 10:46 pm

    This works:

        final DocumentBuilder documentBuilder = DocumentBuilderFactory.newInstance().newDocumentBuilder();
        final Document document = documentBuilder.parse(new ByteArrayInputStream("<foo><bar/></foo>".getBytes("UTF-8")));
        final Element documentElement = document.getDocumentElement();
        documentElement.appendChild(document.createElement("baz"));
    

    You will get:

    <foo><bar/><baz/></foo>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an XML/Soap file that looks like this: <?xml version=1.0 encoding=utf-8?> <soap:Envelope xmlns:soap=http://www.w3.org/2003/05/soap-envelope
I have an XML feed that looks like this: <?xml version=1.0 encoding=UTF-8?> <productFeed version=1.0
I have to parse an XML document that looks like this: <?xml version=1.0 encoding=UTF-8
I have a XML File like that <?xml version=1.0 encoding=utf-8 ?> <Configurations> <EmailConfiguration> <userName>xxxx</userName>
I have a XML file that looks like this <Licence> <Name>Test company</Name> <Version>1.1.1.1</Version> <NumberOfServer>2</NumberOfServer>
i have a web.config file that looks like this: <?xml version=1.0?> <configuration> <system.web> <compilation
Let's just say I have an XML file that looks like this: <?xml version=1.0
sI have an XML file that looks like the following... <a> <b> <version>1.0</version> <c>
I have an xml file that looks like this: <args> <sometag value=abc /> <anothertag
I have an XML file that starts like this: <Elements name=Entities xmlns=XS-GenerationToolElements> I'll have

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.