CN110688823B - XML file verification method and device - Google Patents

XML file verification method and device Download PDF

Info

Publication number
CN110688823B
CN110688823B CN201910891859.9A CN201910891859A CN110688823B CN 110688823 B CN110688823 B CN 110688823B CN 201910891859 A CN201910891859 A CN 201910891859A CN 110688823 B CN110688823 B CN 110688823B
Authority
CN
China
Prior art keywords
file
xml
verified
rule
tag
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201910891859.9A
Other languages
Chinese (zh)
Other versions
CN110688823A (en
Inventor
王晓炜
顾颖颖
张潇丹
谢琳
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Bank of China Ltd
Original Assignee
Bank of China Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Bank of China Ltd filed Critical Bank of China Ltd
Priority to CN201910891859.9A priority Critical patent/CN110688823B/en
Publication of CN110688823A publication Critical patent/CN110688823A/en
Application granted granted Critical
Publication of CN110688823B publication Critical patent/CN110688823B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Abstract

The invention discloses an XML file verification method and device, wherein the method comprises the following steps: the interface file, the XML file to be verified and the XML standard message structure file corresponding to the XML file to be verified; determining a format verification rule of the XML file to be verified according to the XML standard message structure file; determining a content verification rule and a logic verification rule of the XML file to be verified according to the interface file; and verifying the XML file to be verified according to the format verification rule, the content verification rule and the logic verification rule. The XML file verification method and device provided by the invention can be used for verifying the XML file without manual comparison, so that manpower and material resources are effectively saved, and the comparison efficiency and the accuracy of the result are improved.

Description

XML file verification method and device
Technical Field
The invention relates to the technical field of bank data processing, in particular to an XML file verification method and device.
Background
The extensible markup language (Extensible Markup Language, XML) is a generic markup language that describes data through a series of simple and easily built tags that is easy to master and use. In the Internet environment, XML has become a powerful tool for processing structured document information. With the wide application of XML, how to verify an XML file, so as to ensure the correctness of the XML file is also paid attention gradually.
The existing XML verification method is usually characterized in that a tester manually compares the XML texts one by one according to interface files, so that a large amount of manpower and material resources are consumed, and the comparison efficiency and the accuracy of the result are very low.
Disclosure of Invention
The embodiment of the invention provides an XML file verification method, which is used for verifying an XML file, saving manpower and material resources and improving the comparison efficiency and the accuracy of the result, and comprises the following steps:
acquiring an interface file, an XML file to be verified and an XML standard message structure file corresponding to the XML file to be verified; the XML files to be verified are one file or a plurality of files or folders, and when the files are extracted from a server or a local folder, all XML files under the folder are extracted;
determining a format verification rule of the XML file to be verified according to the XML standard message structure file;
determining a content verification rule and a logic verification rule of the XML file to be verified according to the interface file;
according to the format verification rule, the content verification rule and the logic verification rule, verifying the XML file to be verified;
determining a format verification rule of the XML file to be verified according to the XML standard message structure file, wherein the format verification rule comprises the following steps: extracting tag names, tag sequences and circulating bodies from the XML standard message structure file, and taking the tag names, the tag sequences and the circulating bodies as format verification rules of the XML file to be verified;
verifying the XML file to be verified according to the format verification rule comprises the following steps: the tag names extracted from the XML standard message structure file, the tag sequence and the circulating body are respectively compared with the tag names of the XML files to be verified;
according to the interface file, determining a content verification rule of the XML file to be verified, including: extracting the data type and the data length of each tag from the interface file, and taking the data type and the data length of each tag as a content verification rule of the XML file to be verified; extracting a logic rule statement from the interface file, and taking the logic rule statement as a logic verification rule of the XML file to be verified;
verifying the XML file to be verified according to the content verification rule comprises the following steps: comparing the data type and the data length of each tag extracted from the interface file with the data type and the data length of the corresponding tag in the XML file to be verified; and verifying the XML file to be verified according to the logic rule statement extracted from the interface file.
The embodiment of the invention provides an XML file verification device which is used for verifying an XML file, saving manpower and material resources, improving comparison efficiency and accuracy of results, and the method and the device are as follows:
the file acquisition module is used for acquiring an interface file, an XML file to be verified and an XML standard message structure file corresponding to the XML file to be verified; the XML files to be verified are one file or a plurality of files or folders, and when the files are extracted from a server or a local folder, all XML files under the folder are extracted;
the first rule module is used for determining the format verification rule of the XML file to be verified according to the XML standard message structure file;
the second rule module is used for determining the content verification rule and the logic verification rule of the XML file to be verified according to the interface file;
the verification module is used for verifying the XML file to be verified according to the format verification rule, the content verification rule and the logic verification rule;
the first rule module is further to: extracting tag names, tag sequences and circulating bodies from the XML standard message structure file, and taking the tag names, the tag sequences and the circulating bodies as format verification rules of the XML file to be verified;
the verification module is further to: the tag names extracted from the XML standard message structure file, the tag sequence and the circulating body are respectively compared with the tag names of the XML files to be verified;
the second rule module is further configured to: extracting the data type and the data length of each tag from the interface file, and taking the data type and the data length of each tag as a content verification rule of the XML file to be verified; extracting a logic rule statement from the interface file, and taking the logic rule statement as a logic verification rule of the XML file to be verified;
the verification module is further to: comparing the data type and the data length of each tag extracted from the interface file with the data type and the data length of the corresponding tag in the XML file to be verified; and verifying the XML file to be verified according to the logic rule statement extracted from the interface file.
The embodiment of the invention also provides computer equipment, which comprises a memory, a processor and a computer program stored on the memory and capable of running on the processor, wherein the XML file verification method is realized when the processor executes the computer program.
The embodiment of the invention also provides computer equipment, which comprises a memory, a processor and a computer program stored on the memory and capable of running on the processor, wherein the XML file verification method is realized when the processor executes the computer program.
Compared with the scheme that a tester manually compares the XML text one by one according to the interface file in the prior art, the embodiment of the invention obtains the interface file, the XML file to be verified and the XML standard message structure file corresponding to the XML file to be verified; determining a format verification rule of the XML file to be verified according to the XML standard message structure file; determining a content verification rule and a logic verification rule of the XML file to be verified according to the interface file; and verifying the XML file to be verified according to the format verification rule, the content verification rule and the logic verification rule. According to the embodiment of the invention, the format, the content and the logic verification rule of the XML file to be verified are determined according to the XML standard message structure file and the interface file, and then the XML file to be verified is verified according to the rule, so that manual comparison is not needed, manpower and material resources are effectively saved, and the comparison efficiency and the accuracy of the result are improved.
Drawings
In order to more clearly illustrate the embodiments of the invention or the technical solutions in the prior art, the drawings that are required in the embodiments or the description of the prior art will be briefly described, it being obvious that the drawings in the following description are only some embodiments of the invention, and that other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art. In the drawings:
FIG. 1 is a schematic diagram of an XML document verification method in an embodiment of the invention;
fig. 2 is a block diagram of an XML document authentication apparatus according to an embodiment of the present invention.
Detailed Description
For the purpose of making the objects, technical solutions and advantages of the embodiments of the present invention more apparent, the embodiments of the present invention will be described in further detail with reference to the accompanying drawings. The exemplary embodiments of the present invention and their descriptions herein are for the purpose of explaining the present invention, but are not to be construed as limiting the invention.
In order to verify an XML file, save manpower and material resources, improve comparison efficiency and accuracy of results, an embodiment of the present invention provides an XML file verification method, as shown in FIG. 1, which may include:
step 101, acquiring an interface file, an XML file to be verified and an XML standard message structure file corresponding to the XML file to be verified;
step 102, determining a format verification rule of the XML file to be verified according to the XML standard message structure file;
step 103, determining a content verification rule and a logic verification rule of the XML file to be verified according to the interface file;
and step 104, verifying the XML file to be verified according to the format verification rule, the content verification rule and the logic verification rule.
As can be seen from fig. 1, in the embodiment of the present invention, by obtaining an interface file, an XML file to be verified and an XML standard message structure file corresponding to the XML file to be verified; determining a format verification rule of the XML file to be verified according to the XML standard message structure file; determining a content verification rule and a logic verification rule of the XML file to be verified according to the interface file; and verifying the XML file to be verified according to the format verification rule, the content verification rule and the logic verification rule. According to the embodiment of the invention, the format, the content and the logic verification rule of the XML file to be verified are determined according to the XML standard message structure file and the interface file, and then the XML file to be verified is verified according to the rule, so that manual comparison is not needed, manpower and material resources are effectively saved, and the comparison efficiency and the accuracy of the result are improved.
And in the specific implementation, acquiring an interface file, an XML file to be verified and an XML standard message structure file corresponding to the XML file to be verified.
In an embodiment, the XML standard message structure file is a standardized XML file, which is a standard for verifying a file format, and is used for verifying whether a tag and a sub-tag in the XML file to be verified conform to an XML specification receivable by a counterpart system, where the XML standard message structure file includes a tag name, a tag sequence, and a specification of a loop body.
In an embodiment, an interface file, an XML file to be verified and an XML standard message structure file corresponding to the XML file to be verified are obtained as follows:
acquiring a script parameter configuration file;
extracting a file corresponding to the path information from a server or a local folder according to the path information in the script parameter configuration file, wherein the path information comprises: path information of interface file, path information of XML file to be verified and path information of XML standard message structure file.
In this embodiment, the path information in the script parameter configuration file includes an XML standard message structure file, an interface file and an XML file to be verified, where the XML file to be verified may be one file, or may be multiple files, or may be a folder, and when extracting a file from a server or a local folder, all the XML files under the folder may be extracted.
When the method is implemented, the format verification rule of the XML file to be verified is determined according to the XML standard message structure file; determining a content verification rule and a logic verification rule of the XML file to be verified according to the interface file; and verifying the XML file to be verified according to the format verification rule, the content verification rule and the logic verification rule.
In an embodiment, determining a format verification rule of the XML file to be verified according to the XML standard message structure file includes: extracting tag names, tag sequences and circulating bodies from the XML standard message structure file, and taking the tag names, the tag sequences and the circulating bodies as format verification rules of the XML file to be verified; verifying the XML file to be verified according to the format verification rule comprises the following steps: and comparing the tag names extracted from the XML standard message structure file, the tag sequence and the circulating body with the tag names of the XML files to be verified respectively.
In an embodiment, determining a content verification rule of the XML file to be verified according to the interface file includes: extracting the data type and the data length of each tag from the interface file, and taking the data type and the data length of each tag as a content verification rule of the XML file to be verified; verifying the XML file to be verified according to the content verification rule comprises the following steps: and comparing the data type and the data length of each tag extracted from the interface file with the data type and the data length of the corresponding tag in the XML file to be verified.
In an embodiment, determining a logic verification rule of the XML file to be verified according to the interface file includes: extracting a logic rule statement from the interface file, and taking the logic rule statement as a logic verification rule of the XML file to be verified; verifying the XML file to be verified according to the logic verification rule comprises the following steps: and verifying the XML file to be verified according to the logic rule statement extracted from the interface file. In this embodiment, a list of logical rule statements needs to be manually added to the interface file, which requires manual filling of rules formulated by the script.
In an embodiment, the content specified by the logic verification rule includes: whether the value of the XML tag accords with service logic (such as whether the identity card information accords with the standard of the identity card information or not and whether the value accords with the specification of the national identity card or not); tag-to-tag relationship (specification of the tag's associated linkage value to a certain tag value); whether the tag is within the parameter list. For example, IF the logic rule statement of a certain tag writes an ID, it is identification card information that indicates whether the identification card meets the national regulation, IF the logic rule statement of the tag writes an "IF (/ CHTR/CCIFs/CCIF/CITP (tag Path)): (certificate type @ 1) @ gd (@ N); other @ @ ID ", it means that if (/ CHTR/CCIFs/CCIF/CITP) this tag is one of the parameter tables LIST, the value of the current tag takes a fixed value @ N, otherwise, the identification card is verified, wherein the parameter table LIST is in column 1 of the sheet named certificate type.
In the embodiment, the format verification rule, the content verification rule and the logic verification rule can be combined and expanded, and can be spliced according to the set rule. For example, defining "IF (xpath variable name): value 1@char (n) in the format verification rule; the value 2@ @ gd_number (m); other@@indicates that if a variable name is a value of 1, judging whether the verification of char is carried out, and if the verification length is within n bits, outputting a prompt if a space exists and a special character is wrong; if a certain variable is a value of 2, verifying that the fixed length of the field is a value and a length of m; if the values are not the above values, the content of the random filling combination verification in the rule description according to the script design is judged, such as gd (x), char (n).
In the embodiment, after the XML file to be verified is verified, the process of comparing each tag with the loop body, the content, the logic judgment rule process, the position and the result in each tag and the interface file are written into the log, and each XML file to be verified corresponds to one log, so that the subsequent reference is facilitated, and the output verification of the test result is also facilitated. Because the log record content is too much, besides the log corresponding to each XML file, a basic log is also provided for facilitating visual checking, success and failure results of each log are simply recorded, if the XML file to be verified passes verification, an 'XMLSCESCESS' is recorded in the result file, if the XML file to be verified fails verification, an 'XMLeRROR' is recorded in the result file, and if a specific failure reason is checked, the result file only needs to be checked in the log corresponding to the XML file.
Based on the same inventive concept, the embodiment of the invention also provides an XML file verification device, as described in the following embodiment. Since the principles of solving the problems are similar to those of the XML document verification method, the implementation of the device can be referred to the implementation of the method, and the repetition is omitted.
Fig. 2 is a structural diagram of an XML file verification apparatus according to an embodiment of the present invention, as shown in fig. 2, the apparatus includes:
the file acquisition module 201 is configured to acquire an interface file, an XML file to be verified, and an XML standard message structure file corresponding to the XML file to be verified;
a first rule module 202, configured to determine a format verification rule of the XML file to be verified according to the XML standard message structure file;
a second rule module 203, configured to determine, according to the interface file, a content verification rule and a logic verification rule of the XML file to be verified;
and the verification module 204 is configured to verify the XML file to be verified according to the format verification rule, the content verification rule and the logic verification rule.
In one embodiment, the file obtaining module 201 is further configured to obtain an interface file, an XML file to be verified, and an XML standard message structure file corresponding to the XML file to be verified in the following manner:
acquiring a script parameter configuration file;
extracting a file corresponding to the path information from a server or a local folder according to the path information in the script parameter configuration file, wherein the path information comprises: path information of interface file, path information of XML file to be verified and path information of XML standard message structure file.
In one embodiment, the first rule module 202 is further configured to: extracting tag names, tag sequences and circulating bodies from the XML standard message structure file, and taking the tag names, the tag sequences and the circulating bodies as format verification rules of the XML file to be verified;
the verification module 204 is further configured to: and comparing the tag names extracted from the XML standard message structure file, the tag sequence and the circulating body with the tag names of the XML files to be verified respectively.
In one embodiment, the second rule module 203 is further configured to: extracting the data type and the data length of each tag from the interface file, and taking the data type and the data length of each tag as a content verification rule of the XML file to be verified;
the verification module 204 is further configured to: and comparing the data type and the data length of each tag extracted from the interface file with the data type and the data length of the corresponding tag in the XML file to be verified.
In one embodiment, the second rule module 203 is further configured to: extracting a logic rule statement from the interface file, and taking the logic rule statement as a logic verification rule of the XML file to be verified;
the verification module 204 is further configured to: and verifying the XML file to be verified according to the logic rule statement extracted from the interface file.
In summary, the embodiment of the invention obtains the interface file, the XML file to be verified and the XML standard message structure file corresponding to the XML file to be verified; determining a format verification rule of the XML file to be verified according to the XML standard message structure file; determining a content verification rule and a logic verification rule of the XML file to be verified according to the interface file; and verifying the XML file to be verified according to the format verification rule, the content verification rule and the logic verification rule. According to the embodiment of the invention, the format, the content and the logic verification rule of the XML file to be verified are determined according to the XML standard message structure file and the interface file, and then the XML file to be verified is verified according to the rule, so that manual comparison is not needed, manpower and material resources are effectively saved, and the comparison efficiency and the accuracy of the result are improved.
It will be appreciated by those skilled in the art that embodiments of the present invention may be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems) and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flowchart illustrations and/or block diagrams, and combinations of flows and/or blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
The foregoing description of the embodiments has been provided for the purpose of illustrating the general principles of the invention, and is not meant to limit the scope of the invention, but to limit the invention to the particular embodiments, and any modifications, equivalents, improvements, etc. that fall within the spirit and principles of the invention are intended to be included within the scope of the invention.

Claims (6)

1. An XML document validation method, comprising:
acquiring an interface file, an XML file to be verified and an XML standard message structure file corresponding to the XML file to be verified; the XML files to be verified are one file or a plurality of files or folders, and when the files are extracted from a server or a local folder, all XML files under the folder are extracted;
determining a format verification rule of the XML file to be verified according to the XML standard message structure file;
determining a content verification rule and a logic verification rule of the XML file to be verified according to the interface file;
according to the format verification rule, the content verification rule and the logic verification rule, verifying the XML file to be verified;
determining a format verification rule of the XML file to be verified according to the XML standard message structure file, wherein the format verification rule comprises the following steps: extracting tag names, tag sequences and circulating bodies from the XML standard message structure file, and taking the tag names, the tag sequences and the circulating bodies as format verification rules of the XML file to be verified;
verifying the XML file to be verified according to the format verification rule comprises the following steps: the tag names extracted from the XML standard message structure file, the tag sequence and the circulating body are respectively compared with the tag names of the XML files to be verified;
according to the interface file, determining a content verification rule of the XML file to be verified, including: extracting the data type and the data length of each tag from the interface file, and taking the data type and the data length of each tag as a content verification rule of the XML file to be verified; extracting a logic rule statement from the interface file, and taking the logic rule statement as a logic verification rule of the XML file to be verified;
verifying the XML file to be verified according to the content verification rule comprises the following steps: comparing the data type and the data length of each tag extracted from the interface file with the data type and the data length of the corresponding tag in the XML file to be verified; and verifying the XML file to be verified according to the logic rule statement extracted from the interface file.
2. The method of claim 1, wherein the interface file, the XML file to be verified and the XML standard message structure file corresponding to the XML file to be verified are obtained as follows:
acquiring a script parameter configuration file;
extracting a file corresponding to the path information from a server or a local folder according to the path information in the script parameter configuration file, wherein the path information comprises: path information of interface file, path information of XML file to be verified and path information of XML standard message structure file.
3. An XML document authentication apparatus, comprising:
the file acquisition module is used for acquiring an interface file, an XML file to be verified and an XML standard message structure file corresponding to the XML file to be verified; the XML files to be verified are one file or a plurality of files or folders, and when the files are extracted from a server or a local folder, all XML files under the folder are extracted;
the first rule module is used for determining the format verification rule of the XML file to be verified according to the XML standard message structure file;
the second rule module is used for determining the content verification rule and the logic verification rule of the XML file to be verified according to the interface file;
the verification module is used for verifying the XML file to be verified according to the format verification rule, the content verification rule and the logic verification rule;
the first rule module is further to: extracting tag names, tag sequences and circulating bodies from the XML standard message structure file, and taking the tag names, the tag sequences and the circulating bodies as format verification rules of the XML file to be verified;
the verification module is further to: the tag names extracted from the XML standard message structure file, the tag sequence and the circulating body are respectively compared with the tag names of the XML files to be verified;
the second rule module is further configured to: extracting the data type and the data length of each tag from the interface file, and taking the data type and the data length of each tag as a content verification rule of the XML file to be verified; extracting a logic rule statement from the interface file, and taking the logic rule statement as a logic verification rule of the XML file to be verified;
the verification module is further to: comparing the data type and the data length of each tag extracted from the interface file with the data type and the data length of the corresponding tag in the XML file to be verified; and verifying the XML file to be verified according to the logic rule statement extracted from the interface file.
4. The apparatus of claim 3, wherein the file obtaining module is further configured to obtain an interface file, an XML file to be verified, and an XML standard message structure file corresponding to the XML file to be verified, in the following manner:
acquiring a script parameter configuration file;
extracting a file corresponding to the path information from a server or a local folder according to the path information in the script parameter configuration file, wherein the path information comprises: path information of interface file, path information of XML file to be verified and path information of XML standard message structure file.
5. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the processor implements the method of any of claims 1 to 2 when executing the computer program.
6. A computer readable storage medium, characterized in that the computer readable storage medium stores a computer program for executing the method of any one of claims 1 to 2.
CN201910891859.9A 2019-09-20 2019-09-20 XML file verification method and device Active CN110688823B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910891859.9A CN110688823B (en) 2019-09-20 2019-09-20 XML file verification method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910891859.9A CN110688823B (en) 2019-09-20 2019-09-20 XML file verification method and device

Publications (2)

Publication Number Publication Date
CN110688823A CN110688823A (en) 2020-01-14
CN110688823B true CN110688823B (en) 2023-08-22

Family

ID=69109795

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910891859.9A Active CN110688823B (en) 2019-09-20 2019-09-20 XML file verification method and device

Country Status (1)

Country Link
CN (1) CN110688823B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113761879B (en) * 2020-06-01 2024-02-20 中国电信股份有限公司 Message format verification method, device and storage medium
CN112507685B (en) * 2020-11-30 2022-10-14 锐捷网络股份有限公司 YANG file verification method and device, electronic equipment and storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102402556A (en) * 2010-09-16 2012-04-04 深圳市金蝶中间件有限公司 XML (extensive makeup language) file checking method and device
CN105225066A (en) * 2015-10-27 2016-01-06 东软集团股份有限公司 The verification method of workflow legitimacy and demo plant
CN105824791A (en) * 2016-03-17 2016-08-03 北京信息科技大学 Reference format checking method
CN108345512A (en) * 2018-03-19 2018-07-31 重庆金融资产交易所有限责任公司 Data verification method, server and storage medium
CN109379326A (en) * 2018-08-29 2019-02-22 中国建设银行股份有限公司 XML message rule method of calibration, equipment and storage medium

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7451394B2 (en) * 2004-04-30 2008-11-11 Convergys Cmg Utah System and method for document and data validation
US8875013B2 (en) * 2008-03-25 2014-10-28 International Business Machines Corporation Multi-pass validation of extensible markup language (XML) documents

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102402556A (en) * 2010-09-16 2012-04-04 深圳市金蝶中间件有限公司 XML (extensive makeup language) file checking method and device
CN105225066A (en) * 2015-10-27 2016-01-06 东软集团股份有限公司 The verification method of workflow legitimacy and demo plant
CN105824791A (en) * 2016-03-17 2016-08-03 北京信息科技大学 Reference format checking method
CN108345512A (en) * 2018-03-19 2018-07-31 重庆金融资产交易所有限责任公司 Data verification method, server and storage medium
CN109379326A (en) * 2018-08-29 2019-02-22 中国建设银行股份有限公司 XML message rule method of calibration, equipment and storage medium

Also Published As

Publication number Publication date
CN110688823A (en) 2020-01-14

Similar Documents

Publication Publication Date Title
CN107844417B (en) Test case generation method and device
US10620945B2 (en) API specification generation
CN107145437B (en) Java annotation test method and device
CN103488482A (en) Method and device for generating test cases
CN106682036A (en) Data exchange system and exchange method thereof
CN110688823B (en) XML file verification method and device
CN106960058A (en) A kind of structure of web page alteration detection method and system
CN106250319A (en) Static code scanning result treating method and apparatus
CN107632909B (en) Method and system for automatically testing device functions
CN113761879B (en) Message format verification method, device and storage medium
CN106874173A (en) The method of testing and device of Page Template
CN103699482B (en) Method and device for testing reasonableness of controls
CN115543832A (en) Software code standard detection method, system, equipment and storage medium
EP2535813B1 (en) Method and device for generating an alert during an analysis of performance of a computer application
CN102521124B (en) Method and system for outputting failure reasons
CN110633204B (en) Program defect detection method and device
CN114238733A (en) Key information extraction method and device, computer storage medium and electronic equipment
CN111400245B (en) Art resource migration method and device
CN112052184A (en) Automatic generation method and device for test script and storage medium
CN111882419A (en) Method and device for quality inspection of files and server
US20120054713A1 (en) Method for Generating Specifications of Static Test
CN112445461A (en) Business rule generation method and device, electronic equipment and readable storage medium
CN115576959B (en) Real-time quality inspection method and device, electronic equipment and storage medium
CN111125743A (en) Authority management method, system, computer device and computer readable storage medium
CN104572595A (en) Word stock check device and word stock check method

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant