Using Sun's XmlDocument, you have a method named changeNodeOwner( Node node), which allows you to set the parent of the node argument and all of its children. I need to change the code we have from Sun to w3c standards, but the Document class provided by w3c does not have this method. Is there...
I am currently experimenting with Oracle's XML Schema Validator for Java(compliant for W3C XML Schema Proposal version:20001024). I have an element definition in my schema as follows...
<xsd:element name="authorizer">
<xsd:complexType>
<xsd:attribute name="name"...
Do you guys know of any software companies, other than Sun (JSSE), that provide JSSE compliant implementations for SSL? Currently our application uses the following provider which is loaded dynamically...
com.sun.net.ssl.internal.ssl.Provider
...but we are looking for a different compliant...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.