CN108984676B - Electronic book cross-terminal self-adaptive display system and method based on XML - Google Patents

Electronic book cross-terminal self-adaptive display system and method based on XML Download PDF

Info

Publication number
CN108984676B
CN108984676B CN201810709505.3A CN201810709505A CN108984676B CN 108984676 B CN108984676 B CN 108984676B CN 201810709505 A CN201810709505 A CN 201810709505A CN 108984676 B CN108984676 B CN 108984676B
Authority
CN
China
Prior art keywords
xml
content
electronic book
document
elements
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
CN201810709505.3A
Other languages
Chinese (zh)
Other versions
CN108984676A (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.)
Sichuan Changhong Electric Co Ltd
Original Assignee
Sichuan Changhong Electric 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 Sichuan Changhong Electric Co Ltd filed Critical Sichuan Changhong Electric Co Ltd
Priority to CN201810709505.3A priority Critical patent/CN108984676B/en
Publication of CN108984676A publication Critical patent/CN108984676A/en
Application granted granted Critical
Publication of CN108984676B publication Critical patent/CN108984676B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Document Processing Apparatus (AREA)

Abstract

The invention discloses an electronic book cross-terminal self-adaptive display system and method based on XML, which are mainly considered from the aspect of format, and take XML technology as a basis to arrange digital content, can manufacture different formats aiming at different content subjects, further realize automatic adaptation of the content of an electronic book when the content of the electronic book is presented on different reading devices through a response type layout principle, can not only self-adapt the same content to different terminal devices, but also effectively arrange digital resources, facilitate content recombination, multi-dimensional deep mining and personalized publishing, bring great convenience for the work of publishers, provide good reading experience for users, and have wide applicability and better market prospect.

Description

