US20080082634A1 - Selecting a dtd for transforming malformed layout expressions into wellformed ones - Google Patents
Selecting a dtd for transforming malformed layout expressions into wellformed ones Download PDFInfo
- Publication number
- US20080082634A1 US20080082634A1 US11/868,228 US86822807A US2008082634A1 US 20080082634 A1 US20080082634 A1 US 20080082634A1 US 86822807 A US86822807 A US 86822807A US 2008082634 A1 US2008082634 A1 US 2008082634A1
- Authority
- US
- United States
- Prior art keywords
- syntax
- content
- data
- rendering
- content defined
- 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.)
- Abandoned
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR 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; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F40/00—Handling natural language data
- G06F40/10—Text processing
Definitions
- the present invention relates to software systems (e.g., world wide web browsers) and processes used to render and otherwise manifest content (e.g., HTML content, etc.) received via a network.
- software systems e.g., world wide web browsers
- processes used to render and otherwise manifest content e.g., HTML content, etc.
- HTML hyper-text markup language
- HTML is a content rendering definition that allows text, graphics, and other data objects to be included within a data file (a source file) along with layout instructions or tags (tag pairs) that guide and instruct a web browser layout engine in the layout and rendition of the HTML data included within the data file.
- layout instructions or tags tag pairs
- web browser developers have defined and implemented elaborate schemes by which their web browsers may be enhanced.
- many web browsers allow “plug-in” or “helper” applications to be loaded (during browser runtime) to facilitate the receipt and manifestation of content received from a remote server system.
- many web browsers allow sound-manifestation modules (plug-ins) to be loaded to allow a web browser to manifest sound and music data through an audio subsystem coupled to a user's personal computer.
- JAVA and derivatives thereof require certain infrastructures that must be known to a web browser environment a priori.
- a language interpreter must be loaded during browser runtime and take control of the browser environment to process and, possibly, render content received via a network connection.
- web browser programs currently there is no way for web browser programs to dynamically change themselves to recognize content which may be formatted according to a document data type definition that is new or otherwise not currently known to such programs at runtime.
- a web browser program currently there is no way for a web browser program to receive, interpret, and manifest content that is formatted according to a document type definition that is not known a priori.
- web browser programs continue to remain as relatively static environments that can process only a limited amount of data and content based on only a limited set of document and data type definitions.
- a web browser designed and implemented in accordance with the present invention can now receive, process, and manifest content from a network connection that is formatted in accordance with a particular grammar contained within a corresponding document data type definition file or object.
- a document say an HTML
- a parsing grammar that is dynamically received and inserted into a parsing engine.
- the present invention softens the hard-wired nature of document processing within a browser environment and allows dynamic replacement of parsing grammars which rendition systems can utilize to render and layout and otherwise manifest network content.
- the present invention achieves such a dynamic content parsing capability by combining computer language parsing and processing techniques with browser and network client technologies to deliver a new and improved network client that is extensible, robust, and capable of processing documents formatted based on grammars that are otherwise not known a priori to runtime.
- the present invention solves the aforementioned problems and delivers the above-stated benefits by providing a network client such as a world wide web browser and corresponding method that includes and involves a scanner component that accesses an input content stream via a network connection (e.g., such as via a URL, etc.) to extract renderable content therefrom, a parsing component coupled to the scanner component for parsing the renderable content, and a replaceable document type definition component configured to control the parsing component based on a particular document type definition corresponding to a particular parsing grammar.
- the replaceable document type definition component is replaceable during execution (runtime) of the network client.
- a method of using a personal computing system that is equipped with a network client.
- the method includes the steps of executing a network client to access a network server system to receive data therefrom.
- the network client includes a scanner component for accessing the network server to receive an input content stream and to extract renderable content therefrom, a parsing component coupled to the scanner component for parsing the renderable content, and a replaceable document type definition component configured to control the parsing component based on a particular document type definition corresponding to a particular grammar.
- the replaceable document type definition component is replaceable during execution of the network client.
- the method also includes the steps of causing the scanner component to access the input content stream via a network connection to extract the renderable content therefrom, receiving the replaceable document type definition related to the renderable content via the network connection, causing the parsing component to parse the renderable content based on the replaceable type definition to generate a content model, and manifesting the content model within the personal data processing system.
- FIG. 1 is a block diagram of a network client (e.g., a web browser) parsing engine configured to receive replaceable document type definition components corresponding to documents which may be retrieved via a network connection and which are formatted in accordance with a grammar not otherwise known a priori;
- a network client e.g., a web browser
- parsing engine configured to receive replaceable document type definition components corresponding to documents which may be retrieved via a network connection and which are formatted in accordance with a grammar not otherwise known a priori;
- FIG. 2 is a block diagram of an automatic data processing system that may be outfitted with a network client that incorporates a parsing engine like or similar to one shown in FIG.
- FIG. 3A is a flowchart that illustrates the processes that are performed to parse a document in the context of a network client and connection based on a grammar included within a replaceable document type definition component that is otherwise not known a priori to runtime of the network client;
- FIG. 3B is a continuation flowchart of the flowchart started in FIG. 3A ;
- FIG. 3C is the conclusion flowchart of the flowchart illustrated in FIGS. 3A and 3B .
- FIG. 1 depicted therein is a block diagram of a network client (e.g., a web browser) having a parsing engine 100 that includes multiple components to facilitate a parsing system.
- Parsing engine 100 includes a scanner component 102 , a parser component 104 , replaceable DTD components 106 , and a sink component 108 . Such components are further described below.
- a input stream may be input to parsing engine 100 to produce a corresponding document content output as illustrated in FIG. 1 .
- a parsing engine such as parsing engine 100 represents a first stage in a sequence of system operations that interact in order for a network client or web browser to display and manifest HTML and other types of documents.
- parsing engine In order for a layout engine to successfully process content received via a network connection, for example, parsing engine must be fast, extensible, and above all, it must offer robust error handling.
- the parsing engine in the context of the particular invention, and, in particular, parsing engine 1000 has a modular design that actually permits a system to parse almost any kind of data. However, like any web browser, the present invention's parsing engine 100 , in particular, is optimized for HTML and other such markup languages.
- parsing engine 100 is used to transform a source document from one form to another.
- parsing engine 100 transforms the hierarchy of HTML tags (the source form) into another form that an underlying layout and display engine requires for appropriate rendition (the target form) based on a particular designed content model.
- parsing engine 100 includes a set of components which operate during the transformation process as a document moves from source form to target form. Such elemental objects or components of parsing system 100 as mentioned above, are so called as they are combined dynamically at run time to achieve a layout transformation. By substituting or replacing a different set of components in accordance with the present invention, it is possible to perform alternative transformations. In other words, the present invention allows transformation to occur (rendition of content through a network client such as a web browser) without knowing a particular content parsing grammar a priori.
- the scanner component 102 is the first major component.
- Scanner component 102 provides an incremental “push-based” API (application program interface) that provides methods for accessing characters in an input stream (usually a URL, a uniform resource locator), finding particular sequences, collating input data, and skipping over unwanted data.
- a fairly simple scanner can be implemented and used effectively to parse everything from HTML and XML to C++. Such a scanner and the implementation thereof will be readily understood by those skilled in the art.
- parser component 104 controls and coordinates the activities of the other components in parsing engine 100 . This approach lies upon the fact that regardless of the form of the source document, the transformation process remains the same. While other components of parsing engine 100 are meant to be dynamically substituted or replaced according to the source document type, it is rarely necessary to alter parser component 104 .
- Parser component 104 also drives tokenization.
- Tokenization refers to the process of collating atomic units (e.g., characters) in the input stream into higher level structures called tokens.
- an HTML tokenizer converts a raw input stream of characters into HTML tags.
- the tokenizer makes no assumptions about the underlying grammar about which documents are to be scanned. Instead, the details of the actual grammar being parsed is up to a DTD (document type definition) object that understands the constructs that comprise the grammar. The importance of such a design is that it allows parsing engine 100 to dynamically vary the language it is tokenizing without changing the tokenizer itself.
- the DTD object that is defined is so defined by replaceable DTD components 106 as discussed below.
- one or more replaceable DTD components 106 may be utilized.
- DTD components 106 describe the rules for well-formed and/or valid documents in a target grammar and, more particularly, for well-formed expressions and objects within a particular grammar.
- the DTD declares and defines the tag sets, the associated set of attributes, and the hierarchical (nesting) rules of HTML tags. That is, a DTD component according to the present invention will declare, in the case of HTML for example, a tag set expression for paragraph text (e.g., “ ⁇ p> . . . text stream . . . ⁇ /p>”).
- Other expressions will be defined by such a grammar construct as provided by DTD components.
- the present invention may be configured to allow for malformed documents and expressions to be constructed based on corresponding grammars contained within DTD components. That is, the present invention allows dynamic configuration of parsing systems through use of replaceable DTD components 106 , and the transformation of otherwise malformed documents and expressions into well-formed expressions that a content model, for example, can later understand and process. Such transformation processes may be borrowed from artificial intelligence processing schemes and may involve rules of propagation, etc. For example suppose a parsing engine 100 were to realize a token for the start of paragraph text outside of an HTML file starting tag. Such a construct would otherwise be inappropriate and, in some cases by some browsers, unrenderable and therefore discarded.
- the present invention now allows such tokens and constructs to be “fixed” or corrected (i.e., transformed into well-formed expressions) based on document context as defined by replaceable DTD components provided by the present invention, etc. That is, by recognizing the context of the tokens realized by a parsing engine provided by the present invention, etc., the present invention can transform otherwise malformed expressions and documents into well-formed objects which can be processed by an appropriate content model.
- parsing engine 100 Also included within parsing engine 100 is sink component 108 .
- parsing engine 100 needs to emit it contents (tokens). Since the parser doesn't know any thing about the document or content layout model, the containing application, (e.g., a network client like or similar to a web browser) must provide a “content-sink”.
- the content sink is a simple API that accepts a container, leaf and text nodes, and constructs the underlying document/content model accordingly.
- DTD components 106 interact with sink component 108 to cause the proper content model to be constructed based on the input set of tokens.
- replaceable DTD components 106 are, in fact, replaceable at run time. That is, because replaceable DTD components 106 may be replaced with other DTD components corresponding to other document type and parsing grammars, a network client such as a web browser including the same may operate upon content received via a network connection that is formatted (well formed, preferably) and manifested within a web browser environment based upon a particular set of grammars and rules.
- FIG. 2 depicted therein is a system diagram of an automatic data processing system 200 that includes a processor arrangement 202 including one or more processing elements such as CPU's (Central Processing units), a data storage subsystem 204 such as one including multiple disk-based data storage facilities, and an I/O subsystem 206 to facilitate network communications, etc.
- a network client such as one including parsing engine 100 , may be expected to facilitate the receipt and manifestation of content in accordance with particular grammars contained within particular replaceable DTD components 106 .
- Automatic data processing system 200 facilitates the loading and execution of a browser environment, for example, that may manifest and display HTML, etc. content in accordance with particular grammars contained within DTD components 106 .
- automatic data processing system 200 may be implemented utilizing a personal computing system such as a personal computer like or similar to a personal computer manufactured and marketed by IBM CORPORATION. Such a system may be equipped and outfitted to operate in accordance with the MICROSOFT WINDOWSTM. 95TM, 98TM, NTTM operating systems which are manufactured and marketed by MICROSOFT CORPORATION. MICROSOFT WINDOWS 95, 98 and NT are trademarks of MICROSOFT CORPORATION.
- parsing engine 100 In implementing and operating parsing engines such as parsing engine 100 , several phases of operation occur. In particular, in a first phase, object construction occurs during the parsing of a document.
- the containing application e.g., a network client
- the parser is assigned a sink such as sink component 108 , and a DTD component such as one from replaceable DTD components 106 .
- the DTD component selected understands the grammar of the document being parsed, while the sink component interfaces to allow the DTD component to properly build a content model for later or subsequent rendering, layout, or manifestation via appropriate and well known document rendition modules, objects, processes.
- the second phrase of operation is involved with the opening of an input stream.
- the parsing process begins when an URL or other file or content/data source is opened and content is provided in the form of an input stream.
- the stream is given to scanner component 102 which controls all such access operations.
- the parser engine then instructs the tokenizer to initiate a tokenization phase.
- the tokenizer is part of the parser component 104 . Tokenization is an incremental process, and can interrupt when the scanner component 102 is blocked awaiting network data, etc.
- a third phase of operation involves tokenization.
- the tokenizer aspect of parser component 104 controls and coordinates the tokenization of the input stream into a collection of tokens.
- Different grammars will have their own subclasses of tokens as well as their own corresponding DTD components.
- a second phase of operation involves token iteration and document construction.
- parsing enters the token iteration phase which validates the document and causes a content model to be constructed. Token iteration proceeds until an unrecoverable error occurs, or the parser has visited or processed each token stored within sink component 108 .
- the tokens are collected into related groups of information according to the rules provided by the DTD component class (provided by a corresponding DTD component). The DTD controls the order in which the tokens can appear in relation to each other.
- the parser At well defined times during the process (e.g., periodically based upon the number of tokens, etc.) the parser notifies sink component 108 about the parse context, instructing the sink component 108 to construct the document according to the state of the parser.
- FIGS. 3A, 3B , and 3 C illustrate a flowchart that particularly identifies the process steps that are carried out and performed within parsing engine 100 to facilitate the retrieval, processing and, rendering (manifesting) of content received via a network connection in accordance with replaceable DTD components or those components that define well formed documents according to particular and replaceable grammars within a network client or browser environment.
- Step S 3 - 1 Processing starts at step S 3 - 1 and immediately proceeds to step S 3 - 2 .
- step S 3 - 2 content is scanned for from a content stream (e.g., via a URL pointing to a particular content source).
- one or more DTD components containing particular grammars relative to data streams to be rendered with in a network client environment are acquired via a network connection.
- DTD components may be locally stored, but the present invention does contemplate the notion that such DTD components along with corresponding documents formatted according to corresponding grammars may be stored remotely on server systems and delivered at and during run time of a browser, etc. to facilitate dynamic replacement of particular grammars and to further facilitate the rendering of content based thereon.
- step S 3 - 4 a tokenizer object within a parser component of a parsing engine 100 will be instantiated within that parser component.
- parser component 104 is assigned a sink component 108 and one or more DTD components 106 containing particular grammars as discussed above.
- step S 3 - 6 the tokenizer within parser component 104 initiates a tokenization process.
- the tokenizer within parser component 104 tokenizes the input stream into a collection of tokens based upon a DTD grammar maintained or corresponding to a particular DTD component 106 .
- tokens are stored within sink component 108 at step S 3 - 8 .
- step S 3 - 9 a determination will be made as to weather the end-of-file or some other end of data stream indicator is found or whether an error in the input stream exists. If not, processing proceeds back to step S 3 - 7 as described above. When an end-of-file or other terminator or error occurs, processing proceeds to step S 3 - 10 .
- a token iteration phase begins to cause a content model to be constructed.
- tokens are grouped based on the DTD grammar as discussed above.
- parser component 104 notifies the contents sink or sink component 108 about the parser context and instructs the sink component 108 to construct a document model according to the state of the parser (e.g., HTML rendering and layout).
- step S 3 - 13 a determination will be made as to whether all tokens have been processed or an error condition has occurred. An error will occur if machine failure occurs, etc. If the determination is negative, processing proceeds back to create a looping construct at step S 3 - 10 as discussed above.
- step S 3 - 14 memory recovery processes will be initiated.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Health & Medical Sciences (AREA)
- Artificial Intelligence (AREA)
- Audiology, Speech & Language Pathology (AREA)
- Computational Linguistics (AREA)
- General Health & Medical Sciences (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Information Transfer Between Computers (AREA)
- Document Processing Apparatus (AREA)
Abstract
Description
- This application claims priority to U.S. Provisional application Ser. No. 09/162,735, filed Sep. 29, 1998, and titled “Selecting A DTD for Transforming Malformed Layout Expressions Into Wellformed Ones,” which is incorporated herein by reference in its entirety.
- 1. Field of the Invention
- The present invention relates to software systems (e.g., world wide web browsers) and processes used to render and otherwise manifest content (e.g., HTML content, etc.) received via a network.
- 2. Description of the Related Art
- Software packages used to receive content from server systems located on a network of computer systems such as the Internet are well known. One such class of software packages known as world wide web browsers or web “clients” and “browsers” are used by millions of computer users everyday to access Internet sites, receive dynamic content therefrom, and manifest the same on video monitors, through audio subsystems, on printers, etc. In fact, the increased popularity of the Internet has made the web browser a staple computing tool much like word processors and electronic spreadsheets.
- Typically, web browsers are designed and implemented to receive and manifest hyper-text data or content (files) formatted in accordance with a standard content rendering scheme such as one known as the hyper-text markup language (HTML). HTML is a content rendering definition that allows text, graphics, and other data objects to be included within a data file (a source file) along with layout instructions or tags (tag pairs) that guide and instruct a web browser layout engine in the layout and rendition of the HTML data included within the data file. Well formed HTML “documents” are well known by those skilled in the art.
- Despite their ability to render content formatted in accordance with HTML standards, currently available web browsers are “hard-coded” in terms of their ability to receive, interpret, and render content within a client computing environment. That is, current web browsers operate on an assumption that they will receive well formed content HTML according to a particular type definition that is known by such web browsers a priori. Although robust content rendering models have been developed and deployed, current-day web browsers remain static in terms of their ability to receive and render content that must fit particular well known rendering schemes (e.g., such as those defined by many versions of HTML, etc.).
- To address the limitations of web browsers to receive rich content and data of variant data types and definitions, web browser developers have defined and implemented elaborate schemes by which their web browsers may be enhanced. For example, many web browsers allow “plug-in” or “helper” applications to be loaded (during browser runtime) to facilitate the receipt and manifestation of content received from a remote server system. For example, many web browsers allow sound-manifestation modules (plug-ins) to be loaded to allow a web browser to manifest sound and music data through an audio subsystem coupled to a user's personal computer.
- Unfortunately, the ability to load plug-in and helper applications to handle and manage particular types of data that may be received via a network connection has led to larger browser programs, the inability to immediately manifest content, and frustration on the part of users who are constantly faced with having to locate, download, and wait for a particular, up-to-date plug-in or helper application.
- In addition to plug-ins and helper applications, the advent and inclusion of JAVA and related systems has eased the problems associated with dynamic alteration of web browser environments to facilitate dynamic manifestation of content and data within a web browser environment. Unfortunately, like plug-ins and helper applications, JAVA and derivatives thereof require certain infrastructures that must be known to a web browser environment a priori. For example, in the case of interpreted JAVA, a language interpreter must be loaded during browser runtime and take control of the browser environment to process and, possibly, render content received via a network connection. There is no way for the browser or any of its control facilities to affect the processes within the JAVA environment, which, in effect, runs independently of the rendering systems and models that are already included within the browser environment.
- Accordingly, currently there is no way for web browser programs to dynamically change themselves to recognize content which may be formatted according to a document data type definition that is new or otherwise not currently known to such programs at runtime. In other words, currently there is no way for a web browser program to receive, interpret, and manifest content that is formatted according to a document type definition that is not known a priori. As such, web browser programs continue to remain as relatively static environments that can process only a limited amount of data and content based on only a limited set of document and data type definitions.
- Thus, there exists a need for a new and improved web browser or network client that can be dynamically altered (during runtime) to facilitate the receipt, interpretation, processing, and manifestation of content and data formatted according to a document type definition that is otherwise not known a priori. To be viable, such a new and improved network client must be able to efficiently process document type definitions that are received contemporaneously with correspondingly formatted documents from network services, etc.
- The present invention solves the aforementioned problems and, in so doing, provides certain benefits not heretofore realized with other network clients and world wide web browsers. For example, a web browser designed and implemented in accordance with the present invention can now receive, process, and manifest content from a network connection that is formatted in accordance with a particular grammar contained within a corresponding document data type definition file or object. In other words, a document (say an HTML) document can be processed within a browser environment based on a parsing grammar that is dynamically received and inserted into a parsing engine. In turn, the present invention softens the hard-wired nature of document processing within a browser environment and allows dynamic replacement of parsing grammars which rendition systems can utilize to render and layout and otherwise manifest network content. The present invention achieves such a dynamic content parsing capability by combining computer language parsing and processing techniques with browser and network client technologies to deliver a new and improved network client that is extensible, robust, and capable of processing documents formatted based on grammars that are otherwise not known a priori to runtime.
- The present invention solves the aforementioned problems and delivers the above-stated benefits by providing a network client such as a world wide web browser and corresponding method that includes and involves a scanner component that accesses an input content stream via a network connection (e.g., such as via a URL, etc.) to extract renderable content therefrom, a parsing component coupled to the scanner component for parsing the renderable content, and a replaceable document type definition component configured to control the parsing component based on a particular document type definition corresponding to a particular parsing grammar. The replaceable document type definition component is replaceable during execution (runtime) of the network client.
- According to another aspect of the present invention, provided is a method of using a personal computing system that is equipped with a network client. The method includes the steps of executing a network client to access a network server system to receive data therefrom. The network client includes a scanner component for accessing the network server to receive an input content stream and to extract renderable content therefrom, a parsing component coupled to the scanner component for parsing the renderable content, and a replaceable document type definition component configured to control the parsing component based on a particular document type definition corresponding to a particular grammar. The replaceable document type definition component is replaceable during execution of the network client. The method also includes the steps of causing the scanner component to access the input content stream via a network connection to extract the renderable content therefrom, receiving the replaceable document type definition related to the renderable content via the network connection, causing the parsing component to parse the renderable content based on the replaceable type definition to generate a content model, and manifesting the content model within the personal data processing system.
- The present invention is discussed in detail below with regard to the drawing figures attached hereto, of which:
-
FIG. 1 is a block diagram of a network client (e.g., a web browser) parsing engine configured to receive replaceable document type definition components corresponding to documents which may be retrieved via a network connection and which are formatted in accordance with a grammar not otherwise known a priori; -
FIG. 2 is a block diagram of an automatic data processing system that may be outfitted with a network client that incorporates a parsing engine like or similar to one shown in FIG. -
FIG. 3A is a flowchart that illustrates the processes that are performed to parse a document in the context of a network client and connection based on a grammar included within a replaceable document type definition component that is otherwise not known a priori to runtime of the network client; -
FIG. 3B is a continuation flowchart of the flowchart started inFIG. 3A ; and -
FIG. 3C is the conclusion flowchart of the flowchart illustrated inFIGS. 3A and 3B . - The present invention is now discussed in detail with regard to the drawing figures that were briefly described above. Unless otherwise indicated, like parts and processes are referred to with like reference numerals.
- Referring now to
FIG. 1 , depicted therein is a block diagram of a network client (e.g., a web browser) having a parsing engine 100 that includes multiple components to facilitate a parsing system. Parsing engine 100 includes ascanner component 102, aparser component 104,replaceable DTD components 106, and asink component 108. Such components are further described below. As with any parsing system, a input stream (content) may be input to parsing engine 100 to produce a corresponding document content output as illustrated inFIG. 1 . - A parsing engine such as parsing engine 100 represents a first stage in a sequence of system operations that interact in order for a network client or web browser to display and manifest HTML and other types of documents. In order for a layout engine to successfully process content received via a network connection, for example, parsing engine must be fast, extensible, and above all, it must offer robust error handling. The parsing engine in the context of the particular invention, and, in particular, parsing engine 1000 has a modular design that actually permits a system to parse almost any kind of data. However, like any web browser, the present invention's parsing engine 100, in particular, is optimized for HTML and other such markup languages. Conceptually, a parsing engine like parsing engine 100 is used to transform a source document from one form to another. In the case of HTML, for example, parsing engine 100 transforms the hierarchy of HTML tags (the source form) into another form that an underlying layout and display engine requires for appropriate rendition (the target form) based on a particular designed content model.
- As noted above, parsing engine 100 includes a set of components which operate during the transformation process as a document moves from source form to target form. Such elemental objects or components of parsing system 100 as mentioned above, are so called as they are combined dynamically at run time to achieve a layout transformation. By substituting or replacing a different set of components in accordance with the present invention, it is possible to perform alternative transformations. In other words, the present invention allows transformation to occur (rendition of content through a network client such as a web browser) without knowing a particular content parsing grammar a priori.
- Now with specific attention to the components within parsing engine 100, the
scanner component 102 is the first major component.Scanner component 102 provides an incremental “push-based” API (application program interface) that provides methods for accessing characters in an input stream (usually a URL, a uniform resource locator), finding particular sequences, collating input data, and skipping over unwanted data. A fairly simple scanner can be implemented and used effectively to parse everything from HTML and XML to C++. Such a scanner and the implementation thereof will be readily understood by those skilled in the art. - The second major component in parsing engine 100 is
parser component 104.Parser component 104 controls and coordinates the activities of the other components in parsing engine 100. This approach lies upon the fact that regardless of the form of the source document, the transformation process remains the same. While other components of parsing engine 100 are meant to be dynamically substituted or replaced according to the source document type, it is rarely necessary to alterparser component 104. -
Parser component 104 also drives tokenization. Tokenization refers to the process of collating atomic units (e.g., characters) in the input stream into higher level structures called tokens. For example, an HTML tokenizer converts a raw input stream of characters into HTML tags. For maximum flexibility, the tokenizer makes no assumptions about the underlying grammar about which documents are to be scanned. Instead, the details of the actual grammar being parsed is up to a DTD (document type definition) object that understands the constructs that comprise the grammar. The importance of such a design is that it allows parsing engine 100 to dynamically vary the language it is tokenizing without changing the tokenizer itself. The DTD object that is defined is so defined byreplaceable DTD components 106 as discussed below. - In parsing engine 100, one or more
replaceable DTD components 106 may be utilized.Such DTD components 106 describe the rules for well-formed and/or valid documents in a target grammar and, more particularly, for well-formed expressions and objects within a particular grammar. For example, in HTML, the DTD declares and defines the tag sets, the associated set of attributes, and the hierarchical (nesting) rules of HTML tags. That is, a DTD component according to the present invention will declare, in the case of HTML for example, a tag set expression for paragraph text (e.g., “<p> . . . text stream . . . </p>”). Other expressions will be defined by such a grammar construct as provided by DTD components. Such definitions will be immediately understood by those skilled in the art. Once again, by separating theDTD components 106 from other components in the parser engine, it becomes possible to use the same system to parse a much wider range of document types and those containing expressions corresponding to different and varying rules of grammar. Simply put, this means that the same parser can provide an input to the browser biased (via the DTD components 106) to behave like any other HTML browser. The same can be said for XML, etc. - The present invention may be configured to allow for malformed documents and expressions to be constructed based on corresponding grammars contained within DTD components. That is, the present invention allows dynamic configuration of parsing systems through use of
replaceable DTD components 106, and the transformation of otherwise malformed documents and expressions into well-formed expressions that a content model, for example, can later understand and process. Such transformation processes may be borrowed from artificial intelligence processing schemes and may involve rules of propagation, etc. For example suppose a parsing engine 100 were to realize a token for the start of paragraph text outside of an HTML file starting tag. Such a construct would otherwise be inappropriate and, in some cases by some browsers, unrenderable and therefore discarded. In contrast, the present invention now allows such tokens and constructs to be “fixed” or corrected (i.e., transformed into well-formed expressions) based on document context as defined by replaceable DTD components provided by the present invention, etc. That is, by recognizing the context of the tokens realized by a parsing engine provided by the present invention, etc., the present invention can transform otherwise malformed expressions and documents into well-formed objects which can be processed by an appropriate content model. - Also included within parsing engine 100 is
sink component 108. Once the tokenization process is complete, parsing engine 100 needs to emit it contents (tokens). Since the parser doesn't know any thing about the document or content layout model, the containing application, (e.g., a network client like or similar to a web browser) must provide a “content-sink”. The content sink is a simple API that accepts a container, leaf and text nodes, and constructs the underlying document/content model accordingly.DTD components 106 interact withsink component 108 to cause the proper content model to be constructed based on the input set of tokens. - The components shown in
FIG. 1 as part of parsing engine 100 may be implemented as language parsing and translation routines within a object oriented programming environment such as within C++, etc. It is important to note, thatreplaceable DTD components 106 are, in fact, replaceable at run time. That is, becausereplaceable DTD components 106 may be replaced with other DTD components corresponding to other document type and parsing grammars, a network client such as a web browser including the same may operate upon content received via a network connection that is formatted (well formed, preferably) and manifested within a web browser environment based upon a particular set of grammars and rules. - The encapsulation of grammars within a particular file structure and/or data structure like or similar to
replaceable DTD components 106, etc, will be readily understood by those skilled in the art of computer language design and construction. It is the present invention's incorporation of such technology into a network clients software package such as a browser environment to dynamically change the same to facilitate the display of content based upon a particular grammar during run time that enables a new and improved network client and, in particular, browser software package. - Referring now to
FIG. 2 , depicted therein is a system diagram of an automaticdata processing system 200 that includes aprocessor arrangement 202 including one or more processing elements such as CPU's (Central Processing units), adata storage subsystem 204 such as one including multiple disk-based data storage facilities, and an I/O subsystem 206 to facilitate network communications, etc. A network client, such as one including parsing engine 100, may be expected to facilitate the receipt and manifestation of content in accordance with particular grammars contained within particularreplaceable DTD components 106. Automaticdata processing system 200 facilitates the loading and execution of a browser environment, for example, that may manifest and display HTML, etc. content in accordance with particular grammars contained withinDTD components 106. - Accordingly, automatic
data processing system 200 may be implemented utilizing a personal computing system such as a personal computer like or similar to a personal computer manufactured and marketed by IBM CORPORATION. Such a system may be equipped and outfitted to operate in accordance with the MICROSOFT WINDOWS™. 95™, 98™, NT™ operating systems which are manufactured and marketed by MICROSOFT CORPORATION. MICROSOFT WINDOWS 95, 98 and NT are trademarks of MICROSOFT CORPORATION. - In implementing and operating parsing engines such as parsing engine 100, several phases of operation occur. In particular, in a first phase, object construction occurs during the parsing of a document. The containing application (e.g., a network client), initiates the parse by creating a URL tokenizer object, and an HTML parse object. The parser is assigned a sink such as
sink component 108, and a DTD component such as one fromreplaceable DTD components 106. The DTD component selected understands the grammar of the document being parsed, while the sink component interfaces to allow the DTD component to properly build a content model for later or subsequent rendering, layout, or manifestation via appropriate and well known document rendition modules, objects, processes. - The second phrase of operation is involved with the opening of an input stream. The parsing process begins when an URL or other file or content/data source is opened and content is provided in the form of an input stream. The stream is given to
scanner component 102 which controls all such access operations. The parser engine then instructs the tokenizer to initiate a tokenization phase. The tokenizer is part of theparser component 104. Tokenization is an incremental process, and can interrupt when thescanner component 102 is blocked awaiting network data, etc. - A third phase of operation involves tokenization. The tokenizer aspect of
parser component 104 controls and coordinates the tokenization of the input stream into a collection of tokens. Different grammars will have their own subclasses of tokens as well as their own corresponding DTD components. As the tokenizer runs, it repeatedly calls methods to get additional tokens for processing. Such tokenization iteration continues until an end-of-file occurs on an input stream, an unrecoverable error occurs such as network traffic stoppages or delays, etc. - A second phase of operation involves token iteration and document construction. After the tokenization phase completes, parsing enters the token iteration phase which validates the document and causes a content model to be constructed. Token iteration proceeds until an unrecoverable error occurs, or the parser has visited or processed each token stored within
sink component 108. The tokens are collected into related groups of information according to the rules provided by the DTD component class (provided by a corresponding DTD component). The DTD controls the order in which the tokens can appear in relation to each other. At well defined times during the process (e.g., periodically based upon the number of tokens, etc.) the parser notifiessink component 108 about the parse context, instructing thesink component 108 to construct the document according to the state of the parser. - Finally, a fifth phase of operation, object destruction, is initiated once tokenization and iteration have concluded. The objects of the parse system are destroyed to conserve memory and resources. The above described phases of operation of parsing engine 100 in the context of the present invention are further described below with reference to
FIGS. 3A, 3B and 3C. In particular,FIGS. 3A, 3B , and 3C illustrate a flowchart that particularly identifies the process steps that are carried out and performed within parsing engine 100 to facilitate the retrieval, processing and, rendering (manifesting) of content received via a network connection in accordance with replaceable DTD components or those components that define well formed documents according to particular and replaceable grammars within a network client or browser environment. - Processing starts at step S3-1 and immediately proceeds to step S3-2. At step S3-2, content is scanned for from a content stream (e.g., via a URL pointing to a particular content source).
- Next, at step S3-3, one or more DTD components containing particular grammars relative to data streams to be rendered with in a network client environment, are acquired via a network connection. Of course such DTD components may be locally stored, but the present invention does contemplate the notion that such DTD components along with corresponding documents formatted according to corresponding grammars may be stored remotely on server systems and delivered at and during run time of a browser, etc. to facilitate dynamic replacement of particular grammars and to further facilitate the rendering of content based thereon.
- Next, at step S3-4, a tokenizer object within a parser component of a parsing engine 100 will be instantiated within that parser component.
- Next, at step S3-5,
parser component 104 is assigned asink component 108 and one ormore DTD components 106 containing particular grammars as discussed above. - Next, at step S3-6, the tokenizer within
parser component 104 initiates a tokenization process. - Processing proceeds at the top of
FIG. 3B . - At step S3-7, the tokenizer within
parser component 104 tokenizes the input stream into a collection of tokens based upon a DTD grammar maintained or corresponding to aparticular DTD component 106. - Next, tokens are stored within
sink component 108 at step S3-8. - At step S3-9, a determination will be made as to weather the end-of-file or some other end of data stream indicator is found or whether an error in the input stream exists. If not, processing proceeds back to step S3-7 as described above. When an end-of-file or other terminator or error occurs, processing proceeds to step S3-10.
- At step S3-10, a token iteration phase begins to cause a content model to be constructed. Next, at step S3-11 tokens are grouped based on the DTD grammar as discussed above.
- Next, at step S3-12,
parser component 104 notifies the contents sink orsink component 108 about the parser context and instructs thesink component 108 to construct a document model according to the state of the parser (e.g., HTML rendering and layout). - Processing then proceeds to the top of
FIG. 3C . - In
FIG. 3C and, in particular, at step S3-13, a determination will be made as to whether all tokens have been processed or an error condition has occurred. An error will occur if machine failure occurs, etc. If the determination is negative, processing proceeds back to create a looping construct at step S3-10 as discussed above. - If all tokens have been processed or an error has occurred, processing proceeds to step S3-14. At step S3-14, memory recovery processes will be initiated.
- Processing ends at step S3-15.
- Thus, having fully described the present invention by way of example with reference to the attached drawings figures, it will be readily appreciated that many changes and modifications may be made to the invention and to any of the exemplary embodiments shown and/or described herein without departing from the spirit or scope of the invention, which is defined in the appended claims.
Claims (10)
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US11/868,228 US20080082634A1 (en) | 1998-09-29 | 2007-10-05 | Selecting a dtd for transforming malformed layout expressions into wellformed ones |
US13/620,823 US20130132822A1 (en) | 1998-09-29 | 2012-09-15 | Selecting a dtd for transforming malformed layout expressions into wellformed ones |
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US09/162,735 US7281203B2 (en) | 1998-09-29 | 1998-09-29 | Selecting a DTD for transforming malformed layout expressions into wellformed ones |
US11/868,228 US20080082634A1 (en) | 1998-09-29 | 2007-10-05 | Selecting a dtd for transforming malformed layout expressions into wellformed ones |
Related Parent Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US09/162,735 Continuation US7281203B2 (en) | 1998-09-29 | 1998-09-29 | Selecting a DTD for transforming malformed layout expressions into wellformed ones |
Related Child Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US13/620,823 Continuation US20130132822A1 (en) | 1998-09-29 | 2012-09-15 | Selecting a dtd for transforming malformed layout expressions into wellformed ones |
Publications (1)
Publication Number | Publication Date |
---|---|
US20080082634A1 true US20080082634A1 (en) | 2008-04-03 |
Family
ID=22586932
Family Applications (3)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US09/162,735 Expired - Lifetime US7281203B2 (en) | 1998-09-29 | 1998-09-29 | Selecting a DTD for transforming malformed layout expressions into wellformed ones |
US11/868,228 Abandoned US20080082634A1 (en) | 1998-09-29 | 2007-10-05 | Selecting a dtd for transforming malformed layout expressions into wellformed ones |
US13/620,823 Abandoned US20130132822A1 (en) | 1998-09-29 | 2012-09-15 | Selecting a dtd for transforming malformed layout expressions into wellformed ones |
Family Applications Before (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US09/162,735 Expired - Lifetime US7281203B2 (en) | 1998-09-29 | 1998-09-29 | Selecting a DTD for transforming malformed layout expressions into wellformed ones |
Family Applications After (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US13/620,823 Abandoned US20130132822A1 (en) | 1998-09-29 | 2012-09-15 | Selecting a dtd for transforming malformed layout expressions into wellformed ones |
Country Status (1)
Country | Link |
---|---|
US (3) | US7281203B2 (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20100318898A1 (en) * | 2009-06-11 | 2010-12-16 | Hewlett-Packard Development Company, L.P. | Rendering definitions |
Families Citing this family (17)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7281203B2 (en) * | 1998-09-29 | 2007-10-09 | Netscape Communications Corporation | Selecting a DTD for transforming malformed layout expressions into wellformed ones |
AU4676800A (en) | 1999-04-26 | 2000-11-10 | Dodots, Inc. | Apparatus and method for delivering internet content |
AU5615000A (en) * | 1999-06-14 | 2001-01-02 | Thomson Corporation, The | System for converting data to a markup language |
US7313608B1 (en) * | 2000-06-21 | 2007-12-25 | Nortel Networks Limited | Method and apparatus for using documents written in a markup language to access and configure network elements |
US9742614B2 (en) | 2000-09-28 | 2017-08-22 | Wellogix Technology Licensing, Llc | Data-type definition driven dynamic business component instantiation and execution framework |
JP3690730B2 (en) * | 2000-10-24 | 2005-08-31 | インターナショナル・ビジネス・マシーンズ・コーポレーション | Structure recovery system, syntax analysis system, conversion system, computer device, syntax analysis method, and storage medium |
US20020078106A1 (en) * | 2000-12-18 | 2002-06-20 | Carew David John | Method and apparatus to spell check displayable text in computer source code |
US7500017B2 (en) * | 2001-04-19 | 2009-03-03 | Microsoft Corporation | Method and system for providing an XML binary format |
US7032167B1 (en) * | 2002-02-14 | 2006-04-18 | Cisco Technology, Inc. | Method and apparatus for a document parser specification |
US20050033750A1 (en) * | 2003-08-06 | 2005-02-10 | Sbc Knowledge Ventures, L.P. | Rhetorical content management system and methods |
US7296027B2 (en) | 2003-08-06 | 2007-11-13 | Sbc Knowledge Ventures, L.P. | Rhetorical content management with tone and audience profiles |
JP5141118B2 (en) * | 2006-08-21 | 2013-02-13 | 株式会社リコー | Metadata customization method |
US8413047B2 (en) | 2011-05-12 | 2013-04-02 | Qualcomm Incorporated | Concurrent parsing and processing of HTML and JAVASCRIPT® |
US20140053056A1 (en) * | 2012-08-16 | 2014-02-20 | Qualcomm Incorporated | Pre-processing of scripts in web browsers |
US9898445B2 (en) | 2012-08-16 | 2018-02-20 | Qualcomm Incorporated | Resource prefetching via sandboxed execution |
US20140053064A1 (en) | 2012-08-16 | 2014-02-20 | Qualcomm Incorporated | Predicting the usage of document resources |
US9953171B2 (en) * | 2014-09-22 | 2018-04-24 | Infosys Limited | System and method for tokenization of data for privacy |
Citations (24)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US4969093A (en) * | 1988-06-30 | 1990-11-06 | International Business Machines Corporation | Method of data stream construct management utilizing format shells and shell fragments |
US5435512A (en) * | 1992-12-24 | 1995-07-25 | The Whitaker Corporation | Mounting system for current mode coupler |
US5557722A (en) * | 1991-07-19 | 1996-09-17 | Electronic Book Technologies, Inc. | Data processing system and method for representing, generating a representation of and random access rendering of electronic documents |
US5583762A (en) * | 1994-08-22 | 1996-12-10 | Oclc Online Library Center, Incorporated | Generation and reduction of an SGML defined grammer |
US5787449A (en) * | 1994-06-02 | 1998-07-28 | Infrastructures For Information Inc. | Method and system for manipulating the architecture and the content of a document separately from each other |
US5826256A (en) * | 1991-10-22 | 1998-10-20 | Lucent Technologies Inc. | Apparatus and methods for source code discovery |
US5838906A (en) * | 1994-10-17 | 1998-11-17 | The Regents Of The University Of California | Distributed hypermedia method for automatically invoking external application providing interaction and display of embedded objects within a hypermedia document |
US5848386A (en) * | 1996-05-28 | 1998-12-08 | Ricoh Company, Ltd. | Method and system for translating documents using different translation resources for different portions of the documents |
US5875441A (en) * | 1996-05-07 | 1999-02-23 | Fuji Xerox Co., Ltd. | Document database management system and document database retrieving method |
US5893109A (en) * | 1996-03-15 | 1999-04-06 | Inso Providence Corporation | Generation of chunks of a long document for an electronic book system |
US5933841A (en) * | 1996-05-17 | 1999-08-03 | Ameritech Corporation | Structured document browser |
US5953732A (en) * | 1994-12-20 | 1999-09-14 | Sun Microsystems, Inc. | Hypertext information retrieval using profiles and topics |
US5956726A (en) * | 1995-06-05 | 1999-09-21 | Hitachi, Ltd. | Method and apparatus for structured document difference string extraction |
US6014680A (en) * | 1995-08-31 | 2000-01-11 | Hitachi, Ltd. | Method and apparatus for generating structured document |
US6061697A (en) * | 1996-09-11 | 2000-05-09 | Fujitsu Limited | SGML type document managing apparatus and managing method |
US6083276A (en) * | 1998-06-11 | 2000-07-04 | Corel, Inc. | Creating and configuring component-based applications using a text-based descriptive attribute grammar |
US6202072B1 (en) * | 1997-05-08 | 2001-03-13 | Jusystem Corp. | Method and apparatus for processing standard generalized markup language (SGML) and converting between SGML and plain text using a prototype and document type definition |
US6209095B1 (en) * | 1996-12-20 | 2001-03-27 | Financial Services Technology Consortium | Method and system for processing electronic documents |
US6253204B1 (en) * | 1997-12-17 | 2001-06-26 | Sun Microsystems, Inc. | Restoring broken links utilizing a spider process |
US20020002566A1 (en) * | 1997-12-05 | 2002-01-03 | Colin Gajraj | Transfromation of marked up documents using a base architecture |
US6351766B1 (en) * | 1995-07-05 | 2002-02-26 | Sun Microsystems, Inc. | Front end navigator tool for automatically retrieving referenced URL links on distributed files for performing debugging, editing and browsing functions on distributed files |
US20050223320A1 (en) * | 1996-09-09 | 2005-10-06 | Microsoft Corporation | Automatic layout of content in a design for a medium |
US7281203B2 (en) * | 1998-09-29 | 2007-10-09 | Netscape Communications Corporation | Selecting a DTD for transforming malformed layout expressions into wellformed ones |
US7681119B2 (en) * | 1997-12-23 | 2010-03-16 | Ricoh Company, Ltd. | Method and apparatus for providing a graphical user interface for creating and editing a mapping of a first structural description to a second structural description |
Family Cites Families (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5438512A (en) * | 1993-10-22 | 1995-08-01 | Xerox Corporation | Method and apparatus for specifying layout processing of structured documents |
US20020023110A1 (en) * | 1998-01-23 | 2002-02-21 | Ronald E. Fortin | Document markup language and system and method for generating and displaying documents therein |
-
1998
- 1998-09-29 US US09/162,735 patent/US7281203B2/en not_active Expired - Lifetime
-
2007
- 2007-10-05 US US11/868,228 patent/US20080082634A1/en not_active Abandoned
-
2012
- 2012-09-15 US US13/620,823 patent/US20130132822A1/en not_active Abandoned
Patent Citations (24)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US4969093A (en) * | 1988-06-30 | 1990-11-06 | International Business Machines Corporation | Method of data stream construct management utilizing format shells and shell fragments |
US5557722A (en) * | 1991-07-19 | 1996-09-17 | Electronic Book Technologies, Inc. | Data processing system and method for representing, generating a representation of and random access rendering of electronic documents |
US5826256A (en) * | 1991-10-22 | 1998-10-20 | Lucent Technologies Inc. | Apparatus and methods for source code discovery |
US5435512A (en) * | 1992-12-24 | 1995-07-25 | The Whitaker Corporation | Mounting system for current mode coupler |
US5787449A (en) * | 1994-06-02 | 1998-07-28 | Infrastructures For Information Inc. | Method and system for manipulating the architecture and the content of a document separately from each other |
US5583762A (en) * | 1994-08-22 | 1996-12-10 | Oclc Online Library Center, Incorporated | Generation and reduction of an SGML defined grammer |
US5838906A (en) * | 1994-10-17 | 1998-11-17 | The Regents Of The University Of California | Distributed hypermedia method for automatically invoking external application providing interaction and display of embedded objects within a hypermedia document |
US5953732A (en) * | 1994-12-20 | 1999-09-14 | Sun Microsystems, Inc. | Hypertext information retrieval using profiles and topics |
US5956726A (en) * | 1995-06-05 | 1999-09-21 | Hitachi, Ltd. | Method and apparatus for structured document difference string extraction |
US6351766B1 (en) * | 1995-07-05 | 2002-02-26 | Sun Microsystems, Inc. | Front end navigator tool for automatically retrieving referenced URL links on distributed files for performing debugging, editing and browsing functions on distributed files |
US6014680A (en) * | 1995-08-31 | 2000-01-11 | Hitachi, Ltd. | Method and apparatus for generating structured document |
US5893109A (en) * | 1996-03-15 | 1999-04-06 | Inso Providence Corporation | Generation of chunks of a long document for an electronic book system |
US5875441A (en) * | 1996-05-07 | 1999-02-23 | Fuji Xerox Co., Ltd. | Document database management system and document database retrieving method |
US5933841A (en) * | 1996-05-17 | 1999-08-03 | Ameritech Corporation | Structured document browser |
US5848386A (en) * | 1996-05-28 | 1998-12-08 | Ricoh Company, Ltd. | Method and system for translating documents using different translation resources for different portions of the documents |
US20050223320A1 (en) * | 1996-09-09 | 2005-10-06 | Microsoft Corporation | Automatic layout of content in a design for a medium |
US6061697A (en) * | 1996-09-11 | 2000-05-09 | Fujitsu Limited | SGML type document managing apparatus and managing method |
US6209095B1 (en) * | 1996-12-20 | 2001-03-27 | Financial Services Technology Consortium | Method and system for processing electronic documents |
US6202072B1 (en) * | 1997-05-08 | 2001-03-13 | Jusystem Corp. | Method and apparatus for processing standard generalized markup language (SGML) and converting between SGML and plain text using a prototype and document type definition |
US20020002566A1 (en) * | 1997-12-05 | 2002-01-03 | Colin Gajraj | Transfromation of marked up documents using a base architecture |
US6253204B1 (en) * | 1997-12-17 | 2001-06-26 | Sun Microsystems, Inc. | Restoring broken links utilizing a spider process |
US7681119B2 (en) * | 1997-12-23 | 2010-03-16 | Ricoh Company, Ltd. | Method and apparatus for providing a graphical user interface for creating and editing a mapping of a first structural description to a second structural description |
US6083276A (en) * | 1998-06-11 | 2000-07-04 | Corel, Inc. | Creating and configuring component-based applications using a text-based descriptive attribute grammar |
US7281203B2 (en) * | 1998-09-29 | 2007-10-09 | Netscape Communications Corporation | Selecting a DTD for transforming malformed layout expressions into wellformed ones |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20100318898A1 (en) * | 2009-06-11 | 2010-12-16 | Hewlett-Packard Development Company, L.P. | Rendering definitions |
Also Published As
Publication number | Publication date |
---|---|
US20020032709A1 (en) | 2002-03-14 |
US7281203B2 (en) | 2007-10-09 |
US20130132822A1 (en) | 2013-05-23 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US20080082634A1 (en) | Selecting a dtd for transforming malformed layout expressions into wellformed ones | |
US7089330B1 (en) | System and method for transforming custom content generation tags associated with web pages | |
US8762831B2 (en) | XML streaming transformer (XST) | |
US6519617B1 (en) | Automated creation of an XML dialect and dynamic generation of a corresponding DTD | |
US6574644B2 (en) | Automatic capturing of hyperlink specifications for multimedia documents | |
US7162687B2 (en) | JSP tag libraries and web services | |
KR101099272B1 (en) | Web page rendering mechanism using external programmatic themes | |
US6964014B1 (en) | Method and system for localizing Web pages | |
US7117436B1 (en) | Generating a Web page by replacing identifiers in a preconstructed Web page | |
US6986101B2 (en) | Method and apparatus for converting programs and source code files written in a programming language to equivalent markup language files | |
US7216177B1 (en) | Apparatus and method for supplying electronic content to network appliances | |
US7093243B2 (en) | Software mechanism for efficient compiling and loading of java server pages (JSPs) | |
US20050114764A1 (en) | Producing a page of information based on a dynamic edit form and one or more transforms | |
US20020122054A1 (en) | Representing and managing dynamic data content for web documents | |
US20040250213A1 (en) | System and method for dynamic uploading of user interface generation logic | |
US8677328B2 (en) | Generating a dynamic content creation program | |
KR980010818A (en) | Method, system and computer program product for generating first and second HTML documents | |
US20040268249A1 (en) | Document transformation | |
US20030014237A1 (en) | System and method for converting a standard generalized markup language in multiple languages | |
US7437660B1 (en) | Editable dynamically rendered web pages | |
US8112500B2 (en) | Technique of relaying communications between client apparatus and server apparatus | |
US20030004993A1 (en) | System, method and computer program for the creation of web pages and communications between web pages | |
US20050005158A1 (en) | Method for compiling an active server page (ASP).Net Web service into a java compliant Web service | |
US20040205587A1 (en) | System and method for enumerating arbitrary hyperlinked structures in which links may be dynamically calculable | |
US20050114765A1 (en) | Producing a page of information based on a dynamic edit form and one or more transforms |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AS | Assignment |
Owner name: NETSCAPE COMMUNICATIONS CORPORATION, CALIFORNIA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:GESSNER, RICK;REEL/FRAME:020084/0120 Effective date: 19981208 |
|
AS | Assignment |
Owner name: BANK OF AMERICAN, N.A. AS COLLATERAL AGENT,TEXAS Free format text: SECURITY AGREEMENT;ASSIGNORS:AOL INC.;AOL ADVERTISING INC.;BEBO, INC.;AND OTHERS;REEL/FRAME:023649/0061 Effective date: 20091209 Owner name: BANK OF AMERICAN, N.A. AS COLLATERAL AGENT, TEXAS Free format text: SECURITY AGREEMENT;ASSIGNORS:AOL INC.;AOL ADVERTISING INC.;BEBO, INC.;AND OTHERS;REEL/FRAME:023649/0061 Effective date: 20091209 |
|
AS | Assignment |
Owner name: SPHERE SOURCE, INC, VIRGINIA Free format text: TERMINATION AND RELEASE OF SECURITY INTEREST IN PATENT RIGHTS;ASSIGNOR:BANK OF AMERICA, N A;REEL/FRAME:025323/0416 Effective date: 20100930 Owner name: QUIGO TECHNOLOGIES LLC, NEW YORK Free format text: TERMINATION AND RELEASE OF SECURITY INTEREST IN PATENT RIGHTS;ASSIGNOR:BANK OF AMERICA, N A;REEL/FRAME:025323/0416 Effective date: 20100930 Owner name: GOING INC, MASSACHUSETTS Free format text: TERMINATION AND RELEASE OF SECURITY INTEREST IN PATENT RIGHTS;ASSIGNOR:BANK OF AMERICA, N A;REEL/FRAME:025323/0416 Effective date: 20100930 Owner name: AOL ADVERTISING INC, NEW YORK Free format text: TERMINATION AND RELEASE OF SECURITY INTEREST IN PATENT RIGHTS;ASSIGNOR:BANK OF AMERICA, N A;REEL/FRAME:025323/0416 Effective date: 20100930 Owner name: TACODA LLC, NEW YORK Free format text: TERMINATION AND RELEASE OF SECURITY INTEREST IN PATENT RIGHTS;ASSIGNOR:BANK OF AMERICA, N A;REEL/FRAME:025323/0416 Effective date: 20100930 Owner name: TRUVEO, INC, CALIFORNIA Free format text: TERMINATION AND RELEASE OF SECURITY INTEREST IN PATENT RIGHTS;ASSIGNOR:BANK OF AMERICA, N A;REEL/FRAME:025323/0416 Effective date: 20100930 Owner name: AOL INC, VIRGINIA Free format text: TERMINATION AND RELEASE OF SECURITY INTEREST IN PATENT RIGHTS;ASSIGNOR:BANK OF AMERICA, N A;REEL/FRAME:025323/0416 Effective date: 20100930 Owner name: LIGHTNINGCAST LLC, NEW YORK Free format text: TERMINATION AND RELEASE OF SECURITY INTEREST IN PATENT RIGHTS;ASSIGNOR:BANK OF AMERICA, N A;REEL/FRAME:025323/0416 Effective date: 20100930 Owner name: YEDDA, INC, VIRGINIA Free format text: TERMINATION AND RELEASE OF SECURITY INTEREST IN PATENT RIGHTS;ASSIGNOR:BANK OF AMERICA, N A;REEL/FRAME:025323/0416 Effective date: 20100930 Owner name: MAPQUEST, INC, COLORADO Free format text: TERMINATION AND RELEASE OF SECURITY INTEREST IN PATENT RIGHTS;ASSIGNOR:BANK OF AMERICA, N A;REEL/FRAME:025323/0416 Effective date: 20100930 Owner name: NETSCAPE COMMUNICATIONS CORPORATION, VIRGINIA Free format text: TERMINATION AND RELEASE OF SECURITY INTEREST IN PATENT RIGHTS;ASSIGNOR:BANK OF AMERICA, N A;REEL/FRAME:025323/0416 Effective date: 20100930 |
|
AS | Assignment |
Owner name: NEW AURORA CORPORATION, CALIFORNIA Free format text: CHANGE OF NAME;ASSIGNOR:NETSCAPE COMMUNICATIONS CORPORATION;REEL/FRAME:028450/0340 Effective date: 20120315 |
|
STCB | Information on status: application discontinuation |
Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION |
|
AS | Assignment |
Owner name: META PLATFORMS, INC., CALIFORNIA Free format text: CHANGE OF NAME;ASSIGNOR:FACEBOOK, INC.;REEL/FRAME:058961/0436 Effective date: 20211028 |