CN102402556A - XML (extensive makeup language) file checking method and device - Google Patents

XML (extensive makeup language) file checking method and device Download PDF

Info

Publication number
CN102402556A
CN102402556A CN2010102871460A CN201010287146A CN102402556A CN 102402556 A CN102402556 A CN 102402556A CN 2010102871460 A CN2010102871460 A CN 2010102871460A CN 201010287146 A CN201010287146 A CN 201010287146A CN 102402556 A CN102402556 A CN 102402556A
Authority
CN
China
Prior art keywords
file
verification
xsl
xml
rule
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.)
Pending
Application number
CN2010102871460A
Other languages
Chinese (zh)
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.)
Shenzhen Kingdee Middleware Co ltd
Original Assignee
Shenzhen Kingdee Middleware Co 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 Shenzhen Kingdee Middleware Co ltd filed Critical Shenzhen Kingdee Middleware Co ltd
Priority to CN2010102871460A priority Critical patent/CN102402556A/en
Publication of CN102402556A publication Critical patent/CN102402556A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Document Processing Apparatus (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention discloses an XML (extensive makeup language) file checking method which comprises the following steps: acquiring a to-be-checked XML file check rule set by a user; generating an XSL (extensible stylesheet language) check file corresponding to the check rule; acquiring a to-be-checked XML file; and checking the to-be-checked XML file according to the XSL check file and outputting the check result. The invention also discloses an XML file check device which comprises a check rule acquiring module, an XSL check file generating module, a to-be-checked XML file acquiring module and a check result output module. According to the invention, the XSL check file corresponding to the check rule is generated, and the to-be-checked XML file is checked according to the XSL check file, so that the content of the XML file can be check by only modifying the user check rule without modifying the content of the XML file, thus the user only needs to pay attention to the writing of the check rule and has no need of worrying the logic change of the XML file.

Description

The method of calibration of XML file and device
Technical field
The present invention relates to the file verification field, particularly a kind of method of calibration of XML file and device.
Background technology
XML (Extensible Markup Language, extend markup language) is a kind of generalized markup language, and it is described data through a series of simple and marks that be convenient to set up, is easy to grasp and use.In the Internet environment, XML has become the strong instrument of current Processing Structure fileinfo.Along with the widespread use of XML, how the XML file is carried out verification, thereby the correctness of guaranteeing the XML file comes into one's own progressively also.
In the prior art,, realize verification to the XML file through in the XML file, embedding check logic code with verification rule.This code is present in the XML file as the part of XML file, in the XML running paper, has promptly realized the verification to the XML file.
In realizing process of the present invention, the inventor finds that there is following problem at least in prior art:
In the XML file, embed and have check logic functional programs code; Though file content that can be right carries out verification; But upgrade the verification rule if desired, then need get into the XML file, change this and have check logic functional programs code; This is for concerning whole XML file and uncomprehending programmer, and is very complicated, be difficult to realize; And,, be unacceptable thereby revise the verification rule, thereby can not upgrade the verification rule through entering XML file if the XML file is issued.
Summary of the invention
In order to realize need not to revise the XML file, can realize verification to the XML file, the embodiment of the invention provides a kind of method of calibration of XML file, and said method comprises:
Obtain the verification rule of the XML file to be verified of user's setting;
Generate the corresponding XSL verification file of said verification rule;
Obtain said XML file to be verified;
According to said XSL verification file said XML file to be verified is carried out verification, the output verification result.
Also comprise after the said verification rule that the said user of obtaining is provided with:
Judge whether said verification rule is the XML form, if not, then convert said verification rule to the XML form.
The corresponding XSL verification file of the said verification rule of said generation specifically comprises;
According to said verification rule, generate Xpath matching inquiry file;
According to said verification rule, generate the XSLT convert file;
Generate the XSL verification file according to said Xpath matching inquiry file and said XSLT convert file.
Saidly according to said XSL verification file said XML file to be verified is carried out verification, output verification is the result specifically comprise:
In said XML file to be verified, search the part with said verification rule match according to the said Xpath matching inquiry file in the said XSL verification file;
Said XSLT convert file according in the XSL verification file is changed said compatible portion, obtains transformation result;
According to transformation result output verification result.
The embodiment of the invention provides a kind of calibration equipment method of XML file, and said device comprises:
The verification rule acquisition module is used to obtain the verification rule of the XML file to be verified that the user is provided with;
XSL verification file generation module is used to generate the corresponding XSL verification file of said verification rule;
XML file acquisition module to be verified is used to obtain said XML file to be verified;
The check results output module is used for according to said XSL verification file said XML file to be verified being carried out verification, the output verification result.
Said device also comprises:
Format converting module is used to judge whether said verification rule is the XML form, if not, then convert said verification rule to the XML form.
Said XSL verification file generation module specifically comprises;
Xpath matching inquiry file generating unit is used for generating Xpath matching inquiry file according to said verification rule;
XSLT convert file generation unit is used for generating the XSLT convert file according to said verification rule;
XSL verification file generation unit is used for generating the XSL verification file according to said Xpath matching inquiry file and said XSLT convert file.
Said check results output module specifically comprises:
The rule match unit is used for said Xpath matching inquiry file according to said XSL verification file and in said XML file to be verified, searches the part with said verification rule match;
The coupling converting unit is used for according to the said XSLT convert file of XSL verification file said compatible portion being changed, and obtains transformation result;
The check results output unit is used for according to transformation result output verification result.
The beneficial effect that the technical scheme that the embodiment of the invention provides is brought is:
The embodiment of the invention is through generating the corresponding XSL verification file of said verification rule; According to said XSL verification file said XML file to be verified is carried out verification; Realized need not to revise the XML file content; Only revising user's verification rule can be to the verification of carrying out of XML file content, thereby makes the user only need pay close attention to writing of verification rule, does not worry that XML file logic can change.
Description of drawings
Fig. 1 is the process flow diagram of the XML file verification method that provides in the embodiment of the invention 1;
Fig. 2 is the process flow diagram of the XML file verification method that provides in the embodiment of the invention 2;
Fig. 3 is the structural representation of the XML file verification device that provides in the embodiment of the invention 3.
Embodiment
For making the object of the invention, technical scheme and advantage clearer, will combine accompanying drawing that embodiment of the present invention is done to describe in detail further below.
Embodiment 1
As shown in Figure 1, present embodiment provides a kind of method of calibration of XML file, and this method comprises:
S101: the verification rule of obtaining the XML file to be verified of user's setting;
S102: generate the corresponding XSL verification file of said verification rule;
S103: obtain said XML file to be verified;
S104: said XML file to be verified is carried out verification, the output verification result according to said XSL verification file.
Present embodiment is through generating the corresponding XSL verification file of said verification rule; According to said XSL verification file said XML file to be verified is carried out verification; Realized need not to revise the XML file content; Only revising user's verification rule can be to the verification of carrying out of XML file content, thereby makes the user only need pay close attention to writing of verification rule, does not worry that XML file logic can change.
Embodiment 2
As shown in Figure 2, present embodiment provides a kind of method of calibration of XML file, and this method comprises:
S201: the user is provided with the verification rule of XML file to be verified;
Wherein, said verification rule can adopt any existing program language to write, and is preferred, and the user can adopt XML or Xpath to write this verification rule.
Wherein, Xpath is a language of in the XML file, searching information.XPath is used for navigating through element and attribute at the XML file.
S202: obtain the verification rule that the user is provided with;
Concrete, obtain the verification rule of user for XML file edit to be verified.Wherein, the XML file is made up of mark, element, attribute, and example 1 is an XML file, is example with example 1, and mark, element, attribute are in this document:
Mark: the text between the left angle brackets " < " and right angle bracket ">".Mark is divided into beginning label, as<name>And end mark, as</Name>
Element: all contents between beginning label and the end mark.As promptly<name>With</Name>Comprise two child elements:<firstName>With<lastName>
Attribute: " title---the value " in the beginning label of an element is right.Like City is attribute of an element among the mark User.
Example 1:
<User?City=″BeiJing″>
<Name>
<FirstName>Xiao</FirstName>
<LastName>Ming</LastName>
</Name>
<Sex>Male</Sex>
<Age>22</Age>
</User>
To the XML file of example shown in 1, its verification rule can for: father's mark of mark Name is User, and the attribute of father's mark User is City=" BeiJing "
S203: judge whether said verification rule is the file of XML file layout, if not, then said verification rule is converted to the file of XML file layout;
Concrete, through the language conversion database is set, this verification rule is converted to the file of XML file layout.
Wherein, judging whether said verification rule is the file of XML file layout, is not the file prior art of the verification rule conversion XML file layout of XML file layout, and those skilled in the art are easy to realize that concrete grammar repeats no more here.
Present embodiment does not limit the language of verification rule; The technician that can make distinct program language field is through originally being the method for calibration of the XML file that provides of embodiment; Write of the carry out verification of the verification rule of XML file, enlarged the usable range that present embodiment provides XML file verification method the XML file.
S204:, generate Xpath matching inquiry file according to said verification rule;
Concrete, according to this verification rule, generate the xsl:template matching files and the xsl:if test condition of Xpath matching inquiry file.Match attribute in the xsl:template matching files is corresponding to the context property value of the rule in the XML rule file; The xsl:if test condition is used to mate each element of file to be verified, corresponding to the test property value of the report in the xml rule file.
Wherein, the Xpath file of this verification rule is used for navigating at XML document to be verified, searches in the XML document part with this verification rule match, promptly with the part of xsl:template matching module and xsl:if test condition coupling.
In the prior art, XSL style sheet is made up of the rule that or many covers are called as template template.Each template contains applied rule when the node of certain appointment is mated.< xsl:template>element is used to make up template.The match attribute is used for related XML element and template.The match attribute also can be used to be entire document definition template.The value of match attribute is the XPath expression formula
In the prior art; Those skilled in the art are according to this verification rule; Can be easy to generate corresponding xsl:template matching module and the xsl:if test condition of this verification rule; And by said verification rule corresponding xsl:template matching module and the regular Xpath file of this verification of xsl:if test condition generation, concrete grammar repeats no more here.
S205:, generate the XSLT convert file in the said XSL verification file according to said verification rule;
Concrete, in said XML file to be verified, search the part with said verification rule match according to the said Xpath matching inquiry file in the said XSL verification file;
Said XSLT convert file according in the XSL verification file is changed said compatible portion, obtains transformation result.
Wherein, the XSLT file of verification rule is used for finding in XML file navigation to be verified through the Xpath file, in the XML file to be verified with the part conversion output of this verification rule match.
In the prior art, those skilled in the art can be easy to generate the XSLT file of said verification rule according to said verification rule, and concrete grammar repeats no more here.
S206: generate the XSL verification file according to Xpath matching inquiry file and XSLT convert file.
In the prior art, those skilled in the art can be easy to generate the XSL verification file according to Xpath matching inquiry file and XSLT convert file, and concrete grammar repeats no more here.
S207: in said XML file to be verified, search the part with said verification rule match according to the said Xpath matching inquiry file in the said XSL verification file;
Concrete; Begin to travel through said XML file to be verified from the root node of said XML file to be verified; Xpath file through this verification rule; In XML file to be verified, navigate, search in the XML file to be verified with the Xpath file in the part of xsl:template matching module and xsl:if test condition coupling, when exist in the said XML file to be verified with the Xpath file in the part of xsl:template matching module and xsl:if test condition coupling the time; The XSLT file is exported the part of mating with said Xpath file in the said XML file to be verified, the verification rule match of prompting this part of user and its setting.
S208: the said XSLT convert file according in the XSL verification file is changed said compatible portion, obtains transformation result;
Concrete, the XSLT convert file converts the part of mating with the Xpath file in the XML file to be verified into XML format conversion result.
Preferably, writing down the position of compatible portion in this transformation result, this position indicates the position of compatible portion in XML file to be verified.
In the prior art; When having the part of mating in the XML file to be verified with the Xpath file; Through this compatible portion of XSLT file output is prior art, and those skilled in the art can be easy to export the part concrete grammar that matees with said Xpath file in the said XML file according to the XSLT file and repeat no more here.
S209: according to transformation result output verification result.
Concrete, extract the information that the user pays close attention in the transformation result, like error level; Prompt text etc.; According to the position of the compatible portion that writes down in the transformation result, show check results in document to be verified relevant position simultaneously, this part of prompting user is the verification rule that meets its setting.
In the prior art; When having the part of mating in the XML file to be verified with the Xpath file; Through this compatible portion of XSLT file output is prior art, and those skilled in the art can be easy to export the part concrete grammar that matees with said Xpath file in the said XML file according to the XSLT file and repeat no more here.
Existing is example with example 2, realizes that to method is provided according to present embodiment XML file shown in the example 2 is carried out verification does concise and to the point description:
Example 2:
The verification rule that the user is provided with is:
The closable attribute that is used for verification layout:panel only is applicable to outer layer container layout:tabLayout
By the verification xsl file fragment that above-mentioned verification rule generates, this fragment is the Xpath file part of the description verification rule in the xsl file:
<rule?context=″layout:panel″>
<variable?name=″ancestor″>ancestor::layout:tabLayout[1]</variable>
<report?test=″closable?and?not($ancestor)″>
<href></href>
<severity>warning</severity>
<message>
</message>
</report>
</rule>
XML file fragment to be verified:
<w:page?title=″Insert?title?here″>
<layout:tabLayout><layout:panel?closable=″true″/>
</layout:tabLayout>
<layout:borderLayout>
<layout:panelonactivate=″tab1″/>
</layout:borderLayout>
</w:page>
According to above-mentioned XSL verification file be to the check results that this XML file to be verified carries out verification:
The onactivate attribute of Layout:panel only is applicable to outer layer container tablayout.
Present embodiment is through generating the corresponding XSL verification file of said verification rule; According to said XSL verification file said XML file to be verified is carried out verification; Realized need not to revise the XML file content; Only revising user's verification rule can be to the verification of carrying out of XML file content, thereby makes the user only need pay close attention to writing of verification rule, does not worry that XML file logic can change.
Embodiment 3
As shown in Figure 3, present embodiment provides a kind of calibration equipment of XML file, and this device comprises:
Verification rule acquisition module 301 is used to obtain the verification rule of the XML file to be verified that the user is provided with;
XSL verification file generation module 302 is used to generate the corresponding XSL verification file of this verification rule;
XML file acquisition module 303 to be verified is used to obtain this XML file to be verified;
Check results output module 304 is used for according to this XSL verification file this XML file to be verified being carried out verification, the output verification result.
Format converting module 305 is used to judge whether this verification rule is the XML form, if not, then convert this verification rule to the XML form.
XSL verification file generation module 302 specifically comprises;
Xpath matching inquiry file generating unit 3021 is used for generating Xpath matching inquiry file according to said verification rule;
XSLT convert file generation unit 3022 is used for generating the XSLT convert file according to said verification rule;
XSL verification file generation unit 3023 is used for generating the XSL verification file according to said Xpath matching inquiry file and said XSLT convert file.
Check results output module 304 specifically comprises:
Rule match unit 3041 is used for this Xpath matching inquiry file according to this XSL verification file and in this XML file to be verified, searches the part with this verification rule match;
Coupling converting unit 3042 is used for according to this XSLT convert file of XSL verification file this compatible portion being changed, and obtains transformation result;
Check results output unit 3043 is used for according to transformation result output verification result.
Present embodiment is through generating the corresponding XSL verification file of said verification rule; According to said XSL verification file said XML file to be verified is carried out verification; Realized need not to revise the XML file content; Only revising user's verification rule can be to the verification of carrying out of XML file content, thereby makes the user only need pay close attention to writing of verification rule, does not worry that XML file logic can change.
All or part of content in the technical scheme that above embodiment provides can realize that through software programming its software program is stored in the storage medium that can read, storage medium for example: the hard disk in the computing machine, CD or floppy disk.
The above is merely preferred embodiment of the present invention, and is in order to restriction the present invention, not all within spirit of the present invention and principle, any modification of being done, is equal to replacement, improvement etc., all should be included within protection scope of the present invention.

Claims (8)

1. the method for calibration of an XML file is characterized in that, said method comprises:
Obtain the verification rule of the XML file to be verified of user's setting;
Generate the corresponding XSL verification file of said verification rule;
Obtain said XML file to be verified;
According to said XSL verification file said XML file to be verified is carried out verification, the output verification result.
2. according to the said method of claim 1, it is characterized in that, also comprise after the said verification rule that the said user of obtaining is provided with:
Judge whether said verification rule is the XML form, if not, then convert said verification rule to the XML form.
3. according to claim 1 or 2 said methods, it is characterized in that the corresponding XSL verification file of the said verification rule of said generation specifically comprises;
According to said verification rule, generate Xpath matching inquiry file;
According to said verification rule, generate the XSLT convert file;
Generate the XSL verification file according to said Xpath matching inquiry file and said XSLT convert file.
4. according to the said method of claim 3, it is characterized in that saidly according to said XSL verification file said XML file to be verified is carried out verification, output verification is the result specifically comprise:
In said XML file to be verified, search the part with said verification rule match according to the said Xpath matching inquiry file in the said XSL verification file;
Said XSLT convert file according in the XSL verification file is changed said compatible portion, obtains transformation result;
According to transformation result output verification result.
5. the calibration equipment of an XML file is characterized in that, said device comprises:
The verification rule acquisition module is used to obtain the verification rule of the XML file to be verified that the user is provided with;
XSL verification file generation module is used to generate the corresponding XSL verification file of said verification rule;
XML file acquisition module to be verified is used to obtain said XML file to be verified;
The check results output module is used for according to said XSL verification file said XML file to be verified being carried out verification, the output verification result.
6. according to the said device of claim 5, it is characterized in that said device also comprises:
Format converting module is used to judge whether said verification rule is the XML form, if not, then convert said verification rule to the XML form.
7. according to claim 5 or 6 said devices, it is characterized in that said XSL verification file generation module specifically comprises;
Xpath matching inquiry file generating unit is used for generating Xpath matching inquiry file according to said verification rule;
XSLT convert file generation unit is used for generating the XSLT convert file according to said verification rule;
XSL verification file generation unit is used for according to said Xpath matching inquiry file and states the XSLT convert file generating the XSL verification file.
8. according to the said device of claim 7, it is characterized in that said check results output module specifically comprises:
The rule match unit is used for said Xpath matching inquiry file according to said XSL verification file and in said XML file to be verified, searches the part with said verification rule match;
The coupling converting unit is used for according to the said XSLT convert file of XSL verification file said compatible portion being changed, and obtains transformation result;
The check results output unit is used for according to transformation result output verification result.
CN2010102871460A 2010-09-16 2010-09-16 XML (extensive makeup language) file checking method and device Pending CN102402556A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN2010102871460A CN102402556A (en) 2010-09-16 2010-09-16 XML (extensive makeup language) file checking method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2010102871460A CN102402556A (en) 2010-09-16 2010-09-16 XML (extensive makeup language) file checking method and device

Publications (1)

Publication Number Publication Date
CN102402556A true CN102402556A (en) 2012-04-04

Family

ID=45884769

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2010102871460A Pending CN102402556A (en) 2010-09-16 2010-09-16 XML (extensive makeup language) file checking method and device

Country Status (1)

Country Link
CN (1) CN102402556A (en)

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103678450A (en) * 2013-09-10 2014-03-26 清华大学 Method for communication between on-line operation system and off-line simulation system in power system
CN108959095A (en) * 2018-07-12 2018-12-07 中国工程物理研究院计算机应用研究所 Method based on XML Schema verifying XML document
CN109241501A (en) * 2018-08-15 2019-01-18 北京北信源信息安全技术有限公司 Document analysis method and apparatus
CN110516045A (en) * 2019-08-30 2019-11-29 北京字节跳动网络技术有限公司 Method, apparatus, electronic equipment and the storage medium of document detection
CN110688823A (en) * 2019-09-20 2020-01-14 中国银行股份有限公司 XML file verification method and device
CN111400160A (en) * 2018-12-29 2020-07-10 长城汽车股份有限公司 Code checking method and device and vehicle
CN112579340A (en) * 2020-12-10 2021-03-30 潍柴动力股份有限公司 Data verification method, device and equipment of electronic control unit and storage medium
CN112632332A (en) * 2021-01-04 2021-04-09 恩亿科(北京)数据科技有限公司 Configurable verification method, system, equipment and storage medium for XML file
CN113691546A (en) * 2021-08-26 2021-11-23 广东电网有限责任公司广州供电局 Integrity verification method, system, equipment and medium for text file
CN113761879A (en) * 2020-06-01 2021-12-07 中国电信股份有限公司 Message format checking method, device and storage medium

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101055578A (en) * 2006-04-12 2007-10-17 龙搜(北京)科技有限公司 File content dredger based on rule
CN101634982A (en) * 2008-07-24 2010-01-27 国际商业机器公司 Method and system used for verifying XML document

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101055578A (en) * 2006-04-12 2007-10-17 龙搜(北京)科技有限公司 File content dredger based on rule
CN101634982A (en) * 2008-07-24 2010-01-27 国际商业机器公司 Method and system used for verifying XML document

Cited By (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103678450A (en) * 2013-09-10 2014-03-26 清华大学 Method for communication between on-line operation system and off-line simulation system in power system
CN103678450B (en) * 2013-09-10 2017-04-05 清华大学 Communication means in power system between on-line operation system and off-line emulation system
CN108959095A (en) * 2018-07-12 2018-12-07 中国工程物理研究院计算机应用研究所 Method based on XML Schema verifying XML document
CN108959095B (en) * 2018-07-12 2021-11-23 中国工程物理研究院计算机应用研究所 Method for verifying XML document based on XML Schema
CN109241501A (en) * 2018-08-15 2019-01-18 北京北信源信息安全技术有限公司 Document analysis method and apparatus
CN111400160A (en) * 2018-12-29 2020-07-10 长城汽车股份有限公司 Code checking method and device and vehicle
CN111400160B (en) * 2018-12-29 2023-12-22 长城汽车股份有限公司 Code verification method and device and vehicle
CN110516045A (en) * 2019-08-30 2019-11-29 北京字节跳动网络技术有限公司 Method, apparatus, electronic equipment and the storage medium of document detection
CN110688823A (en) * 2019-09-20 2020-01-14 中国银行股份有限公司 XML file verification method and device
CN110688823B (en) * 2019-09-20 2023-08-22 中国银行股份有限公司 XML file verification method and device
CN113761879B (en) * 2020-06-01 2024-02-20 中国电信股份有限公司 Message format verification method, device and storage medium
CN113761879A (en) * 2020-06-01 2021-12-07 中国电信股份有限公司 Message format checking method, device and storage medium
CN112579340B (en) * 2020-12-10 2023-03-21 潍柴动力股份有限公司 Data verification method, device and equipment of electronic control unit and storage medium
CN112579340A (en) * 2020-12-10 2021-03-30 潍柴动力股份有限公司 Data verification method, device and equipment of electronic control unit and storage medium
CN112632332A (en) * 2021-01-04 2021-04-09 恩亿科(北京)数据科技有限公司 Configurable verification method, system, equipment and storage medium for XML file
CN113691546A (en) * 2021-08-26 2021-11-23 广东电网有限责任公司广州供电局 Integrity verification method, system, equipment and medium for text file

Similar Documents

Publication Publication Date Title
CN102402556A (en) XML (extensive makeup language) file checking method and device
CN101763255B (en) Format conversion method and device of special interface tool
World Wide Web Consortium XSL transformations (XSLT) version 2.0
US8176412B2 (en) Generating formatted documents
CN102880468B (en) Code intelligent prompting method and system for electronic control unit (ECU) program development
US20070233645A1 (en) System and Method for Building an XQuery Using a Model-Based XQuery Building Tool
US20050240876A1 (en) System and method for generating XSL transformation documents
EP1630702A1 (en) System and method for automatically generating xml schema for validating xml input documents
US20200233847A1 (en) Incremental dynamic document index generation
CN102855244B (en) Method and device for file catalogue processing
US20130124969A1 (en) Xml editor within a wysiwyg application
CN103902269A (en) System and method for generating MIB files through XML files
Pollock et al. Metadata vocabulary for tabular data
CN1825302A (en) Method for processing XML file
CN111782195B (en) Query method for splicing SQL based on adding notes on request parameters
US8255356B2 (en) Apparatus and method of generating document
CN105589813A (en) Electronic document version change tracking method
Rehm et al. Ontology-based XQuery’ing of XML-encoded language resources on multiple annotation layers
US8719693B2 (en) Method for storing localized XML document values
CN104834508A (en) Method for generating codes used for reading and writing binary file
CN113434748A (en) Template annotation based distributed crawler method and device, computer device and computer readable storage medium
US9047325B2 (en) Modularizing complex XML data for generation and extraction
CN102831151B (en) Method and device for generating electronic document
Lange Mathematical semantic markup in a wiki: The roles of symbols and notations
CN108733353B (en) Interface construction method and device

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20120404