OCLOperators XmlValidateWithSchemas
(Created page with "selfVM.XmlValidateWithSchemas(somexml,collection of urls to schemas) selfVM.XmlValidateWithSchemas( '<root/>' , Set{'http://www.gdsregistry.org/3.1/schemas/gs1/gdsn/Catalogu...")
 
No edit summary
Line 1: Line 1:
selfVM.XmlValidateWithSchemas(somexml,collection of urls to schemas)
selfVM.XmlValidateWithSchemas(somexml,collection of urls to 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)
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)

Revision as of 07:09, 17 August 2021

selfVM.XmlValidateWithSchemas(somexml,collection of urls to 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 97 days ago on 02/10/2024. What links here