WO2000023902A1 - Dynamic conversion of byte ordering for use on different processor platforms - Google Patents

Dynamic conversion of byte ordering for use on different processor platforms Download PDF

Info

Publication number
WO2000023902A1
WO2000023902A1 PCT/US1999/023542 US9923542W WO0023902A1 WO 2000023902 A1 WO2000023902 A1 WO 2000023902A1 US 9923542 W US9923542 W US 9923542W WO 0023902 A1 WO0023902 A1 WO 0023902A1
Authority
WO
WIPO (PCT)
Prior art keywords
format
template
byte
resource type
short
Prior art date
Application number
PCT/US1999/023542
Other languages
French (fr)
Inventor
Brady Duga
Andrew Marder
Garth Conboy
Original Assignee
Softbook Press, Inc.
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 Softbook Press, Inc. filed Critical Softbook Press, Inc.
Priority to AU64231/99A priority Critical patent/AU6423199A/en
Publication of WO2000023902A1 publication Critical patent/WO2000023902A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • G06F13/38Information transfer, e.g. on bus
    • G06F13/40Bus structure
    • G06F13/4004Coupling between buses
    • G06F13/4009Coupling between buses with data restructuring
    • G06F13/4013Coupling between buses with data restructuring with data re-ordering, e.g. Endian conversion
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/25Integrating or interfacing systems involving database management systems
    • G06F16/258Data format conversion from or to a database
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/99941Database schema or data structure
    • Y10S707/99943Generating database or data structure, e.g. via user interface

Definitions

  • the present invention relates generally to a distribution system of digital contents, i.e., digitally encoded published materials. More particularly, the invention relates to a method for dynamically converting the byte-ordering of a data structure in a digital content from one format to a different format.
  • An electronic book is a viewing device that receives printed materials in the form of digital data downloaded from an information network.
  • a user of an electronic book can read downloaded contents of books and printed materials subscribed from a participating bookstore at his or her own convenience without the need to purchase the printed copies of the books.
  • An electronic book, or any other viewing device has persistent memory, such as a hard disk or a flash random-access-memory (RAM), to store the downloaded digital contents and constitutes a particular processor platform.
  • persistent memory such as a hard disk or a flash random-access-memory (RAM)
  • Digital contents stored as binary data in persistent memory of a viewing device must be readable in the native byte-ordering format of the processor of the viewing device.
  • certain processors require the byte-ordering of numeric values to be in specific formats. These formats may be different for different types of processors.
  • the 2-byte hexadecimal number 3AF7 is stored in RAM as: 3A in byte 1, F7 in byte 2.
  • the same number is stored in RAM as: 77 in byte 1, 3A in byte 2.
  • the Motorola chip format is called big endian format, and the Intel chip format is called little endian format.
  • binary data should be stored in the endian format of the final target processor platform for which it is created.
  • this is not possible if there is more than one target processor platform and the platforms are not compatible.
  • a digital content stored in one endian format at the virtual bookstore can be directly used by one group of viewing devices, but must be converted to a different endian format to be used by the other group.
  • Performing conversion of byte- ordering at the viewing device level is time-consuming and prone to errors, specially when the data structure has a complex combination of data types and contains nested lists of other structures.
  • a change to a data structure will require every user of that structure to change its conversion.
  • the present invention is a method for dynamically converting the byte-ordering of a data structure of a resource type from a first format to a second format, the first format being incompatible with the second format.
  • the method comprises the following steps: (a) creating a template which corresponds to the data structure of the resource type, the template having a structure in a third format which is compatible with the first and second formats; (b) linking the template to the resource type; and (c) converting automatically the byte-ordering of the data structure of the resource type from the first format to the second format using the template.
  • Figure 1 is a diagram illustrating a system in which the present invention can be practiced.
  • Figure 2 is a flowchart illustrating one embodiment of the present invention.
  • Figure 3 is a table describing some values of the template used in the present invention.
  • the present invention is a method and system for dynamically converting the byte-ordering of a data structure of a resource type from a first format to a second format which is incompatible with the first format.
  • the method includes the steps of creating a template having a structure which corresponds to the data structure of the resource type, the template structure being in a third format which is compatible with the first and second formats, linking the template structure to the resource type, and automatically converting the byte-ordering of the data structure of the resource type from the first format to the second format using the template structure.
  • Figure 1 is a diagram illustrating a system 100 in which one embodiment of the invention can be practiced.
  • the system 100 comprises: (a) at least one portable electronic book 10 operative to request a digital content from a catalog of distinct digital contents, to receive and display the requested digital content in readable form; (b) an information services system 20 which includes an authentication server 32 for authenticating the identity of the requesting portable electronic book 10 and a copyright protection server 22 for rendering the requested digital content sent to the requesting portable electronic book 10 readable only by the requesting portable electronic book 10; (c) at least one primary virtual bookstore 40 in electrical communication with the information services system 20, the primary virtual bookstore being a computer- based storefront accessible by the portable electronic book and including the catalog of distinct digital contents; and (d) a repository 50, in electrical communication with the primary virtual bookstore 40, for storing the distinct digital contents listed in the catalog.
  • the system 100 preferably includes more than one portable electronic book 10, to be commercially viable. This is illustrated in Figure 1 by including the portable electronic books 12 and 14.
  • the system also preferably includes more than one primary virtual bookstore 40, each serving a different set of customers, each customer owning a portable electronic book.
  • the system 100 can further comprise a secondary virtual bookstore 60 in electrical communication with the information services system 20.
  • the information services system 20 also includes a directory of virtual bookstores 26 in order to provide the portable electronic book 10 with access to the secondary virtual bookstore 60 and its catalog of digital contents.
  • the information services system 20 can optionally include a notice board server for sending messages from one of the virtual bookstores, primary or secondary, to a portable electronic book in the system.
  • the information services system 20 also includes a registration server 24 for keeping track of the portable electronic books that are considered active accounts in the system and for ensuring that each portable electronic book is associated with a primary virtual bookstore in the system.
  • the registration server 24 also allows each portable electronic book user to define his/her own notice board and document delivery address.
  • the information services system 20 preferably comprises a centralized bookshelf 30 associated with each portable electronic book 10 in the system.
  • Each centralized bookshelf 30 contains all digital contents requested and owned by the associated portable electronic book 10.
  • Each portable electronic book 10 user can permanently delete any of the owned digital contents from the associated centralized bookshelf 30. Since the centralized bookshelf 30 contains all the digital contents owned by the associated portable electronic book 10, these digital contents may have originated from different virtual bookstores.
  • the centralized bookshelf 30 is a storage extension for the portable electronic book 10. Such storage extension is needed since the portable electronic book 10 has limited non-volatile memory capacity.
  • the user of the portable electronic book 10 can add marks, such as bookmarks, inking, highlighting and underlining, and annotations on a digital content displayed on the screen of the portable electronic book, then stores this marked digital content in the non-volatile memory of the electronic book 10.
  • the user can also upload this marked digital content to the information services system 20 to store it in the centralized bookshelf 30 associated with the portable electronic book 10, for later retrieval. It is noted that there is no need to upload any unmarked digital content, since it was already stored in the centralized bookshelf 30 at the time it was first requested by the portable electronic book 10.
  • the information services system 20 further includes an Internet Services Provider (ISP) 34 for providing Internet network access to each portable electronic book in the system.
  • ISP Internet Services Provider
  • a digital content stored in the repository 50 of the virtual bookstore 40 or in the centralized bookshelf 30 may include numerical values which are stored as binary data in an endian format. If the requesting portable electronic book 10 runs on a processor platform which is incompatible with this endian format, then the byte-ordering of the binary data have to be converted to the other endian format.
  • Binary data are stored in a number of different record structures.
  • Each structure has an arbitrarily complex combination of data types which may include 2-byte and 4-byte integer values, with and without alignment, NULL terminated strings, counted strings (1-byte and 2-byte counts), points (2-byte or 4-byte integer pairs), etc.
  • these structures may contain nested lists of other structures. The nested lists may be counted lists or indefinite lists.
  • the present invention allows the byte-ordering conversion to be performed dynamically at the server end of the system of Figure 1.
  • Figure 2 is a flowchart illustrating one embodiment of the present invention.
  • the process 200 reads a data structure of a resource type requested by a device.
  • the data structure is stored in format 1 in a simple database system of a server (Block 202). This simple database system is usually called the resource file system.
  • the process then creates a template describing the data structure of the resource type (Block 204).
  • the structure of this template is in a format which is compatible with both format 1 and format 2.
  • the template structure is a series of 1-byte values that represent individual data elements of the data structure of the resource type. This one-byte format is compatible to both endian formats discussed above, and does not require any conversion of the byte ordering.
  • the process 200 then links the template to the resource type (Block 206).
  • the template is preferably stored in the same resource file as that of the resource type.
  • process 200 determines whether the requesting device uses format 1 for byte- ordering (Block 208). If the requesting device uses format 1, then the data of the resource type as stored in the database system is sent to the requesting device (Block 210). Then, the process 200 is terminated.
  • process 200 converts the byte-ordering of the data structure of the resource type from format 1 to format 2 using the template (Block 212). Then, the process 200 is terminated.
  • template structure is in the format of 1-byte values, byte swapping is not required, making it compatible to any platform.
  • any change to a data structure layout require only a single change in the corresponding template for all users of that data.
  • Figure 3 shows the description of some template values.
  • the template data can be expanded to include more values.
  • Each template describes a resource type.
  • a resource type may have the following data structure, where a short is a 2-byte integer, a long is a 4-byte integer, and a char is a single byte:
  • the template for this resource type is the following integer stream, using the byte values from Figure 3:
  • Short, Short, Byte Short align, Long, Short
  • the template has one more value than the number of elements in the structure.
  • the data for this structure may be aligned, that is, the individual data elements may need to start on 2-byte or 4- byte boundaries.
  • the alignment is for 2 byte boundaries, forcing the "char" to take 2 bytes, but treating the second byte as padding to be disposed, not as data to be swapped.
  • Short si Short si

