> <?xml version="1.0"?> 
> <?xml-stylesheet type="text/xsl" href="MeasDataCollection.xsl" ?>
> <!DOCTYPE MeasDataCollection SYSTEM "MeasDataCollection.dtd" >
> <mdc xmlns:HTML="http://www.w3.org/TR/REC-xml";> 

> the validating to true. I get the following  error.
> Root element mdc must match the Doctype MeasDataCollection.
> How can i fix this. 

make it 
<!DOCTYPE mdc SYSTEM "MeasDataCollection.dtd" >
as the error message says, the doctype must be the same as the root element

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to