DTD validation

webmasterbeta

New Member
Hi All,Suppose I want to use an external DTD to validate my XML document. I usea line like the following.<?xml version="1.0" ?><!DOCTYPE some-root-element SYSTEM "http://www.someCompany.com/dtd/some-root-element.dtd">...Well, does it mean that the website has to be available for my document tobe validated? What if the particular web site is down? Am I missing something?Thanks in advance,Mike
 
Back
Top