Abstract

The invention is a method for dynamically converting the byte-ordering of a data structure of a resource type from a first format to a second format, the first format being incompatible with the second format. The method comprises the following steps: (a) creating a template which corresponds to the data structure of the resource type, the template having a structure in a third format which is compatible with the first and second formats; (b) linking the template to the resource type; and (c) converting automatically the byte-ordering of the data structure of the resource type from the first format to the second format using the template.

Description

DYNAMIC CONVERSION OF BYTE ORDERING FOR USE ON DIFFERENT PROCESSOR PLATFORMS
BACKGROUND OF THE INVENTION
1. Field of the Invention
The present invention relates generally to a distribution system of digital contents, i.e., digitally encoded published materials. More particularly, the invention relates to a method for dynamically converting the byte-ordering of a data structure in a digital content from one format to a different format.
2. Description of Related Art
Advances in computer and communication technology have provided the consumers a convenient and economical means to access information in a variety of media. One particular area of information access is the electronic books. An electronic book is a viewing device that receives printed materials in the form of digital data downloaded from an information network. A user of an electronic book can read downloaded contents of books and printed materials subscribed from a participating bookstore at his or her own convenience without the need to purchase the printed copies of the books.
An electronic book, or any other viewing device, has persistent memory, such as a hard disk or a flash random-access-memory (RAM), to store the downloaded digital contents and constitutes a particular processor platform.
Digital contents stored as binary data in persistent memory of a viewing device must be readable in the native byte-ordering format of the processor of the viewing device. For performance reasons, certain processors require the byte-ordering of numeric values to be in specific formats. These formats may be different for different types of processors. For example, for use on a Motorola 680x0 chip, the 2-byte hexadecimal number 3AF7 is stored in RAM as: 3A in byte 1, F7 in byte 2. For use on an Intel processor, the same number is stored in RAM as: 77 in byte 1, 3A in byte 2. The Motorola chip format is called big endian format, and the Intel chip format is called little endian format. The conversion of raw numerical data from one format to the other is further complicated by the fact that the byte-swapping must depend on individual data element sizes. Without knowing the individual data element sizes, it is not possible to convert raw binary numerical data from one format to the other. For instance, two 2-byte numbers are indistinguishable from one 4-byte number. Consider the big endian data ABCD where A, B, C and D are bytes. This data may be two 2-byte numbers, namely, AB and CD, or it may be a single 4-byte number ABCD. Since byte swapping must be done for individual numbers, the resulting little endian data are either BADC if the big endian data are two 2-byte numbers, or DCBA if the big endian data is a single 4-byte number.
For optimal performance, binary data should be stored in the endian format of the final target processor platform for which it is created. However, this is not possible if there is more than one target processor platform and the platforms are not compatible. For example, in a digital content distribution system which includes a virtual bookstore and two different groups of viewing devices which run on two incompatible types of processors, a digital content stored in one endian format at the virtual bookstore can be directly used by one group of viewing devices, but must be converted to a different endian format to be used by the other group. Performing conversion of byte- ordering at the viewing device level is time-consuming and prone to errors, specially when the data structure has a complex combination of data types and contains nested lists of other structures. In addition, a change to a data structure will require every user of that structure to change its conversion.
Therefore, currently, there is a need for an efficient method to dynamically convert the byte-ordering of a data structure from one endian format to another endian format for use on a different processor platform.
SUMMARY OF THE INVENTION
The present invention is a method for dynamically converting the byte-ordering of a data structure of a resource type from a first format to a second format, the first format being incompatible with the second format. The method comprises the following steps: (a) creating a template which corresponds to the data structure of the resource type, the template having a structure in a third format which is compatible with the first and second formats; (b) linking the template to the resource type; and (c) converting automatically the byte-ordering of the data structure of the resource type from the first format to the second format using the template.
BRIEF DESCRIPTION OF THE DRAWINGS
Figure 1 is a diagram illustrating a system in which the present invention can be practiced.
Figure 2 is a flowchart illustrating one embodiment of the present invention. Figure 3 is a table describing some values of the template used in the present invention.
DETAILED DESCRIPTION OF THE INVENTION
The present invention is a method and system for dynamically converting the byte-ordering of a data structure of a resource type from a first format to a second format which is incompatible with the first format. The method includes the steps of creating a template having a structure which corresponds to the data structure of the resource type, the template structure being in a third format which is compatible with the first and second formats, linking the template structure to the resource type, and automatically converting the byte-ordering of the data structure of the resource type from the first format to the second format using the template structure.
In the following description, for purposes of explanation, numerous details are set forth in order to provide a thorough understanding of the present invention. However, it will be apparent to one skilled in the art that these specific details are not required in order to practice the present invention.
Figure 1 is a diagram illustrating a system 100 in which one embodiment of the invention can be practiced.
Referring to Figure 1, the system 100 comprises: (a) at least one portable electronic book 10 operative to request a digital content from a catalog of distinct digital contents, to receive and display the requested digital content in readable form; (b) an information services system 20 which includes an authentication server 32 for authenticating the identity of the requesting portable electronic book 10 and a copyright protection server 22 for rendering the requested digital content sent to the requesting portable electronic book 10 readable only by the requesting portable electronic book 10; (c) at least one primary virtual bookstore 40 in electrical communication with the information services system 20, the primary virtual bookstore being a computer- based storefront accessible by the portable electronic book and including the catalog of distinct digital contents; and (d) a repository 50, in electrical communication with the primary virtual bookstore 40, for storing the distinct digital contents listed in the catalog.
The system 100 preferably includes more than one portable electronic book 10, to be commercially viable. This is illustrated in Figure 1 by including the portable electronic books 12 and 14. The system also preferably includes more than one primary virtual bookstore 40, each serving a different set of customers, each customer owning a portable electronic book.
The system 100 can further comprise a secondary virtual bookstore 60 in electrical communication with the information services system 20. In this case, the information services system 20 also includes a directory of virtual bookstores 26 in order to provide the portable electronic book 10 with access to the secondary virtual bookstore 60 and its catalog of digital contents.
The information services system 20 can optionally include a notice board server for sending messages from one of the virtual bookstores, primary or secondary, to a portable electronic book in the system.
The information services system 20 also includes a registration server 24 for keeping track of the portable electronic books that are considered active accounts in the system and for ensuring that each portable electronic book is associated with a primary virtual bookstore in the system. In the case where the optional notice board server is included in the information services system 20, the registration server 24 also allows each portable electronic book user to define his/her own notice board and document delivery address.
The information services system 20 preferably comprises a centralized bookshelf 30 associated with each portable electronic book 10 in the system. Each centralized bookshelf 30 contains all digital contents requested and owned by the associated portable electronic book 10. Each portable electronic book 10 user can permanently delete any of the owned digital contents from the associated centralized bookshelf 30. Since the centralized bookshelf 30 contains all the digital contents owned by the associated portable electronic book 10, these digital contents may have originated from different virtual bookstores. The centralized bookshelf 30 is a storage extension for the portable electronic book 10. Such storage extension is needed since the portable electronic book 10 has limited non-volatile memory capacity.
The user of the portable electronic book 10 can add marks, such as bookmarks, inking, highlighting and underlining, and annotations on a digital content displayed on the screen of the portable electronic book, then stores this marked digital content in the non-volatile memory of the electronic book 10. The user can also upload this marked digital content to the information services system 20 to store it in the centralized bookshelf 30 associated with the portable electronic book 10, for later retrieval. It is noted that there is no need to upload any unmarked digital content, since it was already stored in the centralized bookshelf 30 at the time it was first requested by the portable electronic book 10. The information services system 20 further includes an Internet Services Provider (ISP) 34 for providing Internet network access to each portable electronic book in the system.
In the system 100 of Figure 1, a digital content stored in the repository 50 of the virtual bookstore 40 or in the centralized bookshelf 30 may include numerical values which are stored as binary data in an endian format. If the requesting portable electronic book 10 runs on a processor platform which is incompatible with this endian format, then the byte-ordering of the binary data have to be converted to the other endian format.
Binary data are stored in a number of different record structures. Each structure has an arbitrarily complex combination of data types which may include 2-byte and 4-byte integer values, with and without alignment, NULL terminated strings, counted strings (1-byte and 2-byte counts), points (2-byte or 4-byte integer pairs), etc. In addition, these structures may contain nested lists of other structures. The nested lists may be counted lists or indefinite lists. Thus, due to the complexity of data structures, performing conversion of byte-ordering at the electronic book level is time-consuming and prone to errors. In addition, a change to a data structure will require every user of that data structure to change its conversion.
The present invention allows the byte-ordering conversion to be performed dynamically at the server end of the system of Figure 1.
Figure 2 is a flowchart illustrating one embodiment of the present invention.
Upon START, the process 200 reads a data structure of a resource type requested by a device. The data structure is stored in format 1 in a simple database system of a server (Block 202). This simple database system is usually called the resource file system.
The process then creates a template describing the data structure of the resource type (Block 204). The structure of this template is in a format which is compatible with both format 1 and format 2. The template structure is a series of 1-byte values that represent individual data elements of the data structure of the resource type. This one-byte format is compatible to both endian formats discussed above, and does not require any conversion of the byte ordering.
The process 200 then links the template to the resource type (Block 206). The template is preferably stored in the same resource file as that of the resource type.
When a device requests the data of the resource type, process 200 determines whether the requesting device uses format 1 for byte- ordering (Block 208). If the requesting device uses format 1, then the data of the resource type as stored in the database system is sent to the requesting device (Block 210). Then, the process 200 is terminated.
If the requesting device does not use format 1, then process 200 converts the byte-ordering of the data structure of the resource type from format 1 to format 2 using the template (Block 212). Then, the process 200 is terminated.
One of the most important elements of the invention is the easily expandable template. Since the template structure is in the format of 1-byte values, byte swapping is not required, making it compatible to any platform. In addition, any change to a data structure layout require only a single change in the corresponding template for all users of that data. Figure 3 shows the description of some template values. The template data can be expanded to include more values.
Each template describes a resource type. For example, a resource type may have the following data structure, where a short is a 2-byte integer, a long is a 4-byte integer, and a char is a single byte:
Short vl
Short v2
Char v3
Long v4;
Short v5;
The template for this resource type is the following integer stream, using the byte values from Figure 3:
2,2,1,4,3,2 or, equivalently, as text:
Short, Short, Byte, Short align, Long, Short
In this example, the template has one more value than the number of elements in the structure. The data for this structure may be aligned, that is, the individual data elements may need to start on 2-byte or 4- byte boundaries. In this example, the alignment is for 2 byte boundaries, forcing the "char" to take 2 bytes, but treating the second byte as padding to be disposed, not as data to be swapped.
The following are additional examples of data structures and their corresponding templates: 1. The following long aligned data structure:
Short si;
Byte flags;
Long point lpl;
corresponds to the following template:
Short, byte, long align, long point
2. The following short aligned structure: Short si;
Char* strl;
Long count; //count for following string
Char* str2;
corresponds to the following template:
Short, NULL terminated string, short align, long counted string
3. The following short aligned data structure which includes a number of lists:
Short sic;
{
Short si;
Byte s2;
} long lie;
{ long sllc; short s3; short s4;
} char* str;
short s4; long 11;
corresponds to the following template:
begin short counted list, short, byte, short align, end list, begin long counted list, begin long counted list, short, short, end list, NULL terminated string, short align, end list, begin indefinite list, short, long
4. The following data structure which consists of a simple list: Short sic;
{ long 11; short si;
}
corresponds to the following template:
begin short counted list, long, short, end counted list An example of such a simple data structure is a 2-element list with values {ABCD, EF), {UNWX, YZ}. This data structure would be stored in persistent big endian memory as: 02ABCDEFUVWXYZ, where 02 indicates that there are two elements in the list, each element consists of a long integer followed by a short integer. After using the template to convert the byte-ordering of the data, the data will be stored in the memory of a little endian device as: 20DCBAFEXWVUZY.
While certain exemplary embodiments have been described in detail and shown in the accompanying drawings, it is to be understood that such embodiments are merely illustrative of and not restrictive on the broad invention, and that this invention is not to be limited to the specific arrangements and constructions shown and described, since various other modifications may occur to those with ordinary skill in the art.

