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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T23:43:15+00:00 2026-05-25T23:43:15+00:00

I want to Convert my Input Xml File into more customized xml file by

  • 0

I want to Convert my Input Xml File into more customized xml file by using XSLT 2.0.

This is my Input Xml File…

<w:document>

    <w:body>

             <w:p>
                  <w:pPr pStyle=”Normal”/>                

                  <w:r>
                      <w:t>Normal Paragraph1</w:t>
                  </w:r>
              </w:p>

             <w:p>
                  <w:pPr pStyle=”Normal”/>                

                  <w:r>
                      <w:t>Normal Paragraph2</w:t>
                  </w:r>
              </w:p>
             <w:p>
                  <w:pPr pStyle=”Heading1”/>                

                  <w:r>
                      <w:t>First Heading1 Paragraph</w:t>
                  </w:r>
              </w:p>

             <w:p>
                  <w:pPr pStyle=”Normal”/>                

                  <w:r>
                      <w:t>Normal Paragraph3</w:t>
                  </w:r>
              </w:p>
             <w:p>
                  <w:pPr pStyle=”Normal”/>                

                  <w:r>
                      <w:t>Normal Paragraph4</w:t>
                  </w:r>
              </w:p>

             <w:p>
                  <w:pPr pStyle=”Heading2”/>                

                  <w:r>
                      <w:t>First Heading2 Paragraph</w:t>
                  </w:r>
              </w:p>
             <w:p>
                  <w:pPr pStyle=”Normal”/>                

                  <w:r>
                      <w:t>Normal Paragraph5</w:t>
                  </w:r>
              </w:p>

             <w:p>
                  <w:pPr pStyle=”Heading3”/>                

                  <w:r>
                      <w:t>First Heading3 Paragraph</w:t>
                  </w:r>
              </w:p>
             <w:p>
                  <w:pPr pStyle=”Normal”/>                

                  <w:r>
                      <w:t>Normal Paragraph6</w:t>
                  </w:r>
              </w:p>

          <w:p>
                  <w:pPr pStyle=”Heading3”/>                

                  <w:r>
                      <w:t>Second Heading3 Paragraph</w:t>
                  </w:r>
              </w:p>
             <w:p>
                  <w:pPr pStyle=”Normal”/>                

                  <w:r>
                      <w:t>Normal Paragraph7</w:t>
                  </w:r>
              </w:p>


             <w:p>
                  <w:pPr pStyle=”Heading1”/>                

                  <w:r>
                      <w:t>Second Heading1 Paragraph</w:t>
                  </w:r>
              </w:p>
             <w:p>
                  <w:pPr pStyle=”Normal”/>                

                  <w:r>
                      <w:t>Normal Paragraph8</w:t>
                  </w:r>
              </w:p>

             <w:p>
                  <w:pPr pStyle=”Normal”/>                

                  <w:r>
                      <w:t>Normal Paragraph9</w:t>
                  </w:r>
              </w:p>

    </w:body>

</w:document>

And I Expected Output XML File is Given Below…

<Document>
<Paragraph>Normal Paragraph1</Paragraph>
<Paragraph>Normal Paragraph2</Paragraph>
<Heading1>
       <Title>First Heading1 Paragraph</Title>
       <Paragraph>Normal Paragraph3</Paragraph>
       <Paragraph>Normal Paragraph4</Paragraph>
       <Heading2>
           <Title>First Heading2 Paragraph</Title>
           <Paragraph>Normal Paragraph5</Paragraph>
           <Heading3>
              <Title>First Heading3 Paragraph</Title>
              <Paragraph>Normal Paragraph6</Paragraph>
           </Heading3>
           <Heading3>
              <Title>Second Heading3 Paragraph</Title>
              <Paragraph>Normal Paragraph7</Paragraph>
           </Heading3>
       </Heading2>
 </Heading1>
 <Heading1>
       <Title>Second Heading1 Paragraph</Title>
       <Paragraph>Normal Paragraph8</Paragraph>
       <Paragraph>Normal Paragraph9</Paragraph>
</Heading1>
</Document>
  • 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-25T23:43:15+00:00Added an answer on May 25, 2026 at 11:43 pm

    I think it’s possible. A XSLT manual is available under http://www.w3.org/TR/xslt.

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

Sidebar

Related Questions

I am trying to convert an HTML file into XML file using XSLT (Using
i want to convert my input Excel file into the Output XML file. If
I have an xml file and I want to convert into a xml file.
I want to convert an XML document containing many elements within a node (around
I want to write a java code to read the input XML file and
I want to use XSL to convert XML to another XML The input xml
There are times when I want to convert user input into its literal value
I want to convert my input into a timestamp value. I have only found
I'm using http://tidy.sourceforge.net/ to convert HTML to XHTML and I want to transform this
I want to convert a voice input into a raw text in English like

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.