Re: XML and DTD

Subject: Re: XML and DTD
From: Mike Brown <mike@xxxxxxxx>
Date: Thu, 1 Jun 2000 08:41:40 -0600 (MDT)
> When I call my xml file from my browser (IE)
> I can see it well formatted. But I don't know how I must do
> to see if it is "VALID".
> I have inserted into my xml file this row:
> 
> <?xml version="1.0" standalone="no"?>
> 
> Because if I have understood well
> "stanalone" identify with "yes" if I want that the check
> is only "well fomatted" and with "no" if the check
> is "valid document".

That's not what standalone means. You must use a validating XML parser
and your document must contain a <!DOCTYPE> pointing to or containing the
DTD to validate against. This has nothing to do with XSL. Why are you
asking here?

   - Mike
____________________________________________________________________
Mike J. Brown, software engineer at         My XML/XSL resources:
webb.net in Denver, Colorado, USA           http://www.skew.org/xml/


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread
  • XML and DTD
    • Mar Fior - Thu, 01 Jun 2000 14:06:58 CEST
      • Mike Brown - Thu, 1 Jun 2000 08:41:40 -0600 (MDT) <=