[
Lists Home |
Date Index |
Thread Index
]
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:tomas.cirip@theimo.com]
> Sent: Monday, December 09, 2002 11:16 AM
> To: XML-Dev mailing list (E-mail)
> Cc: '511251@mclean6-mail.usae.bah.com'
>
> 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: 511251@mclean6-mail.usae.bah.com
> [mailto:511251@mclean6-mail.usae.bah.com]
> Sent: December 9, 2002 12:47 PM
> To: chiusano_joseph@bah.com; tomas.cirip@theimo.com;
> xml-dev@lists.xml.org
> 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: 511251@mclean6-mail.usae.bah.com
> 511251@mclean6-mail.usae.bah.com
> Date: Mon, 9 Dec 2002 12:45:54 -0500
> To: tomas.cirip@theimo.com, xml-dev@lists.xml.org
> 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 tomas.cirip@theimo.com
> Date: Mon, 9 Dec 2002 12:01:03 -0500
> To: xml-dev@lists.xml.org
> 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>
>
>
|