Claims

CLAIMSWhat is claimed is:
1. A method for dynamically converting byte-ordering of a data structure of a resource type from a first format to a second format, the first format being incompatible with the second format, the method comprising the steps of:
(a) creating a template corresponding to the data structure of the resource type, the template having a structure in a third format, the third format being compatible with the first and second formats;
(b) linking the template to the resource type; and
(c) converting automatically the byte-ordering of the data structure of the resource type from the first format to the second format using the template.
2. The method of Claim 1 wherein the template is expandable.
3. The method of Claim 1 wherein the template structure comprises one-byte values.
4. The method of Claim 1 wherein the first format is a big endian format and the second format is a little endian format.
5. The method of Claim 1 wherein the template includes a value representing a byte.
6. The method of Claim 1 wherein the template includes a value representing one selected from the list of a byte, a short integer, a long integer, a short align indicator, a long align indicator, a null terminated string, a short counted string, a byte counted string, a short point, a long point, an indefinite list, a start of a short counted list, a start of a long counted list, and an end of a counted list.
7. A system for dynamically converting byte-ordering of a data structure of a resource type from a first format to a second format, the first format being incompatible with the second format, the system comprising:
(a) a server including: a resource file system having a database for storing the resource type, the resource type being stored in a first format, the resource file system creating a template corresponding to the data structure of the resource type, the template having a template structure in a third format, the third format being compatible with the first and second formats, the resource file system linking the template to the resource type; and
(b) a device in electrical communication with the server, the device requesting the resource type in the second format; wherein the resource file system automatically converts the byte- ordering of the data structure of the resource type from the first format to the second format using the template.
8. The system of Claim 7 wherein the device is an electronic book.
9. The system of Claim 7 wherein the server is a virtual bookstore.
PCT/US1999/023542 1998-10-16 1999-10-08 Dynamic conversion of byte ordering for use on different processor platforms WO2000023902A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
AU64231/99A AU6423199A (en) 1998-10-16 1999-10-08 Dynamic conversion of byte ordering for use on different processor platforms

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US09/174,072 1998-10-16
US09/174,072 US6351750B1 (en) 1998-10-16 1998-10-16 Dynamic conversion of byte ordering for use on different processor platforms

