OCLOperators XmlValidateWithSchemas

selfVM.XmlValidateWithSchemas(somexml,collection of urls to schemas)

This operator reads one or more XML Schemas and validates the supplied xml in regards to those schemas.

selfVM.XmlValidateWithSchemas( '<root/>' ,  Set{'http://www.gdsregistry.org/3.1/schemas/gs1/gdsn/CatalogueItemNotification.xsd'} )->foreach(s|self.Details.Add(Detail.Create);self.Details->last.Attribute1:=s)
This page was edited 96 days ago on 02/10/2024. What links here