Remove my adress from mailing list

2000-08-03 Thread Schomisch
Hallo, Please remove my address [EMAIL PROTECTED] from the xerces-dev mailing list. This address is no longer a subscriber. Thanks Siegfried Schomisch -- Social Science Information Centre Department Research & Development Siegfried Schomisch, M.A. Lennestr. 30, D-53113

Reading a DTD and generate a valid XML Document

2000-03-23 Thread Schomisch
file String dtdfile = "department.dtd"; FileInputStream is = new FileInputStream(dtdfile); Parser parser = new Parser(dtdfile); DTD dtd = parser.readDTDStream(is); How can I do in this way in Xerces-Java 1.0.3? What is to do (steps)? with best regards Siegfried Schomisch

Full API Documentation in Xerces-J-bin.1.0.3

2000-03-21 Thread Schomisch
his package? I think, there are other packages "org.apache.xerces.validators.*" missing in the "Full API Documentation"? with best regards Siegfried Schomisch -- InformationsZentrum Sozialwissenschaften Abt. Forschung und Entwicklung Siegfried Schomisch, M.A. Le

Generating an XMLDocument with Xerces-J (1.0.3)

2000-03-20 Thread Schomisch
Hi, I works with Xerces-J (Version 1.0.3) in Visual Age for Java (Version 3.0). I have a DTD and I want to create/generate an XML-Document. Later on I want to put data from tables into the generated XML Document. Has anyone an idea to do this? with best regards Siegfried Schomisch

Converting '&lt;' in '<' ???

2000-03-20 Thread Schomisch
27; in '<' or '&gt;' in '>'. What must I do? It's a problem in my DTD (Entity Def.?) or a technical with the SAXParser With best regards Siegfried Schomisch -- InformationsZentrum Sozialwissenschaften Abt. Forschung und Entwicklung Siegfr