Publications (1)

Publication Number Publication Date
WO2000023902A1 true WO2000023902A1 (en) 2000-04-27

Family

ID=22634701

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US1999/023542 WO2000023902A1 (en) 1998-10-16 1999-10-08 Dynamic conversion of byte ordering for use on different processor platforms

Country Status (3)

Country Link
US (1) US6351750B1 (en)
AU (1) AU6423199A (en)
WO (1) WO2000023902A1 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2001001265A1 (en) * 1999-06-25 2001-01-04 Inria Institut National De Recherche En Informatique Et En Automatique Device for managing data exchanges between data processing equipment
CN103034499A (en) * 2012-12-13 2013-04-10 中国航空无线电电子研究所 General data format conversion method and system for network data transmission of airborne equipment

Families Citing this family (60)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7298851B1 (en) * 1992-12-09 2007-11-20 Discovery Communications, Inc. Electronic book security and copyright protection system
US7849393B1 (en) 1992-12-09 2010-12-07 Discovery Communications, Inc. Electronic book connection to world watch live
US8073695B1 (en) 1992-12-09 2011-12-06 Adrea, LLC Electronic book with voice emulation features
US7835989B1 (en) * 1992-12-09 2010-11-16 Discovery Communications, Inc. Electronic book alternative delivery systems
KR100295386B1 (en) 1992-12-09 2001-09-22 마크 홀린저 Set-top terminals for cable television delivery systems
US7401286B1 (en) * 1993-12-02 2008-07-15 Discovery Communications, Inc. Electronic book electronic links
US7861166B1 (en) 1993-12-02 2010-12-28 Discovery Patent Holding, Llc Resizing document pages to fit available hardware screens
US7865567B1 (en) 1993-12-02 2011-01-04 Discovery Patent Holdings, Llc Virtual on-demand electronic book
US8095949B1 (en) * 1993-12-02 2012-01-10 Adrea, LLC Electronic book with restricted access features
US9053640B1 (en) 1993-12-02 2015-06-09 Adrea, LLC Interactive electronic book
TW250616B (en) * 1994-11-07 1995-07-01 Discovery Communicat Inc Electronic book selection and delivery system
US6889256B1 (en) * 1999-06-11 2005-05-03 Microsoft Corporation System and method for converting and reconverting between file system requests and access requests of a remote transfer protocol
US6725369B1 (en) * 2000-04-28 2004-04-20 Hewlett-Packard Development Company, L.P. Circuit for allowing data return in dual-data formats
US6871245B2 (en) * 2000-11-29 2005-03-22 Radiant Data Corporation File system translators and methods for implementing the same
US20030146928A1 (en) * 2002-01-31 2003-08-07 Paul Finster Method and system for optimal grid alignment
US20030167471A1 (en) * 2002-03-04 2003-09-04 Cliff Roth System and method for selection of video products that are deliverable on demand
KR100487569B1 (en) * 2003-08-08 2005-05-03 삼성전자주식회사 Multi-bus driver for driving a plurality of buses
US20050216896A1 (en) * 2004-03-26 2005-09-29 Santera Systems, Inc. Data communication via tanslation map exchange
US7552427B2 (en) * 2004-12-13 2009-06-23 Intel Corporation Method and apparatus for implementing a bi-endian capable compiler
US8131647B2 (en) * 2005-01-19 2012-03-06 Amazon Technologies, Inc. Method and system for providing annotations of a digital work
US9275052B2 (en) * 2005-01-19 2016-03-01 Amazon Technologies, Inc. Providing annotations of a digital work
US7293040B2 (en) * 2005-02-11 2007-11-06 Sybase, Inc. System and methodology for database migration between platforms
US7587526B2 (en) * 2005-02-28 2009-09-08 Microsoft Corporation Endianness independent data structures
US8228926B2 (en) * 2005-04-12 2012-07-24 Genband Us Llc Dynamic loading for signaling variants
US8595452B1 (en) 2005-11-30 2013-11-26 Sprint Communications Company L.P. System and method for streaming data conversion and replication
US20070223870A1 (en) * 2006-03-23 2007-09-27 Seagate Technology Llc Single board digital video system
US8352449B1 (en) 2006-03-29 2013-01-08 Amazon Technologies, Inc. Reader device content indexing
US9679602B2 (en) 2006-06-14 2017-06-13 Seagate Technology Llc Disc drive circuitry swap
US9672533B1 (en) 2006-09-29 2017-06-06 Amazon Technologies, Inc. Acquisition of an item based on a catalog presentation of items
US8725565B1 (en) 2006-09-29 2014-05-13 Amazon Technologies, Inc. Expedited acquisition of a digital item following a sample presentation of the item
WO2008061557A1 (en) * 2006-11-20 2008-05-29 Freescale Semiconductor, Inc. System, apparatus and method for translating data
US7865817B2 (en) * 2006-12-29 2011-01-04 Amazon Technologies, Inc. Invariant referencing in digital works
WO2008083316A2 (en) * 2006-12-29 2008-07-10 Amazon Technologies, Inc. Invariant referencing in digital works
US8024400B2 (en) 2007-09-26 2011-09-20 Oomble, Inc. Method and system for transferring content from the web to mobile devices
US20080195962A1 (en) * 2007-02-12 2008-08-14 Lin Daniel J Method and System for Remotely Controlling The Display of Photos in a Digital Picture Frame
US7751807B2 (en) 2007-02-12 2010-07-06 Oomble, Inc. Method and system for a hosted mobile management service architecture
US7716224B2 (en) * 2007-03-29 2010-05-11 Amazon Technologies, Inc. Search and indexing on a user device
US9665529B1 (en) 2007-03-29 2017-05-30 Amazon Technologies, Inc. Relative progress and event indicators
US8234282B2 (en) 2007-05-21 2012-07-31 Amazon Technologies, Inc. Managing status of search index generation
US9305590B2 (en) 2007-10-16 2016-04-05 Seagate Technology Llc Prevent data storage device circuitry swap
US8423889B1 (en) 2008-06-05 2013-04-16 Amazon Technologies, Inc. Device specific presentation control for electronic book reader devices
US9087032B1 (en) 2009-01-26 2015-07-21 Amazon Technologies, Inc. Aggregation of highlights
US8378979B2 (en) 2009-01-27 2013-02-19 Amazon Technologies, Inc. Electronic device with haptic feedback
USD601559S1 (en) 2009-01-27 2009-10-06 Amazon Technologies, Inc. Electronic reader device
USD636771S1 (en) 2009-01-27 2011-04-26 Amazon Technologies, Inc. Control pad for an electronic device
US8832584B1 (en) 2009-03-31 2014-09-09 Amazon Technologies, Inc. Questions on highlighted passages
USD624074S1 (en) 2009-05-04 2010-09-21 Amazon Technologies, Inc. Electronic reader device
US8255820B2 (en) 2009-06-09 2012-08-28 Skiff, Llc Electronic paper display device event tracking
US20100315326A1 (en) * 2009-06-10 2010-12-16 Le Chevalier Vincent Electronic paper display whitespace utilization
US8692763B1 (en) 2009-09-28 2014-04-08 John T. Kim Last screen rendering for electronic book reader
US20110088100A1 (en) * 2009-10-14 2011-04-14 Serge Rutman Disabling electronic display devices
US9495322B1 (en) 2010-09-21 2016-11-15 Amazon Technologies, Inc. Cover display
US9158741B1 (en) 2011-10-28 2015-10-13 Amazon Technologies, Inc. Indicators for navigating digital works
US20140100841A1 (en) * 2012-10-09 2014-04-10 Apple Inc. Testing a Hardware Emulation Model of a Circuit with Software Checker Routines Designed for an RTL Model of the Circuit
US9619214B2 (en) 2014-08-13 2017-04-11 International Business Machines Corporation Compiler optimizations for vector instructions
US10169014B2 (en) 2014-12-19 2019-01-01 International Business Machines Corporation Compiler method for generating instructions for vector operations in a multi-endian instruction set
US9588746B2 (en) 2014-12-19 2017-03-07 International Business Machines Corporation Compiler method for generating instructions for vector operations on a multi-endian processor
US9880821B2 (en) 2015-08-17 2018-01-30 International Business Machines Corporation Compiler optimizations for vector operations that are reformatting-resistant
US9594668B1 (en) * 2015-09-04 2017-03-14 International Business Machines Corporation Debugger display of vector register contents after compiler optimizations for vector instructions
US20180232427A1 (en) * 2017-02-13 2018-08-16 Raytheon Company Data structure endian conversion system

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0390611A2 (en) * 1989-03-30 1990-10-03 Hiuka Sangyo Kabushiki Kaisha Electronic book
JPH07219823A (en) * 1994-02-08 1995-08-18 Hitachi Ltd Information processor
US5557790A (en) * 1994-06-21 1996-09-17 International Business Machines Corp. Facility for the generic storage and management of multimedia objects
EP0751655A2 (en) * 1995-06-30 1997-01-02 Thomson Consumer Electronics, Inc. Multimedia transmission system
WO1998006034A1 (en) * 1996-08-05 1998-02-12 General Magic, Inc. Low-level endian-independent machine language program representation

