CN113591438A - Text conversion method, electronic equipment and computer readable storage device - Google Patents

Text conversion method, electronic equipment and computer readable storage device Download PDF

Info

Publication number
CN113591438A
CN113591438A CN202110872965.XA CN202110872965A CN113591438A CN 113591438 A CN113591438 A CN 113591438A CN 202110872965 A CN202110872965 A CN 202110872965A CN 113591438 A CN113591438 A CN 113591438A
Authority
CN
China
Prior art keywords
original text
tag
configuration file
original
text
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.)
Granted
Application number
CN202110872965.XA
Other languages
Chinese (zh)
Other versions
CN113591438B (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.)
Yuanguang Software Co Ltd
Original Assignee
Yuanguang Software 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 Yuanguang Software Co Ltd filed Critical Yuanguang Software Co Ltd
Priority to CN202110872965.XA priority Critical patent/CN113591438B/en
Publication of CN113591438A publication Critical patent/CN113591438A/en
Application granted granted Critical
Publication of CN113591438B publication Critical patent/CN113591438B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/12Use of codes for handling textual entities
    • G06F40/151Transformation
    • G06F40/154Tree transformation for tree-structured or markup documents, e.g. XSLT, XSL-FO or stylesheets

Abstract

The application discloses a text conversion method, electronic equipment and a computer readable storage device. The text conversion method comprises the following steps: receiving an original text and a first configuration file; analyzing the original text according to the first configuration file to acquire content information of the original text; the content information at least comprises first characteristic information of an original text; matching a processing method corresponding to the first characteristic information in a preset second configuration file; and the execution processing method converts the first characteristic information into second characteristic information to obtain a preset text. By means of the method, html tags in the text can be replaced in batches, and resource waste is avoided.

Description

