I know this is a sore subject. I’m having a hell of a time trying to get a package created with a very simple XML and DTD file. The XML file compiles without issue. Do I need to compile DTD file? Do both files need to have same prefix? Must it match the package name?
When trying to test the XML, I get an expected markup declartion in line 2 col 3. My XML is well-formed with the DTD. What is Cloverleaf expecting? I got passed the encoding issue.
Why is this so difficult? Are there any special papers on this stuff? Is there a simple step by step on how to get through this? My brain hurts.