Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

216
Views
HCL Domino 11 - Javascript - How to extract value of <w:t> tag from XML and display in word document?

I have a response XML that I got from xmlhttprequest. I have pasted the part of XML below which has <w:p><w:r><w:t> tags. I need to extract the content of <w:t> tag and display in word document. How can I achieve this ? I am looking for Javascript code or Java Apache POI.

<w:body>
    -<w:p w:rsidP="005F7201" w:rsidRDefault="005E6C4D" w:rsidR="00630BE9">
      -<w:pPr>
       <w:pStyle w:val="NoSpacing"/>
       <w:jc w:val="left"/>
       <w:tabs> </w:tabs>
      </w:pPr>
    -<w:r>
     -<w:rPr>
      <w:rFonts w:ascii="Times New Roman"/>
      <w:sz w:val="22"/>
      <w:szCs w:val="22"/>
     </w:rPr>
     <w:t xml:space="preserve"/>
    </w:r>
    </w:p>
    -<w:p w:rsidP="005F7201" w:rsidRDefault="005E6C4D" w:rsidR="00630BE9">
      -<w:pPr>
       <w:pStyle w:val="NoSpacing"/>
       <w:jc w:val="left"/>
       -<w:tabs>
        <w:tab w:val="left" w:pos="1"/>
        <w:tab w:val="left" w:pos="6480"/>
       </w:tabs>
      </w:pPr>
    -<w:r>
    -<w:rPr>
      <w:rFonts w:ascii="Times New Roman"/>
      <w:sz w:val="22"/>
      <w:szCs w:val="22"/>
    </w:rPr>
    <w:tab/>
    <w:t xml:space="preserve">LOST CREEK CARE CENTER</w:t>
    </w:r>
    -<w:r>
     -<w:rPr>
      <w:rFonts w:ascii="Times New Roman"/>
      <w:sz w:val="22"/>
      <w:szCs w:val="22"/>
     </w:rPr>
     <w:tab/>
     <w:t xml:space="preserve">LOST CREEK CARE CENTER</w:t>
    </w:r>
    </w:p>
  </w:body>
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!