I have a xml file which includes (what's the word to use here?) an external DTD file. How do I use the W3C Markup Validation Service when only 1 file can be uploaded? I tried both and it says "Sorry! This document can not be checked."
This is a discussion on how do I use the W3C validator on a DTD file? within the Tech Board forums, part of the Community Boards category; I have a xml file which includes (what's the word to use here?) an external DTD file. How do I ...
I have a xml file which includes (what's the word to use here?) an external DTD file. How do I use the W3C Markup Validation Service when only 1 file can be uploaded? I tried both and it says "Sorry! This document can not be checked."
That validator is probably not the one you want to use. Use this: XML Schema (REC (20010502) version, as amended) Checking Service... although, if you don't use anything from W3 at all, I'm not sure why a validator would help.
Last edited by whiteflags; 06-04-2011 at 03:06 AM.
Originally Posted by phantomotap
A DTD can be embedded in an XML document too - it doesn't have to be external.
Mac and Windows cross platform programmer. Ruby lover.
Quote of the Day
12/20: Mario F.:I never was, am not, and never will be, one to shut up in the face of something I think is fundamentally wrong.
Amen brother!
Ok thanks got it working.