![]() |
![]() | ![]() | ![]() | Altova Mailing List Archives>Archive Index >microsoft.public.xml Archive Home >Recent entries [Thread Prev] >Thread Next - Re: ASP & schema validation Re: ASP & schema validationTo: NULL Date: 4/1/2004 4:22:00 PM Try something like this.
<%
set xmldoc = createobject("Msxml2.DOMDocument.4.0")
set SchemaCache = createobject("Msxml2.XMLSchemaCache.4.0")
xmldoc.async = false
SchemaCache.add "", server.mappath("x.xsd")
xmldoc.schemas = SchemaCache
response.write xmldoc.load(server.mappath("x.xml"))
%>
"Yan" <treyPasdeSpam@i...[point]com> wrote in message
news:OQoYfBwFEHA.2580@T......
> Hi,
>
> I'm trying to validate a XML stream against a schema, But I get this error
:
>
> Only XMLSchemaCache schema collections can be used
>
> The code is the following :
>
>
> set SchemaCache = server.createobject("Msxml2.XMLSchemaCache.4.0")
> SchemaCache.add "", server.MapPath("./metadata.xsd")
> xmlDoc.schemas = SchemaCache
> xmlDoc.validateOnparse=true
> res = loadXML(flux)
> set xmlDoc = NOTHING
> set SchemaCache = NOTHING
>
>
> The server is an up-to-date Win2k, SP4.
>
> If anyone has some ideas, thanks !
>
>
| ![]() | ![]() | ![]() |
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | |||
|
