Currently using Visual Studio Community Version, and I am trying to generate a Schema from SGML DTD.
When I open the SGML DTD I receive a ton of errors for example:
expecting system literal string,
Invalid token '>' at root level of document,
expecting keyword EMPTY or ANY. and so forth.
The DTD i have is valid in the SGML world.
When I go to XML - Create Schema, it generates a XSD Schema version of the SGML DTD however it does not generate <xs: sequence ref="xxxx"> information for required elements like the SGML DTD.
Is there some setup i am missing to prevent the SGML DTD errors when opening the file?
Is there some setup on the Create Schema that i need to receive the desired output?
Any Help would greatly be appreciated