Electronic book cross-terminal self-adaptive display system and method based on XML
Technical Field
The invention relates to the technical field of digital publishing, in particular to a cross-terminal self-adaptive display system and a cross-terminal self-adaptive display method for an electronic book based on XML.
Background
Currently, in the aspect of adaptive display of digital content, it is common practice to implement cross-terminal adaptive display of electronic book content through "streaming document format + reading application" or "streaming document format + reader". Although the method solves the problem of cross-terminal self-adaptation of the electronic book to a certain extent, the method also brings about the problem of increased development cost for enterprises. Not only do electronic book producers produce content, but also develop reading APPs or readers, which consume a great deal of resources from the previous production of applications to the later updating and maintenance of versions. For the user, different enterprises issue contents in different formats because the e-book industry does not have a uniform format standard at present. Generally, these formats are not compatible with each other, so that users need to install different reading applications or purchase corresponding readers when reading electronic books of different platforms, thereby increasing the inconvenience and reading cost of readers.
Disclosure of Invention
The invention aims to overcome the defects in the background art, and provides a cross-terminal self-adaptive display system and a cross-terminal self-adaptive display method for an electronic book based on XML (extensive makeup language), which can not only self-adapt the same content to different terminal devices, but also effectively arrange digital resources, facilitate content recombination, multi-dimensional deep mining and personalized publishing, bring great convenience to the work of publishers and provide good reading experience for users.
In order to achieve the technical effects, the invention adopts the following technical scheme:
a cross-terminal self-adaptive display system of an electronic book based on XML is arranged at a server end and comprises a content structuralization processing module, a document conversion module, a template matching module, an XML document library and a template library, wherein the content structuralization processing module is connected with the document conversion module and the XML document library, the document conversion module is connected with the XML document library and the template matching module, and the template matching module is connected with the template library;
the content structuralization processing module is used for receiving unstructured data contents sent to the server by the client, splitting and actually marking the unstructured digital contents by utilizing an XML technology, determining an organization relation and a definition mode among data elements, refining the organization relation and the definition mode into a model, and finally obtaining an effective XML document;
the document conversion module is used for converting the XML document into an XHTML document more suitable for page display through an XSLT conversion technology;
the template matching module is used for matching a proper format for the XHTML document after the document conversion according to the characteristics of the client;
the XML document library is used for splitting unstructured data content received by a server end into a plurality of content structure XML files and XML organization files according to content structure standard requirements established in advance, and then storing feature codes of the extracted XML fragmented content structure files and information of the whole manuscript;
the template library is used for generating an electronic book format which can reflect the characteristics of the whole manuscript and also can consider the characteristics of the client equipment.
Further, the unstructured data content is divided into directly indexable text, documents, and pictures and images that need to be digitally processed.
Further, the content structuring processing module must also follow certain semantic constraints when performing the tagging on the unstructured digital content to determine the elements that may exist in the document, the arrangement order of the elements, and the hierarchical relationship of the elements.
Further, the semantic constraints define a DTD for a document type.
Meanwhile, the invention also discloses a method for realizing the cross-terminal self-adaptive display system of the electronic book based on the XML, which specifically comprises the following steps:
A. the client sends a resource request of unstructured data content containing equipment information of the client to the server;
B. the XML document library is used for splitting unstructured data content received by a server end into a plurality of content structure XML files and XML organization files according to content structure standard requirements established in advance, and then storing feature codes of the extracted XML fragmented content structure files and information of the whole manuscript;
C. the content structuralization processing module receives unstructured data content sent to the server by the client, splits and actually marks the unstructured digital content by using an XML technology, determines an organization relation and a definition mode among data elements and refines the organization relation and the definition mode into a model, and finally obtains an effective XML document;
D. the document conversion module converts the XML document into an XHTML document more suitable for page display through an XSLT conversion technology;
E. the template matching module matches a proper format for the XHTML document after the document conversion according to the equipment information received by the server;
F. the template library generates an electronic book format which can reflect the characteristics of the whole manuscript and also can consider the characteristics of the client equipment;
G. and the server side returns the temporarily generated e-book format to the client side.
Further, the step C specifically includes:
C1. defining resource types clearly, and analyzing the content structure of the resource types;
C2. establishing a conceptual model: highly abstracting the received unstructured data content, and determining using elements, attributes, entities and symbols;
C3. establishing a logic model: further refining each object in the conceptual model, and determining the hierarchical relationship among elements, the attribute contained in the elements and the data type of the attribute;
C4. establishing a physical model: and storing data by adopting the XML document, and finally generating an electronic book example in the XML document library.
Further, when the conceptual model is established in the step C2, the conceptual model is specifically structured and described by using a method of combining the UML class diagram and the dendrogram.
Further, the semantic constraint type of the document type definition DTD is adopted in the step C3 to determine the elements that may exist in the document, the arrangement order of the elements, and the hierarchical relationship of the elements.
Further, the process of creating the document type definition DTD includes:
step 1: parsing existing content to be used or integrated into an XML document;
step 2: determining elements, attributes, entities and symbols to be used;
and step 3: analyzing the relationship hierarchy of the elements, attributes, entities and symbols;
and 4, step 4: establishing a DTD model for an object to be described and declaring to establish the DTD model;
and 5: and (4) carrying out analysis test on the DTD model, if the DTD model passes the test, completing the creation, and if the DTD model does not pass the test, returning to the step 1.
Further, in the step F, in order to make the generated e-book format more normative, the content of the e-book format needs to be modeled, specifically: defining the electronic book resource as a triple < electronic book identification, electronic book category and electronic book local characteristic >, wherein;
the electronic book identification is a specific identification unique to the content resource and used for distinguishing a specific electronic book;
the e-book category is to classify the contents according to different subject matters;
the local characteristics of the electronic book define the content features of the electronic book relative to the same category.
Compared with the prior art, the invention has the following beneficial effects:
the electronic book cross-terminal self-adaptive display system and method based on the XML mainly have the following advantages that:
firstly, by adopting the cross-terminal self-adaptive display method of the electronic book, due to the fact that the digital resources are subjected to structural processing, the content of the electronic book is more convenient to recombine, carry out multi-dimensional deep mining and individually publish;
secondly, the cross-terminal self-adaptive display system and method of the electronic book based on the XML can generate the page matched with the current terminal without developing the corresponding APP, and are beneficial to reducing the development cost of enterprises;
thirdly, through the cross-terminal self-adaptive display system and method of the electronic book based on the XML, a good format can be provided to enhance the readability of page content, and further the reading experience of a user is improved.
Drawings
Fig. 1 is a general flow diagram illustrating a cross-terminal adaptive display method for an XML-based electronic book according to the present invention.
FIG. 2 is a schematic diagram of a document structuring process flow of the present invention.
Fig. 3 is a flow chart of DTD model creation.
Detailed Description
The invention will be further elucidated and described with reference to the embodiments of the invention described hereinafter.
Example (b):
the first embodiment is as follows:
a cross-terminal self-adaptive display system of an electronic book is arranged at a server end, the server end is in communication connection with a client end and comprises a content structuralization processing module, a document conversion module, a template matching module, an XML document library and a template library, the content structuralization processing module is connected with the document conversion module and the XML document library, the document conversion module is connected with the XML document library and the template matching module, and the template matching module is connected with the template library.
Specifically, the content structuring processing module is used for receiving unstructured data content, which is mainly divided into directly indexable texts, documents, and pictures and images needing digital processing; the XML technology is utilized to split and actually mark unstructured digital content, so that the electronic book content can be conveniently recombined, deeply mined in multiple dimensions and individually published; and determining an organization relation and a definition mode among the data elements, refining the organization relation and the definition mode into a model, and finally obtaining the effective XML document.
When the content is subjected to content tagging, the content structuring processing module must follow certain semantic constraints to determine elements, an arrangement order of the elements, a hierarchical relationship of the elements, and the like which can exist in the document. The constraints followed in this embodiment define the DTD for the document type.
Namely, the essence of the content structuring processing module is to model data, and specifically, the whole process is subjected to several steps of conceptual model design, logical model design and physical model design;
the conceptual model is a high abstraction of the content to be structured and is the basis for building other models, the creation quality of the conceptual model directly influences the building of other models, wherein the concise and clear characteristics of UML are suitable for building the conceptual model for the XML structured document, but for the document with deeper structure level, the simplicity of the UML class diagram cannot be obviously reflected, therefore, the method of combining the UML class diagram and the tree diagram is adopted to structure and describe the model.
The logic model is used for further refining each object in the conceptual model, and determining the hierarchical relationship among elements, the attribute contained in the elements, the data type of the attribute and the like.
At present, two methods, namely DTD document type definition and XML Schema, are used for refining the objects, because DTD is more mature than the XML Schema technology, the support of a plurality of tools on DTD is better than that of XML Schema, and DTD is the only definition and verification method in the XML recommendation standard, the logic model is described by adopting the method.
Before creating a DTD model, the existing content to be used or integrated into the XML document must be carefully analyzed to determine what elements, attributes, entities and symbols are required, and then the relationships and hierarchies of these content elements are understood to build the model for the object to be described.
Specifically, with a method and steps that are continuously refined and refined from the whole to the part, from the macro to the concrete, as shown in fig. 3, a good DTD model is created, specifically, the content that needs to be structured must be understood first, what elements, attributes, entities and symbols are needed is determined, the relationship and hierarchy of the content elements are understood second, and finally, the content elements are declared.
The physical model concerns how data is stored and how it is embodied in a database; because the essence of the XML document is a structured carrier for storing data, the data has semantics when in the XML document, and the physical model is realized by adopting the XML document.
The main function of the document conversion module is to convert the document after the structural processing, including format conversion and content conversion. The document conversion is carried out at the back end, when a client sends a request through a browser, a background server converts XML into an XHTML format which is more suitable for page display through an XSLT conversion technology by means of a script language and a document conversion module.
Since XSLT consumes a lot of memory and processor capacity when processing documents, in the present embodiment, the XSLT is selected to be processed on the server, and the CSS is processed in the browser;
the template matching module is used for matching a proper format for the XHTML document after the document conversion according to the characteristics of the client; when the terminal device sends a request to the backend, the detailed information of the device is passed to the server together. The server matches the corresponding format to the temporarily generated page according to the information, and then the result is transmitted back to the user terminal.
In order to make the generated electronic book layout more normative, the content of the electronic book layout also needs to be modeled and represented in the embodiment. Specifically, the e-book resource is defined as a triple < e-book identifier, e-book category, e-book local characteristic >.
The electronic book identifier is a specific identifier unique to the content resource and is used for distinguishing a specific electronic book. The specific identification adopts ISBN in the metadata of the electronic book, and when the characteristics of the content are extracted, ISBN child nodes in < bookmark > nodes of the electronic book can be directly inquired;
the category of the e-book is to classify the contents thereof according to different subject matters. The 'e-book category' value occupies higher weight in the whole resource model system, accurately conveys the theme of the e-book, and solves the 'unlike problem' in the layout design;
the local characteristics of the e-book define the content features of the e-book relative to the same category. The function of the method is to enable the generated format to show more changes on the premise of being integrated on the whole and to be closer to the unique characteristic of an electronic book
The XML document library is used for splitting unstructured data content received by a server into a plurality of content structure XML files and XML organization files according to content structure standard requirements formulated in advance, extracting feature codes of the XML fragmented content structure files and information of the whole manuscript, and storing the feature codes and the information of the whole manuscript in the database.
The template library is used for generating a layout which can reflect the characteristics of the work and also gives consideration to the characteristics of the terminal equipment. In particular to a comprehensive design of the electronic book from the aspects of content characteristics and a distribution terminal.
Example two
As shown in fig. 1, an implementation method of the above-mentioned electronic book cross-terminal adaptive display system based on XML specifically includes the following steps:
A. the client sends a resource request of unstructured data content containing equipment information of the client to the server;
B. the XML document library is used for splitting unstructured data content received by a server end into a plurality of content structure XML files and XML organization files according to content structure standard requirements established in advance, and then storing feature codes of the extracted XML fragmented content structure files and information of the whole manuscript;
C. the content structuralization processing module receives unstructured data content sent to the server by the client, splits and actually marks the unstructured digital content by using an XML technology, determines an organization relation and a definition mode among data elements and refines the organization relation and the definition mode into a model, and finally obtains an effective XML document;
D. the document conversion module converts the XML document into an XHTML document more suitable for page display through an XSLT conversion technology;
E. the template matching module matches a proper format for the XHTML document after the document conversion according to the equipment information received by the server;
F. the template library generates an electronic book format which can reflect the characteristics of the whole manuscript and also can consider the characteristics of the client equipment;
G. and the server side returns the temporarily generated e-book format to the client side.
Specifically, as shown in fig. 2, the document structuring processing procedure in step C specifically includes:
C1. defining resource types clearly, and analyzing the content structure of the resource types;
C2. establishing a conceptual model: highly abstracting the received unstructured data content, and determining using elements, attributes, entities and symbols;
C3. establishing a logic model: further refining each object in the conceptual model, and determining the hierarchical relationship among elements, the attribute contained in the elements and the data type of the attribute;
C4. establishing a physical model: and storing data by adopting the XML document, and finally generating an electronic book example in the XML document library.
Preferably, when the conceptual model is built in the step C2, the conceptual model is specifically built and described by using a method of combining a UML class diagram and a dendrogram, and the concise and clear characteristics of UML are suitable for building the conceptual model for a document to be structured in XML.
Specifically, in the step C3, the semantic constraint type of the document type definition DTD is used to determine the elements that may exist in the document, the arrangement order of the elements, and the hierarchical relationship of the elements. Two methods of Document Type Definition (DTD) and XML Schema exist at present to refine the objects. Because DTD is more mature than XML Schema technology, the support of a plurality of tools to DTD is better than XML Schema, and DTD is the only defining and verifying method in XML recommendation standard, the logic model of the invention is described by the method
As shown in fig. 3, the process of creating the document type definition DTD includes:
step 1: parsing existing content to be used or integrated into an XML document;
step 2: determining elements, attributes, entities and symbols to be used;
and step 3: analyzing the relationship hierarchy of the elements, attributes, entities and symbols;
and 4, step 4: establishing a DTD model for an object to be described and declaring to establish the DTD model;
and 5: and (4) carrying out analysis test on the DTD model, if the DTD model passes the test, completing the creation, and if the DTD model does not pass the test, returning to the step 1.
Specifically, in the step F, in order to make the generated e-book format more normative, the content of the e-book format needs to be modeled, specifically: defining the electronic book resource as a triple < electronic book identification, electronic book category and electronic book local characteristic >, wherein;
the electronic book identification is a specific identification unique to the content resource and used for distinguishing a specific electronic book;
the e-book category is to classify the contents according to different subject matters;
the local characteristics of the electronic book define the content features of the electronic book relative to the same category.
From the above, the electronic book cross-terminal self-adaptive display system and method based on the XML of the present invention mainly consider from the aspect of format, and based on the XML technology, arrange the digital content, and can make different formats for different content subjects, and further, by a responsive layout principle, realize the automatic adaptation of the electronic book content when being presented on different reading devices, and not only can self-adapt the same content to different terminal devices, but also can effectively arrange the digital resources, which is convenient for content recombination, multi-dimensional deep mining and personalized publishing, brings great convenience to the work of publishers, provides good reading experience for users, and has wide applicability and good market prospect.
It will be understood that the above embodiments are merely exemplary embodiments taken to illustrate the principles of the present invention, which is not limited thereto. It will be apparent to those skilled in the art that various modifications and improvements can be made without departing from the spirit and substance of the invention, and these modifications and improvements are also considered to be within the scope of the invention.

