|
Subject: Re: [xsl] How do I validate against a schema? From: Francis Norton <francis@xxxxxxxxxxx> Date: Fri, 10 Jan 2003 08:57:13 +0000 |
--- C:\Desktop\xml\Demo>type msxsd.js // This file is: msxsd.js // first parameter is an XML files to be read in; // second parameter is the namespace; // third parameter is the schema file
var xmldoc = new ActiveXObject("Msxml2.DOMDocument.4.0");
xmldoc.async = false;
xmldoc.schemas = cache;
xmldoc.load(WScript.Arguments(0));C:\xml\Demo>msxsd books.xml "" books.xsd Microsoft (R) Windows Script Host Version 5.6 Copyright (C) Microsoft Corporation 1996-2001. All rights reserved.
C:\Documents and Settings\francis\Desktop\xml\Demo> ---
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] How do I validate against, S Woodside | Thread | RE: [xsl] How do I validate against, Michael Kay |
| RE: [xsl] Hi everbody, Edward . Middleton | Date | RE: [xsl] Max size?, Michael Kay |
| Month |