Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


Re: ASP & schema validation

From: "Yan" <treyPasdeSpam@-------.------[-----]--->
To: NULL
Date: 4/1/2004 9:40:00 AM
Hi,

Still the same :(

I can't use the load() function becase my XML doesn't come from a file but
from a String variable.

Bye,

Yan.

Han wrote:
> 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 !




transparent
Print
Mail
Like It
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent