python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Java: How to build a XML with namespace
I try to create a XML DOM with a namespace - but not sure how to do it.
import java.io.*;
import javax.xml.parsers.*;
import javax.xml.transform.*;
import javax.xml.transform.dom.*;
import javax.xml.t...

chris01
Votes: 0
Answers: 1
how to pick a text input field value and store into the existing drop down list
I am creating one drop down and in that dropdown I have a option called others, when others is selected, a new text box appear and user can enter any value. Now i want this entered value to be added t...

Kapil Raj
Votes: 0
Answers: 1
Closing Multiple Modals Using For Loop In JS, But Not Working
I am trying to close all of my modal windows using the for loop but somehow it is not working, kept showing me on console that it is undefined or false instead of true. I have wrote attached my script...
Ganda W Maung
Votes: 0
Answers: 0
Adding new tags to existing xml file results in adding tags in single line using DOM in Java
I have been trying to update the existing XML file by adding new multiple tags. For ex as shown below in the snippet, it works perfectly in local server wherein the same solution doesn't yield the req...
laxmi T
Votes: 0
Answers: 0