<?xml version="1.0"?>
has to be the first line in the document.
Thx. That was IMHO not the problem. I had XML comments in my XML file. Since I have removed them, everything is ok.
---- How can I add comments in my XML file without disturbing the dom parser? ----
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE ConstraintTypes SYSTEM "constraint_template.dtd"> <ConstraintTypes> <!-- comments like this are a problem -->
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