Text conversion method, electronic equipment and computer readable storage device
Technical Field
The present application relates to the field of network front ends, and in particular, to a text conversion method.
Background
With the rising of the internet, the network enters the aspects of our lives. And most of the time when the user enters the internet, the user still browses information through a webpage in a webpage mode, plays games and the like. html tags, also known as hypertext markup language (html) tags. html tags are the most basic units in html language, and html tags are important components in html. Most web pages are written using the html standard. html tags are also used as a general standard structural tag language of web pages, and are widely applied to various fields of front-end development. With further advancement of technology, the traditional way of writing web pages with html tags is gradually replaced by new tags of each front-end frame itself. If the existing page written with the html tag is to be converted into a new tag in the corresponding front-end frame, the html tag in the original page needs to be rewritten into the new tag used in the front-end frame through manual rewriting, which causes a lot of repeated labor and wastes manpower and material resources.
Disclosure of Invention
The application aims to provide a text conversion method, electronic equipment and a computer readable storage device, which can quickly replace an html tag in an original page with a new tag used in a front-end frame, avoid a large amount of repeated labor and solve the problem of resource waste.
In order to solve the above technical problem, the first technical solution adopted by the present application is: there is provided a text conversion method including: receiving an original text and a first configuration file; analyzing the original text according to the first configuration file to acquire content information of the original text; the content information at least comprises first characteristic information of an original text; matching a processing method corresponding to the first characteristic information in a preset second configuration file; and the execution processing method converts the first characteristic information into second characteristic information to obtain a preset text.
In order to solve the above technical problem, the second technical solution adopted by the present application is: there is provided an electronic device comprising a memory for storing program data and a processor, the program data being executable by the processor to implement the text conversion method described in the first aspect above.
In order to solve the above technical problem, the third technical solution adopted by the present application is: there is provided a computer-readable storage device storing program data executable by a processor to implement the text conversion method described in the first aspect above.
The beneficial effect of this application is: the corresponding relation between the html tag and the functional component is identified through the first configuration file, the corresponding relation between the functional component and the preset tag is determined through the second configuration file, the html tag is replaced by the preset tag, page texts written by the html tag can be replaced by the page texts written by the preset tag in batches through automatic identification and replacement of the pre-configuration file, a large amount of manpower and material resources are saved, and resource waste is avoided.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present invention, the drawings needed to be used in the description of the embodiments will be briefly introduced below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without creative efforts.
FIG. 1 is a schematic flow chart diagram of a first embodiment of a text conversion method of the present application;
FIG. 2 is a schematic flow chart of a second embodiment of the text conversion method of the present application;
FIG. 3 is a schematic structural diagram of an embodiment of an electronic device of the present application;
FIG. 4 is a schematic structural diagram of an embodiment of a computer-readable storage device according to the present application.
Detailed Description
The technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only a part of the embodiments of the present application, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
The terms "first", "second", etc. in this application are used to distinguish between different objects and not to describe a particular order. Furthermore, the terms "include" and "have," as well as any variations thereof, are intended to cover non-exclusive inclusions. For example, a process, method, system, article, or apparatus that comprises a list of steps or elements is not limited to only those steps or elements listed, but may alternatively include other steps or elements not listed, or inherent to such process, method, article, or apparatus.
Reference herein to "an embodiment" means that a particular feature, structure, or characteristic described in connection with the embodiment can be included in at least one embodiment of the application. The appearances of the phrase in various places in the specification are not necessarily all referring to the same embodiment, nor are separate or alternative embodiments mutually exclusive of other embodiments. It is explicitly and implicitly understood by one skilled in the art that the embodiments described herein can be combined with other embodiments.
Referring to fig. 1, fig. 1 is a schematic flow chart of a first embodiment of the text conversion method of the present application.
S11: an original text and a first configuration file are received.
Original text is received, the original text including web page information text that has been completed in advance. And the web page information text is written according to the then-current front end UI framework. The specific UI frame has a class or id tag specific to the specific UI frame, and a specific corresponding rule is formed. Id is the name of the object and class is the class name of the object. The correspondence rule causes the html tag to correspond to a particular functional component. The functional components are components contained in the web page and can realize corresponding functions. The corresponding relation between the html tag and the specific functional component is included in the acquired first configuration file.
S12: and analyzing the original text according to the first configuration file to acquire the content information of the original text.
Because the first configuration file contains the corresponding relation between the html tag and the functional component, the content of the original text is analyzed through the corresponding relation contained in the first configuration file, and the html document tree can be obtained, so that the tag name, the attribute, the child node in the html document tree, the text content and other related information of the html can be obtained, and all the content in the original text can be obtained.
S13: and matching the processing method corresponding to the first characteristic information in the preset second configuration file.
And after the information of the html tag in the original text is obtained, the corresponding relation between the html tag and the corresponding functional component is also obtained from the first configuration file, and at the moment, the corresponding relation between the functional component and the writing tag is correspondingly processed according to a preset second configuration file. The second configuration file contains the corresponding relation between the preset tags used in the new front-end framework to be written and the functional components. The corresponding relation is written by the user according to the use condition of the label in the front-end frame according to the self condition. And replacing the corresponding relation between the functional component and the html tag in the original text with the corresponding relation between the functional component and the preset tag, and replacing the html tag with the preset tag.
S14: and the execution processing method converts the first characteristic information into second characteristic information to obtain a preset text.
After the corresponding relation between the functional components and the tags in the second configuration file is replaced, the html tags in the original text are replaced with preset tags used in the front-end framework in batches, and therefore the webpage text using the preset tags is obtained.
According to the text conversion method provided by the first embodiment of the application, after the original webpage text is obtained, the corresponding relation between the html tag and the functional component is identified through the first configuration file, the corresponding relation between the functional component and the preset tag is determined through the second configuration file, the html tag is replaced by the preset tag, the page text written by the html tag can be replaced by the page text written by the preset tag in batches through automatic identification and replacement of the pre-configuration file, a large amount of manpower and material resources are saved, and resource waste is avoided.
Referring to fig. 2, fig. 2 is a schematic flowchart of a text conversion method according to a second embodiment of the present application.
S21: a file handling interface is created.
S22: an original text and a first configuration file are received.
S23: a parser is created.
S24: and analyzing the original text according to the first configuration file to obtain the html document tree.
S25: and analyzing the html document tree to obtain the content information of the original text.
S26: the software toolkit is loaded.
S27: and converting the original html tag in the original text into a preset tag by using a software toolkit to obtain the text written by the preset tag.
The file processing interface is created so that the original text information written on the web page in the relevant web page can be obtained, and the corresponding rule or standard according to which the original text is written, that is, the corresponding relationship contained in the first configuration file.
And creating a parser, and after the original text information and the corresponding rules or standards written by the original text are obtained, parsing the html tags of the obtained original text into an html document tree. The Document tree is a tree structure composed of dom (Document Object model) elements and attribute nodes, and the root node is a Document Object. DOM elements are in one-to-one correspondence with tags. There are two analysis methods, which are respectively a labeling algorithm and a tree construction algorithm.
When the received original text is written by using a pure html tag, the document tree can be constructed after the html tag is obtained according to the corresponding relation in the first configuration file. If the received original text is not written by using a pure html tag, and an excessive corresponding relationship exists between the html tag and the corresponding relationship of the functional component, the first configuration file also contains the excessive corresponding relationship, so that the html tag can be analyzed from the original text, and then the html document tree is constructed.
Tagging is a lexical analysis process that parses input content into multiple tags. The HTML tags include a start tag, an end tag, an attribute name, and an attribute value. The label generator identifies the label, passes to the tree constructor, and then accepts the next character to identify the next label; until the end of the input.
The labeling algorithm is represented by a state machine and is divided into four states: data state (Data), Tag open state (Tag open), Tag name state (Tag name), Close Tag open state (Close Tag open state).
The initial state is the data state, when the character < is encountered, the state is changed to "tag open state", receiving an a-z character creates a "start tag", the state is changed to "tag name state", and the state is maintained until the character > is received. The character string during this time forms a new tag name. After receiving the > tag, the current new tag is sent to the tree builder and the state is changed back to "data state". And when the next input character/is received, a closed tag open state is created and changed to a "tag name state". Until the > character is received, the current new tag is sent to the tree builder and changed back to "data state".
When the character encountering a-z is directly received, each character is created into a character label and is sent to the tree constructor.
When the resolver is created by using the tree building method, the Document object is also created. In the tree construction stage, the DOM tree with Document as the root node is also continuously modified, and various elements are added. Each node sent by the label generator is processed by the tree builder. Each tag has a corresponding DOM element that is created when the tag is received.
The tree building algorithm may also use a state machine representation, e.g., the initial state, the first mode is "initial mode". The html tag is received and converted into 'before html', and in the mode, an HTMLHtmlElement element is created and attached to the Document root object. The status is changed to "before head". At this point, the system receives the "body" tag, creates an HTMLHeadElement, adds it to the tree, then enters the "in head" mode, and then goes to the "after head" mode. The system reprocesses the body tag, creates an HTMLbody element and inserts it into the DOM tree, and the schema changes to "in body". An a-z character tag is then received, creating a Text node. Upon receiving the body end tag, the system enters the "after body" mode. When the html end tag is received, the "after door body" mode is entered. And after receiving the file end label, ending the analysis process.
After obtaining the html tag tree of the original text, we can obtain all the content information, html tag names, attributes, child nodes in the document tree, content text and other information in the original text.
And after the information of the html tag in the original text is obtained, the corresponding relation between the html tag and the corresponding functional component is also obtained from the first configuration file, and at the moment, the corresponding relation between the functional component and the writing tag is correspondingly processed according to a preset second configuration file. The processing includes the SDK which can convert the functional component and html tag correspondence into a correspondence of the functional component and a preset tag. The SDK replaces the html tag obtained by constructing the html document tree according to the first configuration file and the corresponding relation between the functional component and the html tag in the first configuration file with the corresponding relation between the functional component and the preset tag in the second configuration file, and replaces the html tag in the original text with the preset tag. The SDK is a Software Development Kit, which is a Software Development Kit, and it is understood that the SDK is a collection of related documents, paradigms, and tools that assist in developing a certain type of Software. In this embodiment, the SDK includes a logical relationship that converts an original html tag into a preset tag.
Through the conversion, the original html tags in the original text are replaced by the preset tags in the front-end frame, and therefore the webpage text written by the preset tags is obtained.
According to the text conversion method provided by the second embodiment of the application, after the original webpage text is obtained, the corresponding relation between the html tag and the functional component is identified through the first configuration file, the corresponding relation between the functional component and the preset tag is determined through the second configuration file, the html tag is replaced by the preset tag, the page text written by the html tag can be replaced by the page text written by the preset tag in batches through automatic identification and replacement of the pre-configuration file, a large amount of manpower and material resources are saved, and resource waste is avoided.
Referring to fig. 3, fig. 3 is a schematic structural diagram of an electronic device according to an embodiment of the present disclosure.
An embodiment of an electronic device of the present application includes: a processor 110 and a memory 120.
The processor 110 controls the operation of the communication device, and the processor 110 may also be referred to as a Central Processing Unit (CPU). The processor 110 may be an integrated circuit chip having the processing capability of signal sequences. The processor 110 may also be a general purpose processor, a digital signal sequence processor (DSP), an Application Specific Integrated Circuit (ASIC), an off-the-shelf programmable gate array (FPGA) or other programmable logic device, discrete gate or transistor logic, discrete hardware components. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like.
Memory 120 stores instructions and program data needed for processor 110 to operate.
The processor 110 is configured to execute instructions to implement the methods provided by any embodiment and possible combinations of the control methods of the control apparatus described previously in this application.
Referring to fig. 4, fig. 4 is a schematic structural diagram of an embodiment of a computer-readable storage device according to the present application.
An embodiment of the readable storage device of the present application comprises a memory 310, wherein the memory 310 stores program data, and the program data, when executed, implement the method provided by any embodiment and possible combination of the control method of the control device of the present application.
The Memory 310 may include a Read-Only Memory (ROM), a Random Access Memory (RAM), a Flash Memory (Flash Memory), a hard disk, an optical disk, and the like.
In the several embodiments provided in the present application, it should be understood that the disclosed method and apparatus may be implemented in other manners. For example, the above-described device embodiments are merely illustrative, and for example, the division of the modules or units is only one logical division, and other divisions may be realized in practice, for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted, or not executed.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the embodiment.
In addition, functional units in the embodiments of the present application may be integrated into one processing unit, or each unit may exist alone physically, or two or more units may be integrated into one unit. The integrated unit can be realized in a form of hardware, and can also be realized in a form of a software functional unit.
The integrated units in the other embodiments described above may be stored in a computer-readable storage medium if they are implemented in the form of software functional units and sold or used as separate products. Based on such understanding, the technical solution of the present application may be substantially implemented or contributed by the prior art, or all or part of the technical solution may be embodied in a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a server, a network device, or the like) or a processor (processor) to execute all or part of the steps of the method according to the embodiments of the present application. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and other various media capable of storing program codes.
The above description is only an example of the present application and is not intended to limit the scope of the present application, and all modifications of equivalent structures and equivalent processes, which are made by the contents of the specification and the drawings, or which are directly or indirectly applied to other related technical fields, are intended to be included within the scope of the present application.

