RE: [xsl] list of error validate with XMLSchema

Subject: RE: [xsl] list of error validate with XMLSchema
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Thu, 19 Aug 2004 16:56:59 +0100
> Can I do a list of error validate XMLSchema?
> 
> Exemple:
> 
> if XMLDocument40.validate.errorCode <> 0 then
>    list.add(XMLDocument40.DefaultInterface.parseError.reason);
> 
> 

I'm sorry, I don't understand your question (it's not very good English),
and I don't understand your code (it's not very good Java!). 

Does this have anything to do with XSL?

Michael Kay

Current Thread