<?xml version="1.0"?> <!-- some comment --> <root > <!-- some comment --> </root> <!-- some comment -->
Hmm, this is not my experience. Look at my XML file: It only works if I remove the comment!
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE ConstraintTypes SYSTEM "constraint_template.dtd"> <ConstraintTypes>
<!-- Definition von Benutzergruppen für die Zugriffskontrolle -->
<AccessControlGroups> <AccessControlGroup> <GroupName>schematic_designer</GroupName> <GuiRepresentation> <Prompt>Schematic Designer</Prompt> </GuiRepresentation> </AccessControlGroup> <AccessControlGroup> <GroupName>layout_designer</GroupName> <GuiRepresentation> <Prompt>Layout Designer</Prompt> </GuiRepresentation> </AccessControlGroup> </AccessControlGroups>
</ConstraintTypes>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]