Claims (10)

1. A method of text conversion, comprising:
receiving an original text and a first configuration file;
analyzing the original text according to the first configuration file to acquire content information of the original text; wherein the content information at least comprises first characteristic information of the original text;
matching a processing method corresponding to the first characteristic information in a preset second configuration file;
and executing the processing method to convert the first characteristic information into second characteristic information so as to obtain a preset text.
2. The method of claim 1,
the first feature information comprises an original html tag, and the first configuration file comprises a corresponding relation between the original html tag and a functional component;
the analyzing the original text according to the first configuration file to obtain the content information of the original text includes:
and analyzing the original text according to the corresponding relation between the original html tag and the functional component to obtain the original html tag of the original text.
3. The method of claim 2,
the second configuration file comprises a corresponding relation between a preset label and the functional component, and the second characteristic information comprises the preset label;
the executing the processing method converts the first feature information into second feature information, and includes:
and converting the original html tag into the preset tag according to the corresponding relation between the preset tag and the functional component.
4. The method of claim 3,
the converting the original html tag into the preset tag according to the corresponding relationship between the preset tag and the functional component includes:
loading a software toolkit;
converting the original html tag into the preset tag by using the software toolkit; wherein the software toolkit comprises a logical relationship for converting the original html tag into the preset tag.
5. The method of claim 1, wherein prior to receiving the original text and the first configuration file, comprising:
creating a file processing interface for receiving the original text and data of the first configuration file.
6. The method of claim 1, wherein before parsing the original text according to the first configuration file to obtain content information of the original text, the method comprises:
and creating a parser, wherein the parser is used for parsing the original text according to the first configuration file to construct an html document tree.
7. The method of claim 6, wherein the parser is configured to parse the original text according to the first configuration file, and wherein constructing an html document tree comprises:
and performing a tree construction algorithm according to the original text to obtain an html document tree of the original text.
8. The method of claim 6, wherein the parser is configured to parse the original text according to the first configuration file, and wherein constructing an html document tree comprises:
and performing a labeling algorithm according to the original text to obtain an html document tree of the original text.
9. An electronic device comprising a memory and a processor, the memory for storing program data executable by the processor to implement the method of any one of claims 1-8.
10. A computer-readable storage means, storing program data executable by a processor to perform the method of any one of claims 1 to 8.
CN202110872965.XA 2021-07-30 2021-07-30 Text conversion method, electronic equipment and computer readable storage device Active CN113591438B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110872965.XA CN113591438B (en) 2021-07-30 2021-07-30 Text conversion method, electronic equipment and computer readable storage device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110872965.XA CN113591438B (en) 2021-07-30 2021-07-30 Text conversion method, electronic equipment and computer readable storage device

Publications (2)

Publication Number Publication Date
CN113591438A true CN113591438A (en) 2021-11-02
CN113591438B CN113591438B (en) 2024-01-12

Family

ID=78252818

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110872965.XA Active CN113591438B (en) 2021-07-30 2021-07-30 Text conversion method, electronic equipment and computer readable storage device

Country Status (1)

Country Link
CN (1) CN113591438B (en)

Citations (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008217809A (en) * 2008-04-02 2008-09-18 Fujitsu Ltd Structured document converting device
US20120330984A1 (en) * 2011-06-21 2012-12-27 Canon Kabushiki Kaisha Method for processing a structured document to render, and corresponding processor
CN105335338A (en) * 2014-06-25 2016-02-17 阿里巴巴集团控股有限公司 Electronic document conversion method and device
CN108228777A (en) * 2017-12-28 2018-06-29 北京洪泰同创信息技术有限公司 Html text exports to the method and device of word document
CN108268262A (en) * 2017-12-27 2018-07-10 广东耐思尼克信息技术有限公司 Realize the method, apparatus and system that HTML is converted to wechat small routine
CN109670129A (en) * 2018-11-27 2019-04-23 广东耐思智慧科技有限公司 A kind of method and device for switching to html web page to be adapted to MIP format
CN110879937A (en) * 2019-10-12 2020-03-13 平安国际智慧城市科技股份有限公司 Method and device for generating webpage from document, computer equipment and storage medium
CN110889270A (en) * 2018-08-16 2020-03-17 阿里巴巴集团控股有限公司 Form page document generation method and form page rendering method and device
US20200117704A1 (en) * 2018-10-16 2020-04-16 Atos Syntel, Inc. System and method to convert a webpage built on a legacy framework to a webpage compatible with a target framework
CN111160265A (en) * 2019-12-30 2020-05-15 Oppo(重庆)智能科技有限公司 File conversion method and device, storage medium and electronic equipment
CN111274760A (en) * 2020-01-09 2020-06-12 北京字节跳动网络技术有限公司 Rich text data processing method and device, electronic equipment and computer storage medium
CN111401005A (en) * 2018-12-28 2020-07-10 北大方正集团有限公司 Text conversion method and device and readable storage medium
CN112114807A (en) * 2020-09-28 2020-12-22 腾讯科技(深圳)有限公司 Interface display method, device, equipment and storage medium
CN112579958A (en) * 2020-12-23 2021-03-30 平安银行股份有限公司 Webpage conversion method and device, computer equipment and readable storage medium
CN112861489A (en) * 2020-07-28 2021-05-28 浙江明度智控科技有限公司 Method and device for processing word document

Patent Citations (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008217809A (en) * 2008-04-02 2008-09-18 Fujitsu Ltd Structured document converting device
US20120330984A1 (en) * 2011-06-21 2012-12-27 Canon Kabushiki Kaisha Method for processing a structured document to render, and corresponding processor
CN105335338A (en) * 2014-06-25 2016-02-17 阿里巴巴集团控股有限公司 Electronic document conversion method and device
CN108268262A (en) * 2017-12-27 2018-07-10 广东耐思尼克信息技术有限公司 Realize the method, apparatus and system that HTML is converted to wechat small routine
CN108228777A (en) * 2017-12-28 2018-06-29 北京洪泰同创信息技术有限公司 Html text exports to the method and device of word document
CN110889270A (en) * 2018-08-16 2020-03-17 阿里巴巴集团控股有限公司 Form page document generation method and form page rendering method and device
US20200117704A1 (en) * 2018-10-16 2020-04-16 Atos Syntel, Inc. System and method to convert a webpage built on a legacy framework to a webpage compatible with a target framework
CN109670129A (en) * 2018-11-27 2019-04-23 广东耐思智慧科技有限公司 A kind of method and device for switching to html web page to be adapted to MIP format
CN111401005A (en) * 2018-12-28 2020-07-10 北大方正集团有限公司 Text conversion method and device and readable storage medium
CN110879937A (en) * 2019-10-12 2020-03-13 平安国际智慧城市科技股份有限公司 Method and device for generating webpage from document, computer equipment and storage medium
CN111160265A (en) * 2019-12-30 2020-05-15 Oppo(重庆)智能科技有限公司 File conversion method and device, storage medium and electronic equipment
CN111274760A (en) * 2020-01-09 2020-06-12 北京字节跳动网络技术有限公司 Rich text data processing method and device, electronic equipment and computer storage medium
CN112861489A (en) * 2020-07-28 2021-05-28 浙江明度智控科技有限公司 Method and device for processing word document
CN112114807A (en) * 2020-09-28 2020-12-22 腾讯科技(深圳)有限公司 Interface display method, device, equipment and storage medium
CN112579958A (en) * 2020-12-23 2021-03-30 平安银行股份有限公司 Webpage conversion method and device, computer equipment and readable storage medium

Also Published As

Publication number Publication date
CN113591438B (en) 2024-01-12

Similar Documents

Publication Publication Date Title
US9619448B2 (en) Automated document revision markup and change control
US8321834B2 (en) Framework for automatically merging customizations to structured code that has been refactored
CN111506310A (en) Method, device and equipment for generating multi-platform style and storage medium
US7783967B1 (en) Packaging web content for reuse
US20030005410A1 (en) Xml parser for cobol
CN106293675B (en) System static resource loading method and device
CN111045678A (en) Method, device and equipment for executing dynamic code on page and storage medium
CN109522018A (en) Page processing method, device and storage medium
CN112765516A (en) Page content display method and device, storage medium and electronic device
CN111831384A (en) Language switching method and device, equipment and storage medium
CN114138244A (en) Method and device for automatically generating model files, storage medium and electronic equipment
CN112527291A (en) Webpage generation method and device, electronic equipment and storage medium
CN111459537A (en) Redundant code removing method, device, equipment and computer readable storage medium
CN111381809B (en) Method and device for searching focus page
US6772395B1 (en) Self-modifying data flow execution architecture
US20040221228A1 (en) Method and apparatus for domain specialization in a document type definition
CN113591438B (en) Text conversion method, electronic equipment and computer readable storage device
CN110727458A (en) Method and device for switching page template settings through background management
Uzun et al. Evaluation of Hap, AngleSharp and HtmlDocument in web content extraction
CN113139145B (en) Page generation method and device, electronic equipment and readable storage medium
CN115061684A (en) Compatible method, system, equipment and storage medium for packaging layu framework
CN111966930B (en) Webpage list analyzing method and system based on XPath sequence
KR100921563B1 (en) Method of sentence compression using the dependency grammar parse tree
CN113297425A (en) Document conversion method, device, server and storage medium
Steel et al. Generating human-usable textual notations for information models

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