|
Yong,
I'm not quite sure. There might be an issue with the element that you are
retrieving from your document. Here is the code that works fine for
me:
//Get handle to Document
Builder Factory.
DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance(); //Create a new document
builder.
DocumentBuilder tempBuilder = factory.newDocumentBuilder(); Document tempDocument = null; tempDocument = tempBuilder.newDocument(); Element inputNode = tempDocument.createElement("InputParams"); inputNode.setAttribute("partnerName",partnerName);
|
Title: How to pass Element argument
- How to pass Element argument Yong Miao
- RE: How to pass Element argument Miguel Perez
- Unsubscribe me akshay saluja
- RE: How to pass Element argument Yong Miao
- RE: How to pass Element argument Miguel Perez
- RE: How to pass Element argument Yong Miao
- RE: How to pass Element argument Miguel Perez
- RE: How to pass Element argument bryan . hsu
- RE: How to pass Element argument Yong Miao
- RE: How to pass Element argument bryan . hsu
- RE: How to pass Element argument Yong Miao
- How to send and receive array and ar... Indrasish N Basuroychowdhury
