1 Reply Latest reply on Aug 16, 2003 5:25 AM by tobiasschmidt

    DOM Document and Serialization

    tobiasschmidt

      Hello,

      I am using JBoss 3.0. I want to read a ResultSet from a Tamino XML Server. After getting the result, i create a Document Object of the Type org.w3c.dom.Document. The underlaying implementation of w3c.dom is xerces 2.4. The created Document should be transffered to the client.
      The problem is, that the Document received by the client could not be handled like a standard Document Object. The operation getElementsByTagName() fails. I have the nodes in my document, but i could not access them. I think it is a serialization problem.
      Have someone any ideas?

      THX

      Tobias