Does anyone know how one would parse an XML Schema from the command line. I know how to do it with 'dtgen.exe' for a DTD, but if it will not work with a schema.
Lynn, I know that dtgen is for SGML DTDs and that it does the same thing as the compile_doctype command. There is also a -xml argument for compile_doctype.
Perhaps it is as simple as compile_doctype [doctypeDir] -xml
Not sure if this is the correct answer....probably a better way...but I perform and eic from the command line then I'll make a minor change in my FOSI and save it, which forces a parsing function. 🙂 I'm sure someone has a better answer. 🙂
Lynn, I wonder if Check Completeness would work. Editor provides two levels of validation - context checking and completeness checking. The description of completeness checking in the Editor help only mentions DTD, because I think that is old Help content. I wonder if a -cc argument when opening the file from the command line would get you anywhere? Your completeness check log window might be helpful then...