test

C++ code posted
created at 28 May 19:11

Edit | Back
1
2
3
4
5
6
7
8
        /// <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)
        {
323 Bytes in 2 ms with coderay