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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T06:41:58+00:00 2026-05-25T06:41:58+00:00

root = doc->getDocumentElement(); child=root->getLastChild(); DOMNode* removedElement = root->removeChild(child); removedElement->release(); The child is getting newline

  • 0
    root = doc->getDocumentElement();
    child=root->getLastChild();

    DOMNode* removedElement = root->removeChild(child);
    removedElement->release();

The child is getting newline character as a node if the XML file is like this:

     <root>
         <child1> </child1>
         <child2> text </child2>
      </root>

The same code is working fine and removing child if the XML file is of the format

     <root> <child1></child1><child2>text</child2> </root>

How can I get rid of it (the newline)?

  • 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-25T06:41:58+00:00Added an answer on May 25, 2026 at 6:41 am

    Found the answer myself.

    The understanding of DOM is different. The children of <root> in this case are the text nodes of root, child1, text node of child1, child2, text node of child2.
    So the number of children of root is 5. But generally, as per XML notations, we thought they are 2.
    So here when I try to remove the last child it is an error. We can remove that text node from child2.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I was previously loading an XML file by using: XDocument doc = XDocument.Load(File.xml); Visit(doc.Root);
I have the following code. from xml.dom.minidom import Document doc = Document() root =
Beside query string root folder how do i get the current doc library list(ListName)
[root@234571-app2 git]# ./test.py File ./test.py, line 4 with open(/home/git/post-receive-email.log,'a') as log_file: ^ SyntaxError: invalid
I am trying to parse the following XML file in Java and to store
How can i reference the document root from within an htaccess file? ie: i
I'm extracting some information from an XML file, and I want to perform some
In Java how do I output a carriage return in the resulting XML file,
I try to generate such XML using REXML <root> <add key='foo' value='bar'/> </root> But
I want to append some nodes to an xml document using Linq2XML. The file

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.