Home › Forums › DITA and XMetaL Discussion › "DTD note found" only on 32-bit machines › Reply To: "DTD note found" only on 32-bit machines
Reply to: "DTD note found" only on 32-bit machines
January 3, 2012 at 5:33 pmThanks Derek. The problem is as you said in your first reply: my dita_specialized.soc files had lines like this on a 64-bit machine:
PUBLIC "-//Microsoft//DTD My Custom Type//EN" "c:Program Files (x86)XMetaL 6.0AuthorDITAXACsmyTypemyType_ditabase.dtd"
(correct), but on a 32-bit machine the lines look like this:
PUBLIC "-//Microsoft//DTD My Custom Type//EN" "XMetaL 6.0AuthorDITAXACsmyTypemyType_ditabase.dtd"
This is a bug in my installer. Adding c:Program Files to the start of the path (on 32-bit machines) solves the problem. Thanks as always for the help!
Larry