This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: XML and DTD


> 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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]