Family Cites Families (97)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US3718906A (en) 1971-06-01 1973-02-27 R Lightner Vending system for remotely accessible stored information
US4159417A (en) 1977-10-28 1979-06-26 Rubincam David P Electronic book
FR2494465B1 (en) 1980-11-14 1987-02-13 Epd Engineering Projectdevelop POCKET COMPUTER
USD276626S (en) 1981-09-14 1984-12-04 Lockwood Lawrence B Combined automatic information terminal and vending machine
IL64675A0 (en) 1981-12-30 1982-03-31 Greenberg Avigdor Data verification system
US4490810A (en) 1982-02-16 1984-12-25 Hon David C Automated instruction, game and data retrieval system
US5253294A (en) 1983-02-22 1993-10-12 At&T Bell Laboratories Secure transmission system
US4597058A (en) 1983-05-09 1986-06-24 Romox, Inc. Cartridge programming system
US4725977A (en) 1983-06-03 1988-02-16 Cpt, Ltd. Cartridge programming system and method using a central and local program library
GB2146207B (en) 1983-09-01 1987-06-24 Philips Electronic Associated Variable size character display with obscured characters
GB2149544B (en) 1983-11-08 1987-03-25 Standard Telephones Cables Ltd Electronic books for the partially sighted
US4591974A (en) 1984-01-31 1986-05-27 Technology Venture Management, Inc. Information recording and retrieval system
US4649499A (en) 1984-03-07 1987-03-10 Hewlett-Packard Company Touchscreen two-dimensional emulation of three-dimensional objects
US4575621A (en) 1984-03-07 1986-03-11 Corpra Research, Inc. Portable electronic transaction device and system therefor
JPS60246451A (en) 1984-05-22 1985-12-06 Sharp Corp Information protecting device
USD289777S (en) 1984-08-13 1987-05-12 Diebold, Incorporated Credit card actuated terminal for controlling the dispense of motor fuel or similar article
GB2172177A (en) 1985-03-06 1986-09-10 Philips Electronic Associated Electronic information display systems
WO1987001481A1 (en) 1985-08-30 1987-03-12 Norbert Joseph Stein Electronic book device
DE3714172A1 (en) 1986-04-28 1987-11-19 Hitachi Ltd DEVICE FOR BROWSING DOCUMENTS IN A DOCUMENT FILING SYSTEM
EP0252646B1 (en) 1986-07-07 1993-09-29 Semiconductor Energy Laboratory Co., Ltd. Paperless portable book
US4972496A (en) 1986-07-25 1990-11-20 Grid Systems Corporation Handwritten keyboardless entry computer system
US5157737A (en) 1986-07-25 1992-10-20 Grid Systems Corporation Handwritten keyboardless entry computer system
US4820167A (en) 1987-01-14 1989-04-11 Nobles Anthony A Electronic school teaching system
US5121492A (en) 1987-03-02 1992-06-09 Meridian Data, Inc. System for simulating access times of a CD ROM on a hard disk by slowing the operation of the hard disk
US5203001A (en) 1987-04-27 1993-04-13 Sharp Kabushiki Kaisha Portable computer having an updatable table of starting addresses for accessing those stored programs having been previously executed
US4985697A (en) 1987-07-06 1991-01-15 Learning Insights, Ltd. Electronic book educational publishing method using buried reference materials and alternate learning levels
US4855725A (en) 1987-11-24 1989-08-08 Fernandez Emilio A Microprocessor based simulated book
CA1309508C (en) 1987-11-24 1992-10-27 Emilio A. Fernandez Microprocessor based simulated book
US5157783A (en) 1988-02-26 1992-10-20 Wang Laboratories, Inc. Data base system which maintains project query list, desktop list and status of multiple ongoing research projects
US4899292A (en) 1988-03-02 1990-02-06 Image Storage/Retrieval Systems, Inc. System for storing and retrieving text and associated graphics
US5025373A (en) 1988-06-30 1991-06-18 Jml Communications, Inc. Portable personal-banking system
US4916441A (en) 1988-09-19 1990-04-10 Clinicom Incorporated Portable handheld terminal
US5157491A (en) 1988-10-17 1992-10-20 Kassatly L Samuel A Method and apparatus for video broadcasting and teleconferencing
JP2633331B2 (en) * 1988-10-24 1997-07-23 三菱電機株式会社 Microprocessor
US5065345A (en) 1988-11-04 1991-11-12 Dyned International, Inc. Interactive audiovisual control mechanism
CA2002912A1 (en) 1988-11-14 1990-05-14 William A. Clough Portable computer with touch screen and computer system employing same
US4918632A (en) 1988-11-17 1990-04-17 Hewlett-Packard Company Notebook mountable computer system
US5199104A (en) 1988-12-15 1993-03-30 Sony Corporation Electronic organizer with electronic book marker
US5239665A (en) 1989-03-30 1993-08-24 Hiuka Sangyo Kabushiki Kaisha Electronic book having several keys for changing pages and underlining certain portions of text
EP0390303B1 (en) 1989-03-31 1997-10-01 Kyocera Corporation Electronic notebook
US5031119A (en) 1989-06-12 1991-07-09 Tandy Corporation Split screen keyboard emulator
US5133076A (en) 1989-06-12 1992-07-21 Grid Systems Corporation Hand held computer
JPH0337715A (en) * 1989-07-05 1991-02-19 Fujitsu Ltd Bit order inverting circuit
US5231662A (en) 1989-08-01 1993-07-27 Tulip Computers International B.V. Method and device for enciphering data to be transferred and for deciphering the enciphered data, and a computer system comprising such a device
FR2657187A1 (en) 1990-01-16 1991-07-19 Technicatome Self-contained device for displaying numbered documents
FR2657451A1 (en) 1990-01-19 1991-07-26 Bariou Marcel Electronic book device
US5146552A (en) 1990-02-28 1992-09-08 International Business Machines Corporation Method for associating annotation with electronically published material
US5333116A (en) 1990-05-04 1994-07-26 Ast Research, Inc. Combination laptop and pad computer
US5233333A (en) 1990-05-21 1993-08-03 Borsuk Sherwin M Portable hand held reading unit with reading aid feature
US5226080A (en) 1990-06-22 1993-07-06 Grid Systems Corporation Method and apparatus for password protection of a computer
US5091939A (en) 1990-06-22 1992-02-25 Tandy Corporation Method and apparatus for password protection of a computer
AU8415891A (en) 1990-07-27 1992-03-02 Harvey M. Ross System and method of manufacturing a single book copy
US5388196A (en) 1990-09-07 1995-02-07 Xerox Corporation Hierarchical shared books with database
US5247661A (en) 1990-09-10 1993-09-21 International Business Machines Corporation Method and apparatus for automated document distribution in a data processing system
USD339329S (en) 1990-10-09 1993-09-14 New York Telephone Company Public information access terminal
JPH05135036A (en) 1990-10-10 1993-06-01 Fuji Xerox Co Ltd Document processor
US5438344A (en) 1990-11-05 1995-08-01 Oliva; Anthony Portable video book
USD330544S (en) 1990-12-17 1992-10-27 Modular Instruments, Inc. Combined electronic equipment cabinet and controls
US5221838A (en) 1990-12-24 1993-06-22 Motorola, Inc. Electronic wallet
CN2103831U (en) 1991-07-12 1992-05-06 马希光 Separation type portable electronic computer
US5367621A (en) 1991-09-06 1994-11-22 International Business Machines Corporation Data processing method to provide a generalized link from a reference point in an on-line book to an arbitrary multimedia object which can be dynamically updated
US5404505A (en) 1991-11-01 1995-04-04 Finisar Corporation System for scheduling transmission of indexed and requested database tiers on demand at varying repetition rates
WO1993009490A1 (en) 1991-11-04 1993-05-13 Vpr Systems Ltd. Lap-top computer for retrieving and displaying text and graphic information encoded on personal library cd-rom
US5734823A (en) 1991-11-04 1998-03-31 Microtome, Inc. Systems and apparatus for electronic communication and storage of information
US5214696A (en) 1992-02-04 1993-05-25 International Business Machines Corporation Data processing system and method to produce softcopy book readers which are limited to reading only books published by a specific publisher
US5398310A (en) 1992-04-13 1995-03-14 Apple Computer, Incorporated Pointing gesture based computer note pad paging and scrolling interface
US5222136A (en) 1992-07-23 1993-06-22 Crest Industries, Inc. Encrypted communication system
JP3579061B2 (en) 1992-08-31 2004-10-20 株式会社東芝 Display device
JP3454276B2 (en) 1992-09-07 2003-10-06 ソニー株式会社 Information reproduction display device and information display method
US5245656A (en) 1992-09-09 1993-09-14 Bell Communications Research, Inc. Security method for private information delivery and filtering in public networks
USD359306S (en) 1992-09-18 1995-06-13 Booklink Corporation Electronic book computer for entering and reading written material
USD346620S (en) 1992-11-04 1994-05-03 Mcsorley Jeffrey E Electronic book for displaying sheet music
US5392387A (en) 1992-12-17 1995-02-21 International Business Machines Corporation Method and system for enhanced data access efficiency in an electronic book
EP0629303A1 (en) * 1992-12-21 1994-12-21 Olivetti Advanced Technology Center, Inc. Apparatus, system and method for facilitating communication between components having different byte orderings
US5463725A (en) 1992-12-31 1995-10-31 International Business Machines Corp. Data processing system graphical user interface which emulates printed material
US5524256A (en) * 1993-05-07 1996-06-04 Apple Computer, Inc. Method and system for reordering bytes in a data stream
US5428606A (en) 1993-06-30 1995-06-27 Moskowitz; Scott A. Digital information commodities exchange
IL110891A (en) 1993-09-14 1999-03-12 Spyrus System and method for data access control
MY111825A (en) 1994-03-28 2001-01-31 Fipa Frohwitter Ip Ag Digital information signal transmitting/receiving method and system
US5598470A (en) 1994-04-25 1997-01-28 International Business Machines Corporation Method and apparatus for enabling trial period use of software products: Method and apparatus for utilizing a decryption block
US5483586A (en) 1994-07-18 1996-01-09 Sussman; Lester Electronic on-line subscriber telephone directory
USD362461S (en) 1994-09-01 1995-09-19 Franklin Electronic Publishers, Incorporated Electronic book with display screen and speaker
USD362271S (en) 1994-09-01 1995-09-12 Franklin Electronic Publishers, Incorporated Electronic book with display screen and folding cover
USD362272S (en) 1994-09-01 1995-09-12 Franklin Electronic Publishers, Incorporated Electronic book with display screen
US5629980A (en) 1994-11-23 1997-05-13 Xerox Corporation System for controlling the distribution and use of digital works
US5638443A (en) 1994-11-23 1997-06-10 Xerox Corporation System for controlling the distribution and use of composite digital works
US5781763A (en) * 1995-04-07 1998-07-14 International Business Machines Corporation Independent control of DMA and I/O resources for mixed-endian computing systems
US5615264A (en) 1995-06-08 1997-03-25 Wave Systems Corp. Encrypted data package record for use in remote transaction metered data system
US5907865A (en) * 1995-08-28 1999-05-25 Motorola, Inc. Method and data processing system for dynamically accessing both big-endian and little-endian storage schemes
US5819117A (en) * 1995-10-10 1998-10-06 Microunity Systems Engineering, Inc. Method and system for facilitating byte ordering interfacing of a computer system
KR0177985B1 (en) * 1995-11-17 1999-05-15 김광호 Vector data adjusting device of processor
US5761485A (en) 1995-12-01 1998-06-02 Munyan; Daniel E. Personal electronic book system
US5697793A (en) 1995-12-14 1997-12-16 Motorola, Inc. Electronic book and method of displaying at least one reading metric therefor
US5919117A (en) * 1996-01-29 1999-07-06 Ascent Products, Inc. Climbing training apparatus
US5828884A (en) * 1996-05-23 1998-10-27 Advanced Micro Devices, Inc. Method for compiling a software program and executing on a system which converts data between different endian formats
DE19653568A1 (en) * 1996-12-20 1997-07-10 Bernd Paysan Access network for memory addressing of partial words
US5961640A (en) * 1997-04-22 1999-10-05 Vlsi Technology, Inc. Virtual contiguous FIFO having the provision of packet-driven automatic endian conversion

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0390611A2 (en) * 1989-03-30 1990-10-03 Hiuka Sangyo Kabushiki Kaisha Electronic book
JPH07219823A (en) * 1994-02-08 1995-08-18 Hitachi Ltd Information processor
US5557790A (en) * 1994-06-21 1996-09-17 International Business Machines Corp. Facility for the generic storage and management of multimedia objects
EP0751655A2 (en) * 1995-06-30 1997-01-02 Thomson Consumer Electronics, Inc. Multimedia transmission system
WO1998006034A1 (en) * 1996-08-05 1998-02-12 General Magic, Inc. Low-level endian-independent machine language program representation

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
PATENT ABSTRACTS OF JAPAN vol. 1995, no. 11 26 December 1995 (1995-12-26) *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2001001265A1 (en) * 1999-06-25 2001-01-04 Inria Institut National De Recherche En Informatique Et En Automatique Device for managing data exchanges between data processing equipment
CN103034499A (en) * 2012-12-13 2013-04-10 中国航空无线电电子研究所 General data format conversion method and system for network data transmission of airborne equipment

