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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T11:59:30+00:00 2026-06-13T11:59:30+00:00

I wrote This Code.It works great.But i have a trouble with its output string.

  • 0

I wrote This Code.It works great.But i have a trouble with its output string.

   public static String CreateIndexForImage() 
   throws IllegalArgumentException, IllegalStateException, IOException
{
   String Image_Name = "Bla BLa";

   static XmlSerializer xmlSerializer = Xml.newSerializer();
   static StringWriter writer = new StringWriter();
   xmlSerializer.setOutput(writer);

   xmlSerializer.startDocument("UTF-8", true);

   xmlSerializer.startTag("", "imagefile");
   xmlSerializer.startTag("", "image");
   xmlSerializer.startTag("", "name");

   xmlSerializer.text(Image_Name);

   xmlSerializer.endTag("", "name");
   xmlSerializer.endTag("", "image");
   xmlSerializer.endTag("", "imagefile"); 

   xmlSerializer.endDocument();

   return writer.toString();
 }

The output is like:

  <?xml version='1.0' encoding='UTF-8' standalone='yes' ?><imagefile><image><name>Bla Bla</name></image></imagefile>

But i want the output ordered like this:

 <?xml version='1.0' encoding='UTF-8' standalone='yes' ?>
 <imagefile>
      <image>
         <name>Bla BLa</name>
      </image>
 </imagefile>

Is there a method or something to write like this in XmlSerializer class or StringWriter class?
Otherwise i can do it another way to order the lines like above.

  • 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-13T11:59:31+00:00Added an answer on June 13, 2026 at 11:59 am

    Have you tried something like that?

    serializer.setProperty(
    "http://xmlpull.org/v1/doc/properties.html#serializer-indentation", "   ");
    
    serializer.setProperty(
    "http://xmlpull.org/v1/doc/properties.html#serializer-line-separator", "\n");
    

    I don’t know if this still works. Otherwise you can try something like that:

    serializer.setFeature("http://xmlpull.org/v1/doc/features.html#indent-output", true);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I wrote the code below and it works great and does its purpose but
Im new to ruby, wrote this code and works but i know is not
I wrote this code. The constructor works normally, but in the destructor I get
I wrote this code for zoom in/out . it works but even with one
I have this code to write to a file, it works perfect but I
I wrote this code that compiles on Solaris gcc it works fine too for
I have write this code but it does work only if I am already
I wrote this code in C# to encrypt a string with a key: private
I have a Rails app that saves files in mongo. This works great and
I know this is a messy implementation, but I basically have this code (I

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.