vvv

C++ code posted
created at 14 Mar 15:38, updated at 28 May 19:06

Edit | Back
1
2
3
4
5
6
7
        /// <summary>
        /// validate an Xml from a StringXML
        /// </summary>
        /// <param name="xmlSource">StringXML</param>
        /// <param name="xsddir">Xsd Validator Path</param>
        /// <returns></returns>
        public bool validateStringXML(string xmlSource, string xsddir)
312 Bytes in 2 ms with coderay