Also Published As

Publication number Publication date
US6351750B1 (en) 2002-02-26
AU6423199A (en) 2000-05-08

Similar Documents

Publication Publication Date Title
US6351750B1 (en) Dynamic conversion of byte ordering for use on different processor platforms
US20020055951A1 (en) Storage medium, information management method and information processing system using said storage medium
US6363418B1 (en) On-line image caching control for efficient image display
US20040148572A1 (en) Automatic edition system
US6161124A (en) Method and system for preparing and registering homepages, interactive input apparatus for multimedia information, and recording medium including interactive input programs of the multimedia information
US20040054963A1 (en) Information processing apparatus for providing image to communication terminal and control method therefor
JPH01502786A (en) Naming service for networked digital data processing systems
TW200301648A (en) Distribution method, program and recording media of contents server, contents data
JPS61193266A (en) Information retrieving system
JP2002175467A (en) On-line alumni album system
JP2003108419A (en) Server device, communication terminal, and method of controlling the device and the terminal
CA2447171A1 (en) Method of transmitting images for online publication
JP2001344428A (en) Image print ordering system using network, recording medium with digital image information recorded, and providing method for recording medium
CN101506805A (en) Method and apparatus for multi-format data exchange
JP2007328750A (en) Compound document preparing method and registering method to blog
US20050165662A1 (en) Storage medium having electronic circuits, information management method and information processing system using said storage medium
JPWO2002061645A1 (en) Book-on-demand system for creating page data using content database
Martin et al. DECnet Phase V: An OSI Implementation
JP2002215497A (en) Device and method for internet connection, and program
WO2001073667A1 (en) Method for managing cyber libraries and cyber bookstores on internet
WO2002027648A1 (en) Organising data in optically readable data elements
KR100357232B1 (en) Automatically Text Data/Web Data Conversion System and Method thereof
KR100674796B1 (en) Apparatus and its method for generating datafile from electronic document using information of mapping rules of document
JP2002304535A (en) Advertisement information providing method and its device and advertisement information providing program and storage medium with its program stored
Apple et al. X. 500 Implementations Catalog-96

Legal Events

Date Code Title Description
ENP Entry into the national phase

Ref country code: AU

Ref document number: 1999 64231

Kind code of ref document: A

Format of ref document f/p: F

AK Designated states

Kind code of ref document: A1

Designated state(s): AE AL AM AT AU AZ BA BB BG BR BY CA CH CN CR CU CZ DE DK DM EE 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 NO NZ PL PT RO RU SD SE SG SI SK SL TJ TM TR TT TZ UA UG UZ VN YU ZA ZW

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): GH GM KE LS MW SD SL SZ TZ UG ZW AM AZ BY KG KZ MD RU TJ TM AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE BF BJ CF CG CI CM GA GN GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
DFPE Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101)
REG Reference to national code

Ref country code: DE

Ref legal event code: 8642

122 Ep: pct application non-entry in european phase