I want the source to be non-physic-file. I tried do type, parser.parse(MyDocument) where myDocument is the result of
The scenario is that i want to validate a xmldoc to a DTD before i write it down in a file. Accrding to my resources the parse-method only accepts, File, URL resource, InpuStream &
String data. So here is the deal really basic.
1. Load xml-flie from hd
2. Add more info to it
3. Validate old info + new info with a dtd
4. If sucessfull then write it down to a file on the hd.
Im done with all taks accept number 3. Validating the new document against a DTD.
Thanks for your time..
[ February 18, 2004: Message edited by: Je Th ]