Claims (9)

1. A cross-terminal self-adaptive display system of an electronic book based on XML is arranged at a server end and is characterized by comprising a content structuralization processing module, a document conversion module, a template matching module, an XML document library and a template library, wherein the content structuralization processing module is connected with the document conversion module and the XML document library, the document conversion module is connected with the XML document library and the template matching module, and the template matching module is connected with the template library;
the content structuralization processing module is used for receiving unstructured data contents sent to the server by the client, splitting and actually marking the unstructured digital contents by utilizing an XML technology, determining an organization relation and a definition mode among data elements, refining the organization relation and the definition mode into a model, and finally obtaining an effective XML document; the content structuring processing module must follow certain semantic constraints when performing the time marking on the unstructured digital content, so as to determine elements which can exist in the document, the arrangement order of the elements and the hierarchical relationship of the elements;
the document conversion module is used for converting the XML document into an XHTML document more suitable for page display through an XSLT conversion technology;
the template matching module is used for matching a proper format for the XHTML document after the document conversion according to the characteristics of the client;
the XML document library is used for splitting unstructured data content received by a server end into a plurality of content structure XML files and XML organization files according to content structure standard requirements established in advance, and then storing feature codes of the extracted XML fragmented content structure files and information of the whole manuscript;
the template library is used for generating an electronic book format which can reflect the characteristics of the whole manuscript and also can consider the characteristics of the client equipment.
2. An XML-based electronic book cross-terminal adaptive display system according to claim 1, wherein the unstructured data content is divided into directly indexable text, documents, and pictures and images that need to be digitized.
3. An XML-based electronic book cross-terminal adaptive display system according to claim 1, wherein the semantic constraints define DTDs for document types.
4. An implementation method of the cross-terminal adaptive display system for the electronic book based on the XML according to claim 1, specifically comprising the following steps:
A. the client sends a resource request of unstructured data content containing equipment information of the client to the server;
B. the XML document library is used for splitting unstructured data content received by a server end into a plurality of content structure XML files and XML organization files according to content structure standard requirements established in advance, and then storing feature codes of the extracted XML fragmented content structure files and information of the whole manuscript;
C. the content structuralization processing module receives unstructured data content sent to the server by the client, splits and actually marks the unstructured digital content by using an XML technology, determines an organization relation and a definition mode among data elements and refines the organization relation and the definition mode into a model, and finally obtains an effective XML document;
D. the document conversion module converts the XML document into an XHTML document more suitable for page display through an XSLT conversion technology;
E. the template matching module matches a proper format for the XHTML document after the document conversion according to the equipment information received by the server;
F. the template library generates an electronic book format which can reflect the characteristics of the whole manuscript and also can consider the characteristics of the client equipment;
G. and the server side returns the temporarily generated e-book format to the client side.
5. The method for implementing an XML-based electronic book cross-terminal adaptive display system according to claim 4, wherein the step C specifically includes:
C1. defining resource types clearly, and analyzing the content structure of the resource types;
C2. establishing a conceptual model: highly abstracting the received unstructured data content, and determining using elements, attributes, entities and symbols;
C3. establishing a logic model: further refining each object in the conceptual model, and determining the hierarchical relationship among elements, the attribute contained in the elements and the data type of the attribute;
C4. establishing a physical model: and storing data by adopting the XML document, and finally generating an electronic book example in the XML document library.
6. The method as claimed in claim 5, wherein the conceptual model is built in step C2 by using a combination of UML class diagram and tree diagram.
7. The method as claimed in claim 5, wherein the step C3 uses the document type to define the DTD semantic constraint type to determine the elements that can exist in the document, the order of the elements, and the hierarchical relationship between the elements.
8. The method of claim 7, wherein the procedure of creating the Document Type Definition (DTD) is as follows:
step 1: parsing existing content to be used or integrated into an XML document;
step 2: determining elements, attributes, entities and symbols to be used;
and step 3: analyzing the relationship hierarchy of the elements, attributes, entities and symbols;
and 4, step 4: establishing a DTD model for an object to be described and declaring to establish the DTD model;
and 5: and (4) carrying out analysis test on the DTD model, if the DTD model passes the test, completing the creation, and if the DTD model does not pass the test, returning to the step 1.
9. The method for implementing an XML-based electronic book cross-terminal adaptive display system according to claim 4, wherein in the step F, in order to make the generated electronic book format more normative, it is necessary to model and express its content, specifically: defining the electronic book resource as a triple < electronic book identification, electronic book category and electronic book local characteristic >, wherein;
the electronic book identification is a specific identification unique to the content resource and used for distinguishing a specific electronic book;
the e-book category is to classify the contents according to different subject matters;
the local characteristics of the electronic book define the content features of the electronic book relative to the same category.
CN201810709505.3A 2018-07-02 2018-07-02 Electronic book cross-terminal self-adaptive display system and method based on XML Active CN108984676B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810709505.3A CN108984676B (en) 2018-07-02 2018-07-02 Electronic book cross-terminal self-adaptive display system and method based on XML

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810709505.3A CN108984676B (en) 2018-07-02 2018-07-02 Electronic book cross-terminal self-adaptive display system and method based on XML

