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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T17:41:32+00:00 2026-05-15T17:41:32+00:00

I am saving my files as xml documents, using XDocument.Save(path), and after saving and

  • 0

I am saving my files as xml documents, using XDocument.Save(path), and after saving and loading a document all of the line breaks have changed from “/r/n” to “/n/”. Why is this happening and how can I fix it?

  • 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-15T17:41:33+00:00Added an answer on May 15, 2026 at 5:41 pm

    You can use XmlWriterSettings to control what your line-break characters are:

    XmlWriterSettings xws = new XmlWriterSettings();
    xws.NewLineChars = "\r\n";
    using (XmlWriter xw = XmlWriter.Create("whatever.xml", xws))
    {
       xmlDocumentInstance.Save(xw);
    }
    

    Whatever you’re using to read in your XML might be normalizing your line endings.

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

Sidebar

Related Questions

I have an xml document which I transform, view in the browser and save
I have a fileupload control where i can upload xml documents. The XML files
I am trying to save a few files that all have the same name.
Using MSXML4, I am creating and saving an xml file: MSXML2::IXMLDOMDocument2Ptr m_pXmlDoc; //add some
I have a large xml file that looks like this: 20120124 07:30:15.301, saving to
I have a legacy app that seems to be exporting/saving files with CArchive (legacy
I have the following grabber that is downloading empty files and saving them to
I am trying to build a macro that formats all modified files before saving
I am saving a xml document object and it is saved in a xml
I try to follow the loading progress of big XML files (I'm not the

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.