- From: Bengul, Enis A CECOM SEC <bengul@mail1.MONMOUTH.ARMY.MIL>
- Date: Mon, 1 May 2000 09:59:53 -0400
- To: "'xmlschema-dev@w3.org'" <xmlschema-dev@w3.org>
- Message-ID: <DBF6C992E211D211A8D80000F80822E9015389E8@mail8.monmouth.army.mil>
I found out that MS DOM implementation has an extension to the W3C DOM standard called validateonparse. Havent tried it yet but for now used the MS Xml Notepad manually for my first schema. The Xml Notepad is a bit inconvenient because it identifies mistakes serially and is not particularly accurate in pointing out where the problem is. Anyways, eventually got my schema validated. I will check out Oracle's schema validation apis. -----Original Message----- From: Muhammad Tahir Awan [mailto:tawan@entrade.com] Sent: Wednesday, April 26, 2000 4:00 PM To: Bengul, Enis A CECOM SEC Subject: Re: Which Schema to use? I think DOM only takes care of well-formdness and there is nothing about Schema validation. I started using MSXML and decided to shift to Java and Oracle's Schema validation APIs. Tahir -----Original Message----- From: Bengul, Enis A CECOM SEC < bengul@mail1.MONMOUTH.ARMY.MIL <mailto:bengul@mail1.MONMOUTH.ARMY.MIL> > To: 'xmlschema-dev@w3.org' <mailto:'xmlschema-dev@w3.org'> < xmlschema-dev@w3.org <mailto:xmlschema-dev@w3.org> > Date: Wednesday, April 26, 2000 3:18 PM Subject: RE: Which Schema to use? Tx for the recommendations. My problem is that we will be using the Microsoft DOM (by including the msxml.dll file in our c++ program). I am wondering if this particular implementation of DOM will be able to load and process a schema file created according to W3C Apr 2000 draft. If the MS DOM implementation is incapable of understanding the Apr 2000 schema spec, then is there a DOM application that could do this? Otherwise, I would have to write all the code of processing the xml documents myself, which is a lot of work. Or could I use a subset of the Apr 2000 schema spec which MS DOM implementation would be able to handle? Enis -----Original Message----- From: petsa@us.ibm.com [ mailto:petsa@us.ibm.com <mailto:petsa@us.ibm.com> ] Sent: Friday, April 21, 2000 11:28 AM To: Bengul, Enis A CECOM SEC Cc: 'xmlschema-dev@w3.org' Subject: Re: Which Schema to use? XML Schema has a set of stable public drafts that are in the last call period for Candidate Recomendation. I suggest you use these. http://www.w3.org/TR/xmlschema-0/ http://www.w3.org/TR/xmlschema-1/ http://www.w3.org/TR/xmlschema-2/ All the best, Ashok
Received on Monday, 1 May 2000 10:00:22 UTC