WO2004029801A1 - Method for converting codes - Google Patents

Method for converting codes Download PDF

Info

Publication number
WO2004029801A1
WO2004029801A1 PCT/SE2002/001479 SE0201479W WO2004029801A1 WO 2004029801 A1 WO2004029801 A1 WO 2004029801A1 SE 0201479 W SE0201479 W SE 0201479W WO 2004029801 A1 WO2004029801 A1 WO 2004029801A1
Authority
WO
WIPO (PCT)
Prior art keywords
code
asp
source
pages
page
Prior art date
Application number
PCT/SE2002/001479
Other languages
French (fr)
Other versions
WO2004029801A9 (en
Inventor
Hanns Kucer
Original Assignee
Incordia Ab
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
Priority to SE0100557A priority Critical patent/SE520181C2/en
Application filed by Incordia Ab filed Critical Incordia Ab
Priority to EP02807870A priority patent/EP1540467A1/en
Priority to AU2002368248A priority patent/AU2002368248A1/en
Priority to PCT/SE2002/001479 priority patent/WO2004029801A1/en
Publication of WO2004029801A1 publication Critical patent/WO2004029801A1/en
Publication of WO2004029801A9 publication Critical patent/WO2004029801A9/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking

Definitions

  • the invention relates to a method for converting programs in connection with collecting and displaying so called HTML pages from a web server.
  • HTML stands for HyperTextMarkup Language and is a text based coding language.
  • the content of HTML pages is made available in a client or a so called browser at the user.
  • the client and browser normally is software that is executed in a computer.
  • the HTML pages are stored as files in the web server which is a computer or a set of computers that are connected to a network. Also the computer of the user is connected to the network which can be the Internet or be a part of Internet.
  • a HTML page includes a character string including the information that will be shown in the client.
  • the information may comprise text as well as images and sounds.
  • code and commands for controlling the client computer.
  • Some characters of the code form control characters (tags) and represent format, location or commands that control the location of the content and the treatment of it in the client or that point at other sources of information not consisting of text.
  • tags are normally enclosed between less-than sign and greater-than sign ( ⁇ and >) and controls an analyzer in the client software to make it structure the information correctly.
  • the client software which sometimes is called a browser, interprets the tags one by one as they are read.
  • a HTML page including tags and information basically is static, i.e. the information which will be available at the client is not changed depending on when it is shown.
  • Java, JavaScript, JScript and VBScript are examples of programming languages that are used in this connection for the purpose of providing more dynamic pages.
  • Java, JavaScript, JScript and VBScript are examples of programming languages that are used in this connection for the purpose of providing more dynamic pages.
  • the result of a program that is executed at the client side will be available there only and not in the server. This is a major disadvantage in those cases where information need to be returned from the client to the server. In practii normally used for graphic effects and the like.
  • CGI Common Gateway Interface
  • ASP Active Server Pages
  • a modification of the traditional ASP code is known under the name ASP.NET.
  • ASP Active Server Pages
  • CGI is a standardized method for allowing a program on a web server to communicate with at browser in simple ASCII code.
  • a CGI program basically can be written in any programming language but normally PERL is used. Just as the case with CGI no specific programming language need to be used when ASP is used.
  • ASP the programming code, so called ASP code, is imbedded in the HTML code which makes ASP more user friendly.
  • ASP is a server based macro language ("Server-side inline scripting"). The technique is developed by Microsoft Corporation and can be described as a framework for including proc ramming expressions are interpreted and executed on the server when clients request to receive information.
  • the dynamic functions normally are written in VBScript or JScript but there is support also for Visual Basic, Visual C++ and C#.
  • the technique makes it possible to conditionally supply information to clients and accordingly adds dynamic to information sources that in other aspects are static.
  • ASP is applied on information sources in HTML format, but can be applied also to sources formatted in other HTTP based (HyperText Transfer Protocol) data formats, such as for instance XML (Extensive Markup Language), WML (Wireless Markup Language), GIF (Graphics Interchange Format), and other document structure languages.
  • HTTP based HyperText Transfer Protocol
  • XML Extensive Markup Language
  • WML Wireless Markup Language
  • GIF Graphics Interchange Format
  • source page is used below.
  • example 1 A simple example of pure HTML code is shown below in example 1 and a corresponding example of a combination of ASP code and HTML code in a source page is shown below in example 2.
  • example 2 A simple example of pure HTML code is shown below in example 1 and a corresponding example of a combination of ASP code and HTML code in a source page is shown below in example 2.
  • the ASP code is enclosed by the characters ⁇ % and %>, which discriminates this code from other code on the source page.
  • the result will be the same ' n four lines with an increasing size o ⁇ ine ⁇ on ⁇ in eacn line as snown oeiow.
  • a problem with source pages is that they all together or in part are available as source code. As a result a provider will reveal a technical solution that has been developed with a contribution of work and money. The technical solution may also be crucial to business which increases the risks when the source code is available. By making the pages available a source code will result also in a disadvantage as regards the integrity of an installed system. It is comparatively simple for a customer to make changes into the code. Inappropriate debugging in connection with support provided by the supplier.
  • An object of the invention is to provide a method according to which the above described problems and disadvantages are overcome, so as to ensure that applications can be created, installed, used and maintained in a simple, efficient and secure way.
  • existing source pages are converted into a binary module.
  • the binary module is created by a translation of the source pages in such a way at they will form a source code that can be compiled for forming components. These components can be put together to a compiled binary module.
  • the binary module is designed in such a way that a request from a client will produce the same result as if an original source page is requested. It should be noted that no specifically defined additions to the language are required in the source pages.
  • a set of ASP pages that form the same mutual relations as the original set of source pages.
  • each of these ASP pages there is a call to a section of the binary module.
  • the section When the section is executed the same result is produced at the client as when the original source page is requested.
  • each source page By converting each source page to an ASP page essentially comprising a call for a component the underlying idea and technique used by the editor of the program can be completely concealed.
  • the pages can be available in a normal way as source code which will facilitate the work with the pages at this stage. Not until the separate pages and a set have been completed they are converted and can be transferred to the customer or user.
  • the binary module is designed in such a way that when a client requests a page the same result will be achieved as if the original source page is requested, that is the client will experience the same functionality before as after the conversion.
  • the converted pages can be utilized more efficienl code can be executed directly without interpretation.
  • Another advantage with the invention is that practical handling of source pages is facilitated in connection with selling, introduction, updating and the like, because the dynamic functions can be produced in form of a binary module instead of a plurality of files.
  • Fig. 1 is a schematic view showing a hierarchy of source pages and the same hierarchy after the creation of a corresponding set of ASP pages in accordance with a first embodiment of the invention
  • Fig. 2 is a schematic view of a single source page that has been converted in accordance with Fig. 1.
  • Fig. 1 shows to the left a first set of source pages 10.
  • Each source page 11 may include pure conventional HTML code 12 conventional simnl ⁇ ⁇ p code 13 and ASP code ine _ . . . .- . code is denoted 15.
  • Different types of codes can exist in different arbitrary combinations as indicated for the different pages in Fig. 1.
  • a page may comprise also further query components 15'.
  • Source page 11 One example of a source page 11 is shown below.
  • Existing ASP code is shown in bold type. Please note the characters ⁇ % and %>, respectively, which enclose the ASP code.
  • the code on the page checks whether the user is logged onto a system.
  • the page comprises HTML code 12 and simple ASP code 13, but lacks query components 15 other than the component session imbedded in ASP. Depending on whether the user is logged onto the system or not different messages are displayed to the user.
  • Fig. 2 shows in more detail how a more complicated source page having a plurality of sections of ASP code 13, HTML code 12 and ASP code including query components 14 after conversion will receive a simple structure in a single ASP page 18.
  • ASP code having a query component 14.
  • Behind the query comp( shown above is accommodated.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Databases & Information Systems (AREA)
  • Software Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Devices For Executing Special Programs (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

A method for converting a set of source pages (10; 11), wherein a source page (11) can comprise HTML code (12) as well as ASP code (13; 14). Existing HTML code (12) and ASP code (13; 14) on source pages (11) is compiled together to form at least one binary module, said module being divided into sections corresponding to said source pages. A section of said binary module is executed when a source page corresponding to said section is requested.

Description

METHOD FOR CONVERTING CQDES
TECHNICAL FIELD
The invention relates to a method for converting programs in connection with collecting and displaying so called HTML pages from a web server. HTML stands for HyperTextMarkup Language and is a text based coding language. The content of HTML pages is made available in a client or a so called browser at the user. The client and browser normally is software that is executed in a computer. The HTML pages are stored as files in the web server which is a computer or a set of computers that are connected to a network. Also the computer of the user is connected to the network which can be the Internet or be a part of Internet.
PRIOR ART
A HTML page includes a character string including the information that will be shown in the client. The information may comprise text as well as images and sounds. There is included also code and commands for controlling the client computer. Some characters of the code form control characters (tags) and represent format, location or commands that control the location of the content and the treatment of it in the client or that point at other sources of information not consisting of text.
The tags are normally enclosed between less-than sign and greater-than sign (< and >) and controls an analyzer in the client software to make it structure the information correctly. The client software which sometimes is called a browser, interprets the tags one by one as they are read. A HTML page including tags and information basically is static, i.e. the information which will be available at the client is not changed depending on when it is shown.
It is possible to include in a HTML page instructions that will result in local execution of programs at the client. Java, JavaScript, JScript and VBScript are examples of programming languages that are used in this connection for the purpose of providing more dynamic pages. However, it should be noted that the result of a program that is executed at the client side will be available there only and not in the server. This is a major disadvantage in those cases where information need to be returned from the client to the server. In practii normally used for graphic effects and the like.
The static character of a HTML page will result in large restrictions when dynamically changing information needs to be presented. An alternative to use programs that are executed locally at the client is to save the information required to fulfill the desired dynamic in a database or similar arrangement and to collect it in the present shape when a user requests to read a HTML page.
This can be achieved by using for instance CGI (Common Gateway Interface) or ASP (Active Server Pages). A modification of the traditional ASP code is known under the name ASP.NET. In a following ASP, or ASP code, is used as a generic term for all types of ASP code. CGI is a standardized method for allowing a program on a web server to communicate with at browser in simple ASCII code. A CGI program basically can be written in any programming language but normally PERL is used. Just as the case with CGI no specific programming language need to be used when ASP is used. When using ASP the programming code, so called ASP code, is imbedded in the HTML code which makes ASP more user friendly. As a result of including ASP code in the HTML code when ASP is used the ASP exists completely or partly as a source code which is another important difference as compared to CGI. ASP is a server based macro language ("Server-side inline scripting"). The technique is developed by Microsoft Corporation and can be described as a framework for including proc ramming expressions are interpreted and executed on the server when clients request to receive information.
The dynamic functions normally are written in VBScript or JScript but there is support also for Visual Basic, Visual C++ and C#. The technique makes it possible to conditionally supply information to clients and accordingly adds dynamic to information sources that in other aspects are static.
Normally ASP is applied on information sources in HTML format, but can be applied also to sources formatted in other HTTP based (HyperText Transfer Protocol) data formats, such as for instance XML (Extensive Markup Language), WML (Wireless Markup Language), GIF (Graphics Interchange Format), and other document structure languages. In'the following HTML is used as a generic term for this type of document structure languages. Fo included, the term source page is used below. Several source pages can be combined together with HTML pages to form an application.
A simple example of pure HTML code is shown below in example 1 and a corresponding example of a combination of ASP code and HTML code in a source page is shown below in example 2. Exemple 1
<font size=1>Hej</font><br>
<font size=2>Hej</font><br> <font size=3>Hej</font><br>
<font size=4>Hej</font><br>
Exemple 2
<% for i = 1 to 4 %>
<font size=<%=i%»Hej</font><br> <% next %>
As shown in example 2 the ASP code is enclosed by the characters <% and %>, which discriminates this code from other code on the source page. The result will be the same ' n four lines with an increasing size oτ ine τonι in eacn line as snown oeiow. Hej Hej Hej
Hej
A problem with source pages is that they all together or in part are available as source code. As a result a provider will reveal a technical solution that has been developed with a contribution of work and money. The technical solution may also be crucial to business which increases the risks when the source code is available. By making the pages available a source code will result also in a disadvantage as regards the integrity of an installed system. It is comparatively simple for a customer to make changes into the code. Inappropriate debugging in connection with support provided by the supplier.
SUMMARY OF THE INVENTION An object of the invention is to provide a method according to which the above described problems and disadvantages are overcome, so as to ensure that applications can be created, installed, used and maintained in a simple, efficient and secure way. In accordance with the invention existing source pages are converted into a binary module. In one embodiment the binary module is created by a translation of the source pages in such a way at they will form a source code that can be compiled for forming components. These components can be put together to a compiled binary module. The binary module is designed in such a way that a request from a client will produce the same result as if an original source page is requested. It should be noted that no specifically defined additions to the language are required in the source pages.
In one embodiment there is created a set of ASP pages that form the same mutual relations as the original set of source pages. In each of these ASP pages there is a call to a section of the binary module. When the section is executed the same result is produced at the client as when the original source page is requested. However, it ir ~ + — — * ■~l~:- " . ._=__. ..:,_ _ _. - . ^ )n anotner embodiment «
Figure imgf000006_0001
uμnαLu ac uuu m ii iσ uiπcti y i nυuuic cti i be made directly. This can be accomplished by an ISAPI filter or corresponding technique specifically adapted for this purpose.
By converting each source page to an ASP page essentially comprising a call for a component the underlying idea and technique used by the editor of the program can be completely concealed. During the development of the pages the pages can be available in a normal way as source code which will facilitate the work with the pages at this stage. Not until the separate pages and a set have been completed they are converted and can be transferred to the customer or user. The binary module is designed in such a way that when a client requests a page the same result will be achieved as if the original source page is requested, that is the client will experience the same functionality before as after the conversion. Furthermore, the converted pages can be utilized more efficienl code can be executed directly without interpretation.
Another advantage with the invention is that practical handling of source pages is facilitated in connection with selling, introduction, updating and the like, because the dynamic functions can be produced in form of a binary module instead of a plurality of files.
BRIEF DESCRIPTION OF THE DRAWINGS
The invention will be described in detail below in connection with practical embodiments, reference being made to the accompanying drawings, in which
Fig. 1 is a schematic view showing a hierarchy of source pages and the same hierarchy after the creation of a corresponding set of ASP pages in accordance with a first embodiment of the invention, and
Fig. 2 is a schematic view of a single source page that has been converted in accordance with Fig. 1.
DETAILED DESCRIPTION
Fig. 1 shows to the left a first set of source pages 10. Each source page 11 may include pure conventional HTML code 12 conventional simnl^ Δςp code 13 and ASP code ine _ . . . .- . code is denoted 15. Different types of codes can exist in different arbitrary combinations as indicated for the different pages in Fig. 1. A page may comprise also further query components 15'.
One example of a source page 11 is shown below. Existing ASP code is shown in bold type. Please note the characters <% and %>, respectively, which enclose the ASP code. The code on the page checks whether the user is logged onto a system. The page comprises HTML code 12 and simple ASP code 13, but lacks query components 15 other than the component session imbedded in ASP. Depending on whether the user is logged onto the system or not different messages are displayed to the user.
<%@ Language=VBScript %> <HTML>
<HEAD>
<TITLE>Test</TITLE>
</HEAD> <BODY>
<P>Test</P>
<% if Session ("USERID") <> "" then %>
Du ar inloggad, tryck <a href="logout . asp">har</a> for att logga ut . <% else %>
Du ar inte inloggad, tryck <a href="login. asp">har</a> for att logga in.
<% end if %>
</BODY> </HTML>
The codes enclosed between a less-than sign and a greater-than sign (< and >) represent so called tags. In a first tag it is stated that the programming language VBScript is used for the ASP code. In the above shown code Session is one of the imbedded components of ASP and it is used for saving and utilizing information related to a c
All code of the source pages is converted. In the embodiment shown in Fig. 1 the conversion is illustrated with an arrow 16. After conversion a set 17 of ASP pages 8 is provided with the same hierarchy as the set of source pages 0. However, as a result of the conversion the content of the pages has been changed and each ASP page 18 includes only ASP code with a query 15 to the binary module.
As regards the example above the result after conversion can be as follows:
<%@ Language=VBScript %> <% Set obj = Server. CreateObject ("INCORDIA. TEST") Response .Write obj . GeneratePage () Set obj = nothing %>
In the above described example an instance of the component "INCORDIA.TEST", which is included in the binary module and which holds the content of the original source page, is created. Server and Response represent embedded components in ASP. The binary module can be created directly in a conversion process for the language used in the ASP code. It is possible also to carry out the conversion in several steps. In such embodiments the content of the source page is converted in a first step to source code in an arbitrary compilable programming language. In a second step this source code is compiled to form the binary module.
An example of a possible source code for INCORDIA.TEXT expressed in Visual Basic is disclosed below.
Public Function GeneratePage ( ) as String
Dim S As String
S = "<HTMLXHEAD><TITLE>Test</TITLE></HEAD><BODY><P>Test</P>" if ctx . Session ( "USERID" ) <> " " then S = S + "Du ar inloggad, tryck <a href=""logout.asp"">har</a> "
S = else
S = S + "Du ar inte inloggad, tryck <a ' href="login . asp">har</a> "
S = S + "for att logga in . " end if
Test = S + "</BODYX/HTML>" End Function
Fig. 2 shows in more detail how a more complicated source page having a plurality of sections of ASP code 13, HTML code 12 and ASP code including query components 14 after conversion will receive a simple structure in a single ASP page 18. In the simple structure there is included only one section with ASP code having a query component 14. Behind the query comp( shown above is accommodated.

Claims

CLAIM:
1. A method for converting a set of source pages (10; 11) wherein a source page (11) comprises ASP code (13; 14) and optionally HTML code (12), c h a ra c t e ri z e d by the steps of compiling existing HTML code (12) and ASP code (13; 14) on source pages (11) together for forming at least one binary module, dividing said binary module into sections representing source pages and executing a section of said binary module when a source page corresponding to said section is requested.
2. A method in accordance with claim 1 , wherein an ASP page (18) comprising at least one component query is created and arranged in a second set of ASP pages (17) while maintaining the logical structure of said first set.
3. A method in accordance with claim 2, wherein the ASP page (18) is created and arranged in a second set of ASP pages (17) while maintaining the file structure of said first set.
4. A method in accordance with claim 1 , wherein source pages content in a first step is converted to a compilable source code and the source code in a second step is compiled to form the binary module.
5. A method in accordance with claim 1 , wherein ISAPI filters are used to execute directly a section of the binary module when a source side corresponding to said section is requested.
PCT/SE2002/001479 2001-02-20 2002-08-20 Method for converting codes WO2004029801A1 (en)

Priority Applications (4)

Application Number Priority Date Filing Date Title
SE0100557A SE520181C2 (en) 2001-02-20 2001-02-20 HTML page set conversion method, comprises creating compiled binary module from existing HTML and (Active Server Pages) ASP code and incorporating component response into new set
EP02807870A EP1540467A1 (en) 2002-08-20 2002-08-20 Method for converting codes
AU2002368248A AU2002368248A1 (en) 2002-08-20 2002-08-20 Method for converting codes
PCT/SE2002/001479 WO2004029801A1 (en) 2001-02-20 2002-08-20 Method for converting codes

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
SE0100557A SE520181C2 (en) 2001-02-20 2001-02-20 HTML page set conversion method, comprises creating compiled binary module from existing HTML and (Active Server Pages) ASP code and incorporating component response into new set
PCT/SE2002/001479 WO2004029801A1 (en) 2001-02-20 2002-08-20 Method for converting codes

Publications (2)

Publication Number Publication Date
WO2004029801A1 true WO2004029801A1 (en) 2004-04-08
WO2004029801A9 WO2004029801A9 (en) 2004-07-22

Family

ID=32737797

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/SE2002/001479 WO2004029801A1 (en) 2001-02-20 2002-08-20 Method for converting codes

Country Status (2)

Country Link
SE (1) SE520181C2 (en)
WO (1) WO2004029801A1 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB2421825A (en) * 2005-03-03 2006-07-05 Research In Motion Ltd Applying workflow of generic services to component based applications
US7814404B2 (en) 2005-03-03 2010-10-12 Research In Motion Limited System and method for applying workflow of generic services to component based applications for devices
EP2808794A1 (en) * 2013-05-30 2014-12-03 Siemens Aktiengesellschaft Rearranging a server response

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1998006033A1 (en) * 1996-08-08 1998-02-12 Agranat Systems, Inc. Embedded web server
WO1999008182A1 (en) * 1997-08-05 1999-02-18 Lutris Technologies, Inc. Method and apparatus for static and dynamic generation of information on a user interface
US20010029582A1 (en) * 1999-05-17 2001-10-11 Goodman Daniel Isaac Method and system for copy protection of data content

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1998006033A1 (en) * 1996-08-08 1998-02-12 Agranat Systems, Inc. Embedded web server
WO1999008182A1 (en) * 1997-08-05 1999-02-18 Lutris Technologies, Inc. Method and apparatus for static and dynamic generation of information on a user interface
US20010029582A1 (en) * 1999-05-17 2001-10-11 Goodman Daniel Isaac Method and system for copy protection of data content

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
DATABASE WPI Derwent World Patents Index; Class G06, AN 1998-145782, XP002986620 *

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB2421825A (en) * 2005-03-03 2006-07-05 Research In Motion Ltd Applying workflow of generic services to component based applications
US7814404B2 (en) 2005-03-03 2010-10-12 Research In Motion Limited System and method for applying workflow of generic services to component based applications for devices
EP2808794A1 (en) * 2013-05-30 2014-12-03 Siemens Aktiengesellschaft Rearranging a server response

Also Published As

Publication number Publication date
SE520181C2 (en) 2003-06-10
SE0100557L (en) 2002-08-21
WO2004029801A9 (en) 2004-07-22
SE0100557D0 (en) 2001-02-20

Similar Documents

Publication Publication Date Title
US7054952B1 (en) Electronic document delivery system employing distributed document object model (DOM) based transcoding and providing interactive javascript support
US6725424B1 (en) Electronic document delivery system employing distributed document object model (DOM) based transcoding and providing assistive technology support
US7685135B2 (en) Database facility for XML server pages language
US7191397B2 (en) XML server pages language
JP4162209B2 (en) Active ALT tags in HTML documents to improve accessibility for users with audiovisual disabilities
US7496838B2 (en) Converting markup language files
US6812941B1 (en) User interface management through view depth
US8381093B2 (en) Editing web pages via a web browser
DE60121987T2 (en) Accessing data stored at an intermediate station from a service
US6854120B1 (en) Accessing a ERP application over the internet using strongly typed declarative language files
US6948117B2 (en) Methods and systems for generating a viewable document using view descriptors and generic view stylesheets
US20040225749A1 (en) Transformation of web site summary via taglibs
GB2381340A (en) Document generation in a distributed information network
US7171614B2 (en) Displaying plug-in derived content in an application&#39;s browser-embedded window with callbacks
JP2002373043A (en) Method and device for expanding one part of document inside browser, and program therefor
WO2002027511A1 (en) System and method for transforming custom content generation tags associated with web pages
JP2000222275A (en) Method, system, and storage medium for web page content adjustment
WO2001091352A2 (en) Graphical weg page editor
US20040205564A1 (en) Method to serve real-time data in embedded web server
US20040205584A1 (en) System and method for template creation and execution
US6343328B1 (en) Digital computer system using embedded comments to manipulate virtual controller functions
US20050268233A1 (en) System and method for mixed language editing
WO2004029801A1 (en) Method for converting codes
EP1540467A1 (en) Method for converting codes
KR100427681B1 (en) A method and apparatus defining a component model for creating dynamic document in a distributed data processing system

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

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

AL Designated countries for regional patents

Kind code of ref document: A1

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

121 Ep: the epo has been informed by wipo that ep was designated in this application
COP Corrected version of pamphlet

Free format text: PAGES 1-8, DESCRIPTION, REPLACED BY CORRECT PAGES 1-8; PAGE 9, CLAIMS, REPLACED BY CORRECT PAGE 9; PAGES 1/2-2/2, DRAWINGS, REPLACED BY CORRECT PAGES 1/2-2/2

WWE Wipo information: entry into national phase

Ref document number: 2002807870

Country of ref document: EP

WWP Wipo information: published in national office

Ref document number: 2002807870

Country of ref document: EP

NENP Non-entry into the national phase

Ref country code: JP

WWW Wipo information: withdrawn in national office

Country of ref document: JP