WO2005083591A2 - Method and apparatus for transmitting and receiving information - Google Patents
Method and apparatus for transmitting and receiving information Download PDFInfo
- Publication number
- WO2005083591A2 WO2005083591A2 PCT/GB2005/000673 GB2005000673W WO2005083591A2 WO 2005083591 A2 WO2005083591 A2 WO 2005083591A2 GB 2005000673 W GB2005000673 W GB 2005000673W WO 2005083591 A2 WO2005083591 A2 WO 2005083591A2
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- file
- node
- xml
- validator
- files
- 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.)
- Ceased
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/80—Information retrieval; Database structures therefor; File system structures therefor of semi-structured data, e.g. markup language structured data such as SGML, XML or HTML
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F40/00—Handling natural language data
- G06F40/10—Text processing
- G06F40/12—Use of codes for handling textual entities
- G06F40/14—Tree-structured documents
- G06F40/143—Markup, e.g. Standard Generalized Markup Language [SGML] or Document Type Definition [DTD]
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F40/00—Handling natural language data
- G06F40/20—Natural language analysis
- G06F40/205—Parsing
- G06F40/226—Validation
Definitions
- the present invention relates to a method and apparatus for transmitting information between electronic devices, especially computers.
- the method relates to the use of XML files to enable information to be transmitted between computers to be structured in a well-defined format such that the information may be unambiguously received by a receiving computer and subsequently processed in a reliable manner, and to a method of generating validating files in the form of XML-schema and/or DTD files which enable multiple XML files to be validated to ensure that information to be received by a receiving device can be received from multiple separate devices using different protocols generating and transmitting XML files.
- the present invention also particularly relates to a method and apparatus for enabling a party to communicate with a plurality of different parties in which different sets of data need to be communicated with different ones of the parties, to enable electronic representations of the different sets of data to be made in such a way that they will be readily processable by all of the parties involved.
- XML extensible Mark-up Language
- XML is fully declarative, by which it is meant that the significance of many so-called "tags" used in XML files may be user defined.
- tags For a discussion of XML see any one of numerous published books on the subject such as "XML for Dummies" by Maria H. Aviram published by IDG Books Worldwide Inc., or see the Internet web-site of the World Wide Web Consortium for information about XML.
- XML is declarative
- XML may be considered as being a "meta-language" which can be used to define individual markup languages which can then be used to generate well structured documents.
- a particular document is well- structured (i.e. that it complies with the rules of a particular mark-up language) it may be compared with (or "validated” by) either an XML-schema or a Document Type Definition (DTD) file.
- DTD Document Type Definition
- a user in order to generate XML documents for easy transfer of information between computers, a user generates a DTD or XML-schema file first and then writes subsequent XML files which conform to the "rules" specified in the XML-schema or DTD file.
- it may be more convenient to write one or more example XML files first and then to generate automatically a suitable XML-schema or DTD file which is appropriate for the or each example XML file.
- a method of transmitting information between first and second electronic devices including generating a validator file operable to validate or to not validate extensible Markup Language, XML, files according to their structure, transmitting to the second device the validator file itself or information to enable the validator file to be acquired by the second device, generating an XML file which contains the information to be transmitted structured in such a way that it is validatable by the generated validator, transmitting the XML file to the second device and validating the XML file received by the second device, characterised in that the validator file is generated by: acquiring and parsing an example XML file, the XML file having a structure which the validator file to be generated should cause to be validated, to generate a tree structured file comprising a root node and one or more subsidiary nodes each of which corresponds to an element within the example XML file; acquiring and parsing any additional example XML files to generate corresponding additional tree structured files; travers
- the validator file is either a Document Type Definition, DTD, file or an XML- schema definition file (also known as simply an XML-schema file).
- the method further includes automatically processing the XML file received by the second device in order, for example, to update information stored in a database connected to the second device.
- a method of communicating information between two or more parties each controlling a respective device within a distributed environment comprising each device receiving example XML files from each other device with which it is to share information representative of the data which each other party intends to send to the respective device and utilising these, in combination with one or more XML files representative of the data which the party controlling the respective device intends to send to the other devices, generating a validator file which is operable to validate all of the utilised XML files, and using the validator files to validate any received or transmitted XML files communicated between the devices.
- the method involves communicating information between three or more devices within a distributed environment, in which not all parties will wish to communicate with all other parties in the distributed environment, such that different parties will wish to communicate with different sets of other parties.
- the present invention also provides computer programs and devices for carrying out the above described methods.
- Figure 1 is an illustration of a general purpose computer system which may form the operating environment of embodiments of the present invention
- Figure 2 is a system block diagram of the general purpose computer system of Figure 1 ;
- Figure 3 is a flow diagram illustrating the principle steps of a method according to a preferred embodiment of the present invention.
- Figure 4 is a flow diagram of the steps of the 'generate DTD file' subroutine of the flow chart of Figure 3;
- Figure 5 is a schematic diagram of the structure of a typical Intermediate Structure generated in the subroutine of Figure 4;
- Figure 6 is a schematic diagram of the structure of an example DOM tree generated in the subroutine of Figure 4.
- Figure 7 is a schematic diagram of the structure of an example DOM tree similar to that of Figure 6, but showing extra empty text which needs to be pruned;
- Figure 8 is a schematic diagram illustrating how a single DTD file generated according to the subroutine of Figure 4 can be used to validate a plurality of different individual XML files;
- Figure 9 is a schematic diagram of the structure of an Intermediate Structure similar to that of Figure 5 but showing more detail;
- Figure 10a is a schematic diagram of a pruned DOM tree generated from a first simple example XML file
- Figure 10b is a schematic diagram of a pruned DOM tree generated from a second simple example XML file
- Figure 10c is a schematic diagram of the structure of the Intermediate Structure generated from the DOM trees of Figures 10a and 10b; and Figure 11 is a schematic diagram of a system of devices communicating with one another according to an embodiment of the present invention.
- an application program which is key to the correct operation of the method of the first embodiment, is implemented on a general purpose computer system such as that illustrated in Figure 1 and described in greater detail below.
- Some of the data used by the application program, together with other computer programs operating to process (or pre-process) that data may be stored on other computer devices, especially computer servers and databases connected to the general computer system of Figure 1 via a computer network.
- such devices are well known in the art and are in essence very similar to the computer system illustrated in Figure 1 with different emphases (e.g. a computer server is unlikely to contain a graphics card or a sound card but is likely to contain multiple Central Processor Unit (CPU) processors, etc.).
- CPU Central Processor Unit
- Figure 1 illustrates a general purpose computer system which provides the operating environment of aspects of the embodiments of the present invention. Later, the operation of the invention will be described in the general context of computer executable instructions, such as program modules, being executed by a computer. Such program modules may include processes, programs, objects, components, data structures, data variables, or the like that perform tasks or implement particular abstract data types. Moreover, it should be understood by the intended reader that the invention may be embodied within other computer systems other than those shown in Figure 1 , and in particular hand held devices, notebook computers, main frame computers, mini computers, multi processor systems, distributed systems, etc. Within a distributed computing environment, multiple computer systems may be connected to a communications network and individual program modules of the invention may be distributed amongst the computer systems.
- a general purpose computer system 1 which forms the operating environment of the embodiments of the invention, and which is generally known in the art, comprises a desk-top chassis base unit 100 within which is contained the computer power unit, mother board, hard disk drive or drives, system memory, graphics and sound cards, as well as various input and output interfaces. Furthermore, the chassis also provides a housing for an optical disk drive 110 which is capable of reading from and/or writing to a removable optical disk such as a CD, CDR, CDRW, DVD, or the like. Furthermore, the chassis unit 100 also houses a magnetic floppy disk drive 112 capable of accepting and reading from and/or writing to magnetic floppy disks.
- the base chassis unit 100 also has provided on the back thereof numerous input and output ports for peripherals such as a monitor 102 having a display screen 3 (see figures 3 and 4) used to provide a visual display to the user, a printer 108 which may be used to provide paper copies of computer output, and speakers 114 for producing an audio output.
- peripherals such as a monitor 102 having a display screen 3 (see figures 3 and 4) used to provide a visual display to the user, a printer 108 which may be used to provide paper copies of computer output, and speakers 114 for producing an audio output.
- a user may input data and commands to the computer system via a keyboard 104, or a pointing device such as the mouse 106.
- Figure 1 illustrates an exemplary embodiment only, and that other configurations of computer systems are possible which can be used with the present invention.
- the base chassis unit 100 may be in a tower configuration, or alternatively the computer system 1 may be portable in that it is embodied in a lap-top or note-book configuration.
- Other configurations such as personal digital assistants or even mobile phones may also be possible.
- Figure 2 illustrates a system block diagram of the system components of the computer system 1. Those system components located within the dotted lines are those which would normally be found within the chassis unit 100.
- the internal components of the computer system 1 include a mother board upon which is mounted system memory 118 which itself comprises random access memory 120, and read only memory 130.
- a system bus 140 is provided which couples various system components including the system memory 118 with a processing unit 152.
- a graphics card 150 for providing a video output to the monitor 102; a parallel port interface 154 which provides an input and output interface to the system and in this embodiment provides a control output to the printer 108; and a floppy disk drive interface 156 which controls the floppy disk drive 112 so as to read data from any floppy disk inserted therein, or to write data thereto.
- a sound card 158 which provides an audio output signal to the speakers 114; an optical drive interface 160 which controls the optical disk drive 110 so as to read data from and write data to a removable optical disk inserted therein; and a serial port interface 164, which, similar to the parallel port interface 154, provides an input and output interface to and from the system.
- the serial port interface provides an input port for the keyboard 104, and the pointing device 106, which may be a track ball, mouse, or the like.
- a network interface 162 in the form of a network card or the like arranged to allow the computer system 1 to communicate with other computer systems over a network 190.
- the network 190 may be a local area network, wide area network, local wireless network, or the like.
- IEEE 802.11 wireless LAN networks may be of particular use to allow for mobility of the computer system.
- the network interface 162 allows the computer system 1 to form logical connections over the network 190 with other computer systems such as servers, routers, or peer-level computers, for the exchange of programs or data.
- a hard disk drive interface 166 which is coupled to the system bus 140, and which controls the reading from and writing to of data or programs from or to a hard disk drive 168. All of the hard disk drive 168, optical disks used with the optical drive 110, and floppy disks used with the floppy disk 112 provide non-volatile storage of computer readable instructions, data structures, program modules, and other data for the computer system 1. Although these three specific types of computer readable storage media have been described here, it will be understood by the intended reader that other types of computer readable media which can store data may be used, and in particular magnetic cassettes, flash memory cards, tape storage drives, digital versatile disks, or the like.
- Each of the computer readable storage media such as the hard disk drive 168, or any floppy disks or optical disks, may store a variety of programs, program modules, or data.
- the hard disk drive 168 in the embodiment particularly stores a number of application programs 175, application program data 174, other programs required by the computer system 1 or the user 173, a computer system operating system 172 such as Microsoft® Windows®, LinuxTM, UnixTM, or the like, as well as user data in the form of files, data structures, or other data 171.
- the hard disk drive 168 provides non volatile storage of the aforementioned programs and data such that the programs and data can be permanently stored without power.
- the system memory 118 provides the random access memory 120, which provides memory storage for the application programs, program data, other programs, operating systems, and user data, when required by the computer system 1.
- the random access memory 120 provides memory storage for the application programs, program data, other programs, operating systems, and user data, when required by the computer system 1.
- a specific portion of the memory 125 will hold the application programs, another portion 124 may hold the program data, a third portion 123 the other programs, a fourth portion 122 the operating system, and a fifth portion 121 may hold the user data.
- the various programs and data may be moved in and out of the random access memory 120 by the computer system as required. More particularly, where a program or data is not being used by the computer system, then it is likely that it will not be stored in the random access memory 120, but instead will be returned to non-volatile storage on the hard disk 168.
- the system memory 118 also provides read only memory 130, which provides memory storage for the basic input and output system (BIOS) containing the basic information and commands to transfer information between the system elements within the computer system 1.
- BIOS basic input and output system
- the BIOS is essential at system start-up, in order to provide basic information as to how the various system elements communicate with each other and allow for the system to boot-up.
- Figure 2 illustrates one embodiment of the invention, it will be understood by the skilled man that other peripheral devices may be attached to the computer system, such as, for example, microphones, joysticks, game pads, scanners, digital cameras, or the like.
- the network interface 162 we have previously described how this is preferably a wireless LAN network card, although equally it should also be understood that the computer system 1 may be provided with a modem attached to either of the serial port interface 164 or the parallel port interface 154, and which is arranged to form logical connections from the computer system 1 to other computers via the public switched telephone network (PSTN).
- PSTN public switched telephone network
- the computer system 1 is used in a network environment, as in the present embodiment, it should further be understood that the application programs, other programs, and other data which may be stored locally in the computer system may also be stored, either alternatively or additionally, on remote computers, and accessed by the computer system 1 by logical connections formed over the network 190.
- a DTD file is generated .
- the manner in which such DTD files are generated in the present embodiment is described in greater detail below. It is important to note that, for the information to be successfully transmitted, the receiving computer must be aware of the DTD file and this file must have been taken into consideration during development of any automated procedures for subsequent processing of the received information. Thus there will typically be a considerable delay between carrying out subroutine S100 and performance of remaining steps S10 - S50.
- a computer wishing to communicate some information to a receiving computer generates an XML file containing the information to be transmitted. This can be done in any number of well known manners including simply using a text editor application to generate a text file.
- an XML processor application is employed to attempt to validate the XML file generated in step S20 in respect of the DTD file generated in subroutine S100. If the XML file is not successfully validated, the user has an option to attempt to edit the XML file in an attempt to make the file conform to the required structure. Alternatively, it may be that the nature of the information is such that in order to communicate the information successfully a new DTD file has to be generated. In this case the user may terminate the procedure and recommence it at subroutine S100. If, however, validation is performed successfully, then the method proceeds to step S30.
- step S30 the generated and validated XML file is transmitted as a text file to the receiving computer. This may be done in an indirect manner by, for example, transmitting the file firstly to a server computer and then downloading the file from the server computer to the receiving computer.
- step S40 the receiving computer uses the DTD file (which may have been received directly from the transmitting computer, or it could have been generated locally using the subroutine S100 with the same or an equivalent set of example XML files, or by some other method or means) to again attempt to validate the received XML file.
- the process is terminated.
- the receiving computer may automatically request the transmitting computer to re-send the file since it is possible that the file was corrupted during transmission.
- the receiving computer might simply alert a user to the fact that the received file has not been successfully validated and enable the user to decide what further action should be taken.
- step S40 the method proceeds to step S50 in which the XML file is further processed automatically by the receiving computer without requiring any user intervention. The method ends upon completion of step S50.
- Subroutine S100 commences at step S110 in which an example XML file (which the DTD file to be generated is supposed to be able to validate) is input to the process.
- step S120 the input XML file is parsed using a conventional XML to Document Object Model (DOM) tree parsing application (it will be appreciated that there are a large number of publicly available applications which perform this function) to generate a DOM tree representation of the input XML file.
- step S130 it is determined if there are more example XML files to be used in generating the DTD file. If so, the method returns to step S110 and steps S110 and S120 are repeated for each additional example XML file to be used in generating the DTD file. Once all of the example XML files have been converted into corresponding DOM trees the subroutine S100 proceeds to step S140.
- DOM Document Object Model
- step S140 the or each DOM tree generated previously is processed in a manner described in greater detail below to generate an intermediate structure (which is also described in greater detail below).
- step S150 the intermediate structure generated in step S140 is processed to generate a DTD file in a manner described in greater detail below.
- step S160 the DTD file generated in step S150 is output, as the final output of the subroutine, to whichever process (or thread) called the subroutine; upon completion of step S160 the subroutine ends.
- DOM tree traversal when an Element node is met, provided that it is not already in the linked list, a new reference to the node is formed in the linked list.
- the references to nodes are constructed by referring to the Nodes from the structure of the DOM tree, so that it is possible to traverse the DOM tree directly from a reference to a node in the linked list.
- This list (or in actual fact list of lists) groups together the Elements that have the same Element node name into individual lists. Any repeated Element (ie having the same name, the same children elements and the same attributes) is discarded. Below, the algorithm for this intermediate structure building is described using pseudo-code.
- the parser returns a DOM tree structure (see below).
- This is an n-ary tree that can be walked to generate DTD/Schema code for the XML file.
- What this embodiment performs is creation of an Intermediate Structure (IS), the role of which is to group together DOM tree nodes in a way that: a) the task of code generation becomes much easier, as the IS bundles the related nodes into a sub-structure of their own b) by maintaining a single IS that can serve several XML files, a single DTD/Schema file may easily be generated which encompasses the union of all their features.
- IS Intermediate Structure
- a DOM parser takes an XML file as input and generates a corresponding DOM tree.
- each node of the tree is an element of a type which implements the interface referred to in Java as Node.
- IS Intermediate Structure
- FIG 8 schematically presents how each of the individual dtd files dtdl - dtd4 can only validate its own single corresponding xml file xmll - xml4 respectively, but the general dtd file dtd ⁇ generated by inputting all four xml files xmll - xml4 simultaneously to the method of the present embodiment is able to validate all four xml files xmll - xml4.
- FIG. 9 Generation of DTD file from Intermediate Structure
- Figure 9 is similar to Figure 5 but additionally shows the internal structure of node n51 , from which it can be seen that it includes a list of children c511 , c512, c513 and attributes a511 , a512.
- the manner in which the Intermediate structure is generated from a DOM tree is described below with reference to Figure 10. Before that, however, it is explained how in the present embodiment, a DTD file is generated from an Intermediate Structure.
- Each element of the second level list is a Node.
- the algorithm outputs the list of children as a comma separated list, within brackets. Between each of these bracketed lists the algorithm places the or symbol i.e. ("
- the algorithm for determining whether an attribute is required or implied involves: for each element of the list-of-lists (which will be a list of nodes) every node is traversed and all of the attributes under each node are collected and inserted into a new list, attribList (one per list-of-list), with each attribute originally marked as REQUIRED; then the attribute list of each node is traversed again, checking that each REQUIRED attribute in attribList is present, if an attribute in attribList is not present in a particular attribute list of a node, that attribute is re-marked in attribList as IMPLIED; finally the resulting attribList is used to generate the ATTLIST statement for that element.
- FIGS. 10a and 10b The pruned DOM trees generated from these files are shown schematically in Figures 10a and 10b respectively. Note that node A of Figure 10a differs from node A of Figure 10b in that the latter has attributes t1 and t2 whereas node A in Figure 10a has attribute t1 only, although this distinction is not shown in Figures 10a and 10b.
- the Intermediate Structure generated from these two DOM trees is illustrated in Figure 10c. It is arrived at by first parsing the DOM tree of Figure 10a and encountering firstly node D with children nodes A and E but no attributes and creating a new list In21 and storing therein a reference n211 to node D in the DOM tree of Figure 10a.
- the method then proceeds to traverse the DOM tree of Figure 10b.
- node D of the DOM tree of Figure 10b it determines that it already has a list In21 created for storing references to D nodes; it determines that the D node of Figure 10b does not have the same children and attributes as the D node of Figure 10a (note although the attributes are the same since neither has any the child lists are different as one has children A and E whereas the other has children A and C) and therefore stores a new reference n212 to the node D of the DOM tree of Figure 10b.
- L(G) be the set of all XML files which can be validated by D .
- the UE(G,) is the set of all XML files that can be validated by ⁇ ( n ).
- ⁇ ( 4 ) can be used to validate all XML files that are process-able by other parties (i.e. 4 V(G) Where G is an XML file and Ge (JL(G, ) ). Notice that, in this distributed
- This further example presents two files which fundamentally have the same structure, though in appearance are different. This difference in appearance is even more pronounced because the XML file contains a recursive structure.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Health & Medical Sciences (AREA)
- Artificial Intelligence (AREA)
- Audiology, Speech & Language Pathology (AREA)
- Computational Linguistics (AREA)
- General Health & Medical Sciences (AREA)
- Databases & Information Systems (AREA)
- Data Mining & Analysis (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
Description
Claims
Priority Applications (3)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CA002557515A CA2557515A1 (en) | 2004-02-26 | 2005-02-23 | Method and apparatus for transmitting and receiving information |
| US10/590,519 US20070277094A1 (en) | 2004-02-26 | 2005-02-23 | Method And Apparatus For Transmitting And Receiving Information |
| EP05708447A EP1719063A2 (en) | 2004-02-26 | 2005-02-23 | Method and apparatus for transmitting and receiving information |
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| GBGB0404292.5A GB0404292D0 (en) | 2004-02-26 | 2004-02-26 | Method and apparatus for transmitting and receiving information |
| GB0404292.5 | 2004-02-26 |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| WO2005083591A2 true WO2005083591A2 (en) | 2005-09-09 |
| WO2005083591A3 WO2005083591A3 (en) | 2006-02-02 |
Family
ID=32050924
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/GB2005/000673 Ceased WO2005083591A2 (en) | 2004-02-26 | 2005-02-23 | Method and apparatus for transmitting and receiving information |
Country Status (5)
| Country | Link |
|---|---|
| US (1) | US20070277094A1 (en) |
| EP (1) | EP1719063A2 (en) |
| CA (1) | CA2557515A1 (en) |
| GB (1) | GB0404292D0 (en) |
| WO (1) | WO2005083591A2 (en) |
Cited By (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20080071825A1 (en) * | 2006-09-15 | 2008-03-20 | Oracle International Corporation | Techniques for checking whether a complex digital object conforms to a standard |
| EP2211277A1 (en) | 2009-01-19 | 2010-07-28 | BRITISH TELECOMMUNICATIONS public limited company | Method and apparatus for generating an integrated view of multiple databases |
Families Citing this family (9)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20060212799A1 (en) * | 2005-02-11 | 2006-09-21 | Fujitsu Limited | Method and system for compiling schema |
| US20070234199A1 (en) * | 2006-03-31 | 2007-10-04 | Astigeyevich Yevgeniy M | Apparatus and method for compact representation of XML documents |
| US8504909B2 (en) * | 2008-04-04 | 2013-08-06 | Microsoft Corporation | Load-time memory optimization |
| US8281235B1 (en) * | 2008-04-16 | 2012-10-02 | Adobe Systems Incorporated | Transformation of structured files |
| US20090300054A1 (en) * | 2008-05-29 | 2009-12-03 | Kathleen Fisher | System for inferring data structures |
| CN111861148B (en) * | 2020-06-29 | 2022-07-05 | 北京航空航天大学 | XML-based three-dimensional inspection procedure transfer method and system |
| CN115579096B (en) * | 2021-07-06 | 2025-02-07 | 桂林谷科林科技有限公司 | A method, system and storage medium for automatic generation and analysis verification of pharmacovigilance E2B R3 standard report |
| CN116048482B (en) * | 2023-01-17 | 2023-09-19 | 成都曾自科技有限公司 | API-based automatic editor function expansion method, device and storage medium |
| CN120994174B (en) * | 2025-08-09 | 2026-03-20 | 北京爱博精电科技有限公司 | Communication code generation method and storage medium based on XML configuration files |
Family Cites Families (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US6519617B1 (en) * | 1999-04-08 | 2003-02-11 | International Business Machines Corporation | Automated creation of an XML dialect and dynamic generation of a corresponding DTD |
| US6721727B2 (en) * | 1999-12-02 | 2004-04-13 | International Business Machines Corporation | XML documents stored as column data |
| EP1259901A1 (en) * | 2000-01-27 | 2002-11-27 | Synquiry Technologies, Ltd | Software composition using graph types, graphs, and agents |
| CA2349469A1 (en) * | 2001-06-01 | 2002-12-01 | Ibm Canada Limited-Ibm Canada Limitee | A data instance transformation tool for transforming a source instance to a target instance |
| JP2003084987A (en) * | 2001-09-11 | 2003-03-20 | Internatl Business Mach Corp <Ibm> | Automaton generation method for verifying validity of XML document, validity verification method of XML document, automaton generation system for verifying validity of XML document, validity verification system and program of XML document |
| KR100472458B1 (en) * | 2002-06-26 | 2005-03-10 | 삼성전자주식회사 | Apparatus method for XML parsing utilizing exterior XML validator |
-
2004
- 2004-02-26 GB GBGB0404292.5A patent/GB0404292D0/en not_active Ceased
-
2005
- 2005-02-23 US US10/590,519 patent/US20070277094A1/en not_active Abandoned
- 2005-02-23 CA CA002557515A patent/CA2557515A1/en not_active Abandoned
- 2005-02-23 WO PCT/GB2005/000673 patent/WO2005083591A2/en not_active Ceased
- 2005-02-23 EP EP05708447A patent/EP1719063A2/en not_active Withdrawn
Non-Patent Citations (10)
| Title |
|---|
| AHONEN H: "Automatic generation of SGML content models" ELECTRONIC PUBLISHING: ORIGINATION, DISSEMINATION AND DESIGN WILEY UK, vol. 8, no. 2-3, June 1995 (1995-06), pages 195-206, XP002349145 ISSN: 0894-3982 * |
| AHONEN H: "Disambiguation of SGML content models" PRINCIPLES OF DOCUMENT PROCESSING. THIRD INTERNATIONAL WORKSHOP, PODP'96. PROCEEDINGS SPRINGER-VERLAG BERLIN, GERMANY, 1997, pages 27-37, XP002349146 ISBN: 3-540-63620-X * |
| ANONYMOUS: "PRB: 'Schema Is Non-Deterministic' Error Message" ONLINE PUBLICATION, XP002349296 Retrieved from the Internet: URL:http://support.microsoft.com/default.aspx?scid=kb;EN-US;q316297> [retrieved on 2005-10-14] * |
| BRAY T ET AL: "Extensible Markup Language (XML) 1.0 (3rd edition) W3C Recommendation" W3C STANDARD, 4 February 2004 (2004-02-04), XP002322413 * |
| CHUANG-HUE MOH ET AL: "DTD-Miner: a tool for mining DTD from XML documents" PROCEEDINGS SECOND INTERNATIONAL WORKSHOP ON ADVANCED ISSUES OF E-COMMERCE AND WEB-BASED INFORMATION SYSTEMS. WECWIS 2000 IEEE COMPUT. SOC LOS ALAMITOS, CA, USA, 2000, XP002349143 ISBN: 0-7695-0610-0 * |
| GOESCHKA K M ET AL: "XML based robust client-server communication for a distributed telecommunication management system" SYSTEM SCIENCES, 2003. PROCEEDINGS OF THE 36TH ANNUAL HAWAII INTERNATIONAL CONFERENCE ON 6-9 JAN. 2003, PISCATAWAY, NJ, USA,IEEE, 6 January 2003 (2003-01-06), pages 122-131, XP010626425 ISBN: 0-7695-1874-5 * |
| INTERNATIONAL BUSINESS MACHINES CORPORATION: "System and method for java serialization compatibility using XML" RESEARCH DISCLOSURE, KENNETH MASON PUBLICATIONS, WESTBOURNE, GB, vol. 455, no. 159, March 2002 (2002-03), XP007130094 ISSN: 0374-4353 * |
| JONG-SEOK JEONG ET AL: "Extracting information from semi-structured internet sources" INDUSTRIAL ELECTRONICS, 2001. PROCEEDINGS. ISIE 2001. IEEE INTERNATIONAL SYMPOSIUM ON JUNE 12-16, 2001, PISCATAWAY, NJ, USA,IEEE, vol. 2, 12 June 2001 (2001-06-12), pages 1378-1381, XP010548669 ISBN: 0-7803-7090-2 * |
| JONG-SEOK JUNG ET AL: "Extracting information from XML documents by reverse generating a DTD" EURASIA-ICT 2002: INFORMATION AND COMMUNICATION TECHNOLOGY. FIRST EURASIAN CONFERENCE. PROCEEDINGS (LECTURE NOTES IN COMPUTER SCIENCE VOL.2510) SPRINGER-VERLAG BERLIN, GERMANY, 2002, pages 314-321, XP002349144 ISBN: 3-540-00028-3 * |
| KAY M H: "DTDGen - XML DTD Generator" ONLINE PUIBLICATION, 28 April 1998 (1998-04-28), XP002225792 * |
Cited By (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20080071825A1 (en) * | 2006-09-15 | 2008-03-20 | Oracle International Corporation | Techniques for checking whether a complex digital object conforms to a standard |
| US9535912B2 (en) * | 2006-09-15 | 2017-01-03 | Oracle International Corporation | Techniques for checking whether a complex digital object conforms to a standard |
| EP2211277A1 (en) | 2009-01-19 | 2010-07-28 | BRITISH TELECOMMUNICATIONS public limited company | Method and apparatus for generating an integrated view of multiple databases |
Also Published As
| Publication number | Publication date |
|---|---|
| WO2005083591A3 (en) | 2006-02-02 |
| GB0404292D0 (en) | 2004-03-31 |
| CA2557515A1 (en) | 2005-09-09 |
| EP1719063A2 (en) | 2006-11-08 |
| US20070277094A1 (en) | 2007-11-29 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US8959428B2 (en) | Method and apparatus for generating an integrated view of multiple databases | |
| RU2398274C2 (en) | Data bank for program application documents | |
| US7117436B1 (en) | Generating a Web page by replacing identifiers in a preconstructed Web page | |
| AU2003204478B2 (en) | Method and system for associating actions with semantic labels in electronic documents | |
| US7240279B1 (en) | XML patterns language | |
| US6754676B2 (en) | Apparatus and method for providing selective views of on-line surveys | |
| US6658624B1 (en) | Method and system for processing documents controlled by active documents with embedded instructions | |
| US7765464B2 (en) | Method and system for dynamically assembling presentations of web pages | |
| BRPI0610288A2 (en) | determining fields for presentable files and extensively markup language schemes for bibliographies and citations | |
| US20060130047A1 (en) | System and apparatus for software versioning | |
| US20060200833A1 (en) | Dynamic conversion of object-oriented programs to tag-based procedural code | |
| TW200422881A (en) | Method and computer-readable medium for importing and exporting hierarchically structured data | |
| US6519617B1 (en) | Automated creation of an XML dialect and dynamic generation of a corresponding DTD | |
| US20030226102A1 (en) | Displaying plug-in derived content in an application's browser-embedded window with callbacks | |
| JP2006178952A (en) | Method and system for linking data range of computer-generated document with associated xml elements | |
| EP1719063A2 (en) | Method and apparatus for transmitting and receiving information | |
| US20090094273A1 (en) | Information processing apparatus and control method thereof, and document verification apparatus and control method thereof | |
| Tankink et al. | Formal mathematics on display: A wiki for Flyspeck | |
| US20060026503A1 (en) | Markup document appearance manager | |
| US20070234199A1 (en) | Apparatus and method for compact representation of XML documents | |
| US8166080B2 (en) | Optimized computer diagramming method | |
| US20090021767A1 (en) | Document processing device | |
| US7617219B2 (en) | Enhanced handling of repeated information in a web form | |
| US7716653B2 (en) | Configurable importers and resource writers for converting data into another format | |
| US20080262993A1 (en) | Document Management Device and Document Management Method |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| AK | Designated states |
Kind code of ref document: A2 Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BW BY BZ CA CH CN CO CR CU CZ DE DK DM DZ EC EE EG ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NA NI NO NZ OM PG PH PL PT RO RU SC SD SE SG SK SL SM SY TJ TM TN TR TT TZ UA UG US UZ VC VN YU ZA ZM ZW |
|
| AL | Designated countries for regional patents |
Kind code of ref document: A2 Designated state(s): BW GH GM KE LS MW MZ NA SD SL SZ TZ UG ZM ZW AM AZ BY KG KZ MD RU TJ TM AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HU IE IS IT LT LU MC NL PL PT RO SE SI SK TR BF BJ CF CG CI CM GA GN GQ GW ML MR NE SN TD TG |
|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application | ||
| WWE | Wipo information: entry into national phase |
Ref document number: 10590519 Country of ref document: US Ref document number: 2557515 Country of ref document: CA |
|
| WWE | Wipo information: entry into national phase |
Ref document number: 2005708447 Country of ref document: EP |
|
| WWP | Wipo information: published in national office |
Ref document number: 2005708447 Country of ref document: EP |
|
| WWP | Wipo information: published in national office |
Ref document number: 10590519 Country of ref document: US |


