Perfect timing. I just recieved a project to create an XML solution with a client. The front end is easy I'm going to use the XMLServlet example that Sun ahs and the JAXP package to do the parsing. I've found examples on all this. What I haven't found yet is how to create an XML Document using a DTD,
java classes and the JAXP package. I need this to send status reports back to the client using an SSL Connection(agin I have plenty of examples of SSL sockets). Does anyone know of any?
TY in advance
