0

I have an SGML DTD (and related XML packet to go with it) that I need to validate.

How can I do this on OS X? It seems most XML tools don't 'get' SGML.

Neil Middleton
  • 22,105
  • 18
  • 80
  • 134

1 Answers1

0

There's a Perl library which parses both SGML and XML DTDs:

Paul Sweatte
  • 24,148
  • 7
  • 127
  • 265