RE: [xml-dev] IE and XML schema

From
Dare Obasanjo <>
To
Cirip Tomas <>, "XML-Dev mailing list (E-mail)" <>
Date
2002-12-09T21:59:21Z
ID
<>
Thread
RE: [xml-dev] IE and XML schema
IE does not do this and there is no way to make it do this without using
scripting. 

-- 
PITHY WORDS OF WISDOM 
Freedom is the right to be wrong not the right to do wrong.


This posting is provided "AS IS" with no warranties, and confers no
rights. 

>  
>  
> -----Original Message-----
> From: Cirip Tomas [mailto:] 
> Sent: Monday, December 09, 2002 11:16 AM
> To: XML-Dev mailing list (E-mail)
> Cc: ''
> 
> Mike,
> 
> I am sorry I should describe my problem more precisely. I 
> know how to define schema and how to associate schema with 
> XML document (xml file). The problem that I want user to open 
> XML document in IE, no VB no JavaScript. And I want IE to 
> validate XML document against schema, not just to perform 
> well-formedness check. After it was validated associated 
> default stylesheet will be applied and user will see it as 
> HTML in the browser. I am able to do that. Everything works 
> fine just browser doesn't use XML Schema to validate XML 
> document. Thanks
> 
> Tomas 
> 
> -----Original Message-----
> From: 
> [mailto:]
> Sent: December 9, 2002 12:47 PM
> To: ; ; 
> 
> Subject: RE: [xml-dev] IE and XML schema
> 
> 
> Quick correction:
> 
> <Change>
> the location and namespaces (if applicable) of the schema <Change/>
> 
> <To>
> the location and target namespace (if applicable) of the schema </To>
> 
> Original Message:
> -----------------
> From:  
> 
> Date: Mon, 9 Dec 2002 12:45:54 -0500
> To: , 
> Subject: RE: [xml-dev] IE and XML schema
> 
> 
> Cirip,
> 
> I'll address the XML document/schema portion - the location 
> and namespaces (if applicable) of the schema would need to be 
> specified at the top of the XML file. See the 
> "schemaLocation" and "noNamespaceSchemaLocation"
> attributes in the W3C Schema specifications.  
> 
> Please note that the schema location is only a hint - a 
> schema processor is not required by the specification to 
> honor it (so check the implementation
> - but I would expect MSXML v4 to honor it).
> 
> Joe Chiusano
> Booz | Allen | Hamilton
> 
> Original Message:
> -----------------
> From: Cirip Tomas 
> Date: Mon, 9 Dec 2002 12:01:03 -0500
> To: 
> Subject: [xml-dev] IE and XML schema
> 
> 
> Hi all,
> 
> is there any way to tell browser to validate XML document 
> against XML schema
> when it is loaded. I have IE 5.5 and MSXML v4 installed. Thank you
> 
> Tomas
> 
> -----------------------------------------------------------------
> The xml-dev list is sponsored by XML.org <http://www.xml.org>, an
> initiative of OASIS <http://www.oasis-open.org>
> 
> The list archives are at http://lists.xml.org/archives/xml-dev/
> 
> To subscribe or unsubscribe from this list use the subscription
> manager: <http://lists.xml.org/ob/adm.pl>
> 
> 
> --------------------------------------------------------------------
> mail2web - Check your email from the web at
> http://mail2web.com/ .
> 
> 
> 
> --------------------------------------------------------------------
> mail2web - Check your email from the web at
> http://mail2web.com/ .
> 
> 
> -----------------------------------------------------------------
> The xml-dev list is sponsored by XML.org <http://www.xml.org>, an
> initiative of OASIS <http://www.oasis-open.org>
> 
> The list archives are at http://lists.xml.org/archives/xml-dev/
> 
> To subscribe or unsubscribe from this list use the subscription
> manager: <http://lists.xml.org/ob/adm.pl>
> 
>