If we can validate the html page without internet connection, the DTD file must be somewhere on local machine.
Can someone tell me the location of the DTD file OR how the page can get validated without internet connection?
|
|
How can the page be validated without an internet connection? There are two obvious possibilities. First, for any DTD, a special-purpose program can be constructed to validate documents against that DTD; since all the rules of the DTD are embodied by such a program, the DTD itself is not needed for such a program to run. Second, any program may ship with a local copy of the DTD in question. The HTML DTDs are relatively stable, so it's not difficult to cache a local copy, and in fact the W3C systems staff recommends that copies be cached locally. How can you find it? On a Unix box, you might type |
|||
|
|