Publications (2)

Publication Number Publication Date
CN108984676A CN108984676A (en) 2018-12-11
CN108984676B true CN108984676B (en) 2021-01-26

Family

ID=64539505

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810709505.3A Active CN108984676B (en) 2018-07-02 2018-07-02 Electronic book cross-terminal self-adaptive display system and method based on XML

Country Status (1)

Country Link
CN (1) CN108984676B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111414741B (en) * 2018-12-19 2022-06-14 北大方正集团有限公司 Method, device, equipment and medium for making format template of publication

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102609400A (en) * 2011-01-19 2012-07-25 上海中信信息发展股份有限公司 Method for converting file formats and conversion tool
CN104090920A (en) * 2014-06-17 2014-10-08 安徽教育网络出版有限公司 System for realizing digital content cross-terminal publishing
US9542500B1 (en) * 2012-01-11 2017-01-10 Amazon Technologies, Inc. Generating network pages using customer-generated network page portions
US10261575B2 (en) * 2013-03-08 2019-04-16 Chi Fai Ho Method and apparatus to tell a story that depends on user attributes

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102609400A (en) * 2011-01-19 2012-07-25 上海中信信息发展股份有限公司 Method for converting file formats and conversion tool
US9542500B1 (en) * 2012-01-11 2017-01-10 Amazon Technologies, Inc. Generating network pages using customer-generated network page portions
US10261575B2 (en) * 2013-03-08 2019-04-16 Chi Fai Ho Method and apparatus to tell a story that depends on user attributes
CN104090920A (en) * 2014-06-17 2014-10-08 安徽教育网络出版有限公司 System for realizing digital content cross-terminal publishing

Also Published As

Publication number Publication date
CN108984676A (en) 2018-12-11

Similar Documents

Publication Publication Date Title
CN106575166B (en) Method for processing hand input character, splitting and merging data and processing encoding and decoding
CN113010638B (en) Entity recognition model generation method and device and entity extraction method and device
CA2448787A1 (en) Method and computer-readable medium for importing and exporting hierarchically structured data
US20180260389A1 (en) Electronic document segmentation and relation discovery between elements for natural language processing
CN109492199A (en) A kind of pdf document conversion method judged in advance based on OCR
CN102402432A (en) Method for creating a multi-lingual web page
US20130232424A1 (en) User operation detection system and user operation detection method
WO2023155303A1 (en) Webpage data extraction method and apparatus, computer device, and storage medium
CN115757596A (en) General electric power unstructured data to structured data conversion method
CN111143642A (en) Webpage classification method and device, electronic equipment and computer readable storage medium
CN108984676B (en) Electronic book cross-terminal self-adaptive display system and method based on XML
CN109062913B (en) Internationalization resource intelligent acquisition method and storage medium
CN107423271B (en) Document generation method and device
CN113806667B (en) Method and system for supporting webpage classification
KR20220130863A (en) Apparatus for Providing Multimedia Conversion Content Creation Service Based on Voice-Text Conversion Video Resource Matching
CN113392354A (en) Webpage text analysis method, system, medium and electronic equipment
US20090217156A1 (en) Method for Storing Localized XML Document Values
CN113239670A (en) Method and device for uploading service template, computer equipment and storage medium
KR20220079073A (en) Production interface device for multimedia conversion content production service providing device
KR101165201B1 (en) Conversion server for a contents providing system
KR102435243B1 (en) A method for providing a producing service of transformed multimedia contents using matching of video resources
US20230308731A1 (en) Method for providing service of producing multimedia conversion content by using image resource matching, and apparatus thereof
Cole et al. XML for catalogers and metadata librarians
US20230046344A1 (en) Systems, Methods, and Devices for a Form Converter
KR20220130861A (en) Method of providing production service that converts audio into multimedia content based on video resource matching

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