US20150317290A1 - System and method to transform results of client requests using client uploaded presentation formats - Google Patents

System and method to transform results of client requests using client uploaded presentation formats Download PDF

Info

Publication number
US20150317290A1
US20150317290A1 US14/797,902 US201514797902A US2015317290A1 US 20150317290 A1 US20150317290 A1 US 20150317290A1 US 201514797902 A US201514797902 A US 201514797902A US 2015317290 A1 US2015317290 A1 US 2015317290A1
Authority
US
United States
Prior art keywords
network
user
publication system
based publication
database
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
Application number
US14/797,902
Inventor
Zahid N. Ahmed
Bhaven Avalani
Changyi Zhu
Sergei Nikolaev
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
eBay Inc
Original Assignee
Individual
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Individual filed Critical Individual
Priority to US14/797,902 priority Critical patent/US20150317290A1/en
Assigned to EBAY INC. reassignment EBAY INC. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: AHMED, ZAHID, AVALANI, BHAVEN, NIKOLAEV, SERGEI, ZHU, CHANGYI
Publication of US20150317290A1 publication Critical patent/US20150317290A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/12Use of codes for handling textual entities
    • G06F40/14Tree-structured documents
    • G06F40/143Markup, e.g. Standard Generalized Markup Language [SGML] or Document Type Definition [DTD]
    • G06F17/2247
    • 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/955Retrieval from the web using information identifiers, e.g. uniform resource locators [URL]
    • 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
    • G06F16/972Access to data in other repository systems, e.g. legacy data or dynamic Web page generation
    • G06F17/30876

Definitions

  • the present application relates generally to the field of network communications and, in an example embodiment, but not by way of limitation, to communications between portals and other service providers in a network.
  • Some of the advantages offered by a typical network-based publication system are the simplicity, promptness and convenience of participating in the online information publishing and viewing process.
  • third party applications may enhance the user experience for users of the network-based publication system by providing programs that the network-based publication system does not have.
  • these third party applications may integrate the applications of that particular business entity with a particular popular network-based publication system and extend platforms of that business entity into new business areas.
  • these third-party application programs may be extremely valuable for users who conduct a great many business transactions using the network-based publication system, and users who would like to have the information presented to attract buyers in a way that may be different from the network-based publication system.
  • businesses who use these third party application programs may have items listed for trading on the network-based publication system, but may wish to have the users interact with the network-based publication system through the business's Website using such third party applications.
  • Such third party applications may expand a business's services to its clients.
  • FIG. 1 illustrates an example of a typical networked system in which a user is able to invoke a third party application in conjunction with accessing a network-based publication system.
  • FIG. 1 illustrates a network-based publication system 100 (e.g., an online publication system).
  • a user 110 is able to access and communicate with a network-based publication system 115 through a network 108 such as the Internet.
  • the network-based publication system 115 includes a user interface 106 , an application engine 104 , and a database 102 .
  • the user interface 106 contains application programs that accept requests from the users.
  • the user 110 may invoke one of its own applications 112 , or the application 112 of another third party.
  • FIG. 1 a illustrates a more detailed example of the manner in which a user 110 may invoke a third party application 112 in connection with accessing a network-based publication system 115 .
  • the user 110 communicates with other entities in the system 100 by sending an eXtensible Markup Language (XML) request 120 over HyperText Transfer Protocol 122 (HTTP).
  • XML eXtensible Markup Language
  • HTTP HyperText Transfer Protocol
  • the application engine 104 of the network-based publication system 115 executes the request 120 (e.g., retrieving particular items available in an auction), and returns the results to the user 110 through the network 108 also in an XML document over HTTP protocol.
  • the user 110 may then transform the data in the XML document into an HTML document. In this manner, the user 110 can transform the relatively raw data in the XML format into an HTML document which will display the data with the particular look and feel that the user 110 wants to convey on its internal systems.
  • FIG. 1 b illustrates another example of the manner in which a user 110 may access a network-based publication system 115 and use a third party application 112 .
  • the user 110 may transfer a style sheet 124 , such as an eXtensible Style Language style sheet, over HTTP protocol 122 to the network-based publication system 115 .
  • a user 110 may include a URL in the HTTP protocol based message sent to the network-based publication system, and the publication system can invoked the URL to access the style sheet.
  • the transfer of this style sheet may be combined with a request to retrieve data from the network-based publication system 115 .
  • the network-based publication system 115 uses the style sheet 124 to create an HTML document 126 .
  • the network-based publication system 115 transmits the HTML document 126 to the user 110 , who can then display the data in the format dictated by the HTML document.
  • the network-based publication system has little control over such style sheets, and is therefore susceptible to error-ridden style sheets, or worse yet, style sheets that contain malicious code that can wreak havoc to a network-based publication system 115 .
  • Network-based publication systems are therefore in need of an improved manner to respond to client requests and format responses to these requests.
  • An embodiment of the present invention discloses methods and apparatuses for transforming on a server the results of a client request using presentation formats that have been uploaded to the server by the client.
  • a client uploads presentation formats to a data base on a network-based publication system.
  • presentation formats may include an eXtensible Style Language (XSL) file, Cascading Style Sheets (CSS), or some other presentation format/language.
  • the protocol used by the client and server may be the Hyper Text Transfer Protocol (HTTP), and the request itself may be formatted in the eXtensible Markup Language (XML).
  • the network-based publication system executes the client's request, and uses the client-uploaded presentation formats to generate a server-side transformation and response to the client's request.
  • that response is in a HyperText Markup Language (HTML) format, and that HTML document is transmitted to the client over HTTP protocol and displayed on the client's system.
  • HTML HyperText Markup Language
  • FIG. 1 is an exemplary prior art embodiment of a network-based publication system and a third-party application
  • FIG. 1 a is an exemplary prior art embodiment of a network-based publication system, a third party application, and the Hyper Text Transport Protocol and eXtensible Markup Language used by the facility and third party application;
  • FIG. 1 b is an exemplary prior art embodiment of a network-based publication system, a third party application, and the Hyper Text Transport Protocol and eXtensible Style Language used by the facility and third party application;
  • FIG. 2 is an exemplary block diagram of one embodiment of a network-based publication system
  • FIG. 3 illustrates an exemplary block diagram of one embodiment of a database maintained by a database engine server
  • FIG. 4 illustrates an exemplary diagrammatic representation of one embodiment of a user table within the database of FIG. 3 ;
  • FIG. 5 illustrates an exemplary diagrammatic representation of one embodiment of a locations table within the database
  • FIG. 6 illustrates an exemplary block diagram of an embodiment of a network-based publication system
  • FIG. 7 illustrates another exemplary block diagram of an embodiment of a network-based publication system
  • FIGS. 8A-8E illustrate a user interface to a network-based publication system through which a user can upload style sheets
  • FIG. 9 illustrates a block diagram of an exemplary embodiment of a computer system that can implement embodiments of the present invention.
  • transaction shall be taken to include any communications between two or more entities and shall be construed to include, but not be limited to, commercial transactions including sale and purchase transactions, auctions, providing feedback, accessing e-mail, and the like.
  • FIG. 2 is a block diagram illustrating an exemplary network-based publication system 10 . While an exemplary embodiment of the present invention is described within the context of an publication system, it will be appreciated by those skilled in the art that the invention will find application in many different types of computer-based, and network-based, commerce facilities.
  • the publication system 10 includes one or more of a number of types of front-end servers, namely page servers 12 that deliver web pages (e.g., markup language documents), picture servers 14 that dynamically deliver images to be displayed within Web pages, listing servers 16 , Computer Graphic Interface (CGI) servers 18 that provide an intelligent interface to the back-end of system 10 , and search servers 20 that handle search requests to the system 10 .
  • E-mail servers 21 provide, inter alia, automated e-mail communications to users of the system 10 .
  • the back-end servers include a database engine server 22 , a search index server 24 and a credit card database server 26 , each of which maintains and facilitates access to a respective database, for example, database 23 .
  • the Internet-based publication system 10 may be accessed by a client program 30 , such as a browser (e.g., the Internet Explorer distributed by Microsoft Corp. of Redmond, Wash.) that executes on a client machine 32 and accesses the system 10 via a network such as, for example, the Internet 34 .
  • client program 30 such as a browser (e.g., the Internet Explorer distributed by Microsoft Corp. of Redmond, Wash.) that executes on a client machine 32 and accesses the system 10 via a network such as, for example, the Internet 34 .
  • a network such as, for example, the Internet 34 .
  • Other examples of networks that a client may utilize to access the publication system 10 include a wide area network (WAN), a local area network (LAN), a wireless network (e.g., a cellular network), or the Plain Old Telephone Service (POTS) network.
  • WAN wide area network
  • LAN local area network
  • POTS Plain Old Telephone Service
  • FIG. 3 is a database diagram illustrating an exemplary database 23 , maintained by and accessed via the database engine server 22 , which at least partially implements and supports the publication system 10 .
  • the database 23 may, in one embodiment, be implemented as a relational database, and includes a number of tables having entries, or records, that are linked by indices and keys. In an alternative embodiment, the database 23 may be implemented as a collection of objects in an object-oriented database.
  • a user table 40 Central to the database 23 is a user table 40 , which contains a record for each user of the publication system 10 .
  • a user may operate as a seller, buyer, or both, with respect to the publication system 10 .
  • a user information table 41 is linked to the user table 40 and includes more detailed information about each user.
  • the database 23 also includes item tables 42 that may be linked to the user table 40 .
  • the tables 42 include a seller items table 44 and a bidder items table 46 .
  • a user record in the user table 40 may be linked to publication data relating to multiple items that are being, or have been, auctioned via the system 10 , for example.
  • a link indicates whether the user is a seller or a bidder (or buyer) with respect to items for which records exist within the item tables 42 .
  • the database 23 also includes a note table 48 populated with note records that may be linked to one or more item records within the item tables 42 and/or to one or more user records within the user table 40 .
  • Each note record within the table 48 may include, inter alia, a comment, description, history or other information pertaining to an item being auctioned via the publication system 10 , or to a user of the publication system 10 .
  • a number of other tables are also shown to be linked to the user table 40 , namely a user past aliases table 50 , a feedback table 52 , a feedback details table 53 , a bids table 54 , an accounts table 56 , an account balances table 58 and a transaction record table 60 .
  • the database 23 includes a location table 59 which stores valid demographic information that is used to verify registration information submitted by users during the registration process.
  • FIG. 4 is a diagrammatic representation of an exemplary embodiment of the user table 40 that is populated with records, or entries, for each user of the publication system 10 .
  • the table 40 includes a user identifier column 62 that stores a unique identifier for each user.
  • a name column 64 stores a first name, a middle initial and a last name for each user.
  • An address column 66 stores full address information for each user, e.g., a street name and number, city, zip code, state, etc.
  • a phone number column 68 stores a home phone number for each user. It may be desirable to have each user verified, for example, through some identity checking process to verify that the user is who it is purporting to be prior to granting access to a particular user. Verification detail column 70 and verification rating column 72 may be included in the user table 40 to indicate details and rating of each individual's verification process.
  • FIG. 5 is an exemplary diagrammatic representation of an embodiment of the location table 59 .
  • the location table 59 stores a list of current zip codes and associated location information.
  • the data stored in the location table 59 is imported from a commercial database and is periodically completely re-populated with a new release of the commercial database.
  • the data stored in the locations table 59 is obtained from various sources including various commercial databases and/or the publication system 10 itself.
  • the table 59 includes a zip code column 80 that stores a list of current zip codes in the U.S. and abroad. Each zip code corresponds to valid city information stored in a city column 82 .
  • a flag stored in a column 98 indicates whether the city information stored in the column 82 is for a main city or an alias city.
  • the zip code information stored in the column 80 is also correlated with area code information stored in an area code column 92 and with other location information stored in a state column 84 , country name column 86 , country code column 88 , country column 90 , time zone column 94 , latitude column 96 , and longitude column 97 .
  • a column 95 includes a flag indicating, for each entry, whether daylight savings time is adopted in this geographic area.
  • a source column 99 stores a value indicating the source of the record, i.e., whether the record was imported from a certain commercial database, created by an administrator of the publication system 10 , or was originated by other source.
  • a network-based publication system 600 / 615 can be described as illustrated in FIG. 6 .
  • the database 602 stores all of the information (e.g., user records, item records, etc. . . . ) maintained by the publication system 600 as discussed above.
  • the database 602 includes a database 707 that contains client-uploaded presentation formats.
  • a commerce engine 604 is further coupled to the database 602 .
  • the commerce engine 604 contains all of the business logic, for instance, how an auction will work if the publication system 600 is an auction. This includes rules such as how to calculate the highest bid, to set the minimum bid for a particular item, determine what fields are necessary and optional for a particular item, or in short, all of the logic of how to manage the auction.
  • the commerce engine 604 functions based on program codes that are configured to access the information stored in the database 602 .
  • the codes can be written in any suitable programming language that can access the information stored in the database 602 for instance, in C++ language.
  • a user interface 606 is coupled to the commerce engine 604 . It is the database 602 , the commerce engine 604 , and the user interface 606 that essentially make up the server side of the network-based publication system 615 .
  • the user interface 606 includes application programs that are run from the commerce engine 604 that provide a user interface for the publication system 615 . For example, when a user 610 visits a web site belonging to the publication system 615 , the user interacts with the user interface application programs included in the user interface 606 that essentially provide a browser with which the user may interact.
  • the user interface 106 is functioning as an application interface exposed to the third party (which behind the scenes does the transformation processing) and returns the response to the third party using an XSL style sheet specified in the request message.
  • the browser presents a humanly readable interface for the user to interact with the publication system 615 .
  • the user can interact with the commerce engine 604 and the database 602 to obtain or submit the desired information.
  • the data are presented to the user in the human readable format for interaction.
  • HTML Hyper Text Markup Language
  • HTML defines the page layout, font, graphic elements as well as hyper links to other documents on the website of the publication system 600 .
  • a user of the publication system 600 is typically connected to the Internet or other network 608 via any suitable method, for instance, through a conventional cable and a modem, wireless access modem and an antenna, etc.
  • a user can also be a computer with programs to act on behalf of the actual user.
  • the user is connected to the network 608 by issuing to the publication system 600 a HyperText Transport Protocol command 122 (HTTP).
  • HTTP 122 is a communication protocol used to connect to servers on the WorldWideWeb, for instance, servers 12 , 14 , 16 , and 20 of the publication system 10 in FIG. 2 , or commerce engine 104 in FIG. 6 .
  • HTTP may also transmit HTML pages to browsers utilized by the user to access the publication system 600 .
  • a Representational State Transfer (REST) Application Program Interface (API) may be used.
  • REST API is a more succinct HTTP protocol that uses a subset of HTTP commands.
  • FIG. 6 in particular illustrates an embodiment in which a user or third party affiliate 610 of a network-based publication system 600 may upload a style sheet 628 , e.g., an eXtensible Style Language (XSL) or a Cascading Style Sheet (CSS), to the database 707 in the network-based publication system 615 , make a request to the network-based publication system (such as a request to do a search and return the search results to the network-based publication system), and receive back the search results in a readily displayable HTML document 126 (which contains therein statements/commands dictating the format of the document formatted from the style sheet 628 that was uploaded to the network-based publication system database 707 ).
  • XSL eXtensible Style Language
  • CSS Cascading Style Sheet
  • FIG. 6 employs a two phase process.
  • a user or third party affiliate 610 uploads a style sheet 628 to a database 707 in a network-based publication system 615 .
  • the user or third party affiliate 610 makes a request to the network-based publication system, such as a request for information, and the network-based publication system 600 returns that information to the third party affiliate 610 in a form dictated by the style sheet.
  • the network-based publication system 600 returns that information to the third party affiliate 610 in a form dictated by the style sheet.
  • several style sheets are uploaded to the network-based publication system 615 , and the user 601 includes in the request a key to identify the style sheet that the user would like to invoke.
  • FIG. 7 A more detailed illustration of the embodiment of FIG. 6 is illustrated in FIG. 7 .
  • a user or third party affiliate 710 of a network-based publication system 700 may upload to a database 707 in the network-based publication system 700 an XSL, CSS, or other style sheet 728 .
  • the style sheet 728 is transmitted in a request message over HTTP protocol, for example, an HTTP POST command.
  • the message 722 is first screened by a firewall 715 .
  • One purpose of the firewall 715 is to prevent viruses and other harmful files from gaining access to the network-based publication system 700 , and in particular, the firewall 715 prevents the introduction of any harmful files via a third party affiliate's submission of a style sheet 728 .
  • a processing unit 720 After passing through the firewall 715 , a processing unit 720 performs a first check on the style sheet 728 .
  • this first check involves a simple syntactic validation of the XSL or other format presentation code, and a parsing and normalization of the format presentation code.
  • the request 722 containing the style sheet 728 is transferred through firewall 716 to another internal processor 725 .
  • the processor 725 writes the style sheet 728 to the database 707 , and marks the style sheet as inactive.
  • the processor 725 further informs a scrubber process 735 that a new style sheet has been written to the database 707 .
  • the scrubber process 735 reads the style sheet 728 , and scans it to determine if there are any viruses, malicious content, or other potentially harmful code (such as ActiveX script code, Java script code, attempts to access URLs or other internal resources, attempts to access XSLs from other untrusted sites, attempts to make external/outbound connections, or the presence of non-terminating recursive logic).
  • the system 700 checks the XSL files after scrubbing to verify that the scrubbing was successfully completed. If the scrubbing was successful, the database 707 is updated to indicate that the style sheet 728 is active. If the scrubbing process 735 did not successfully complete, the style sheet 728 remains inactive, and the system 700 notes the scrubbing failure.
  • a process 745 performs XSL to HTML transform tests on the style sheet 728 to determine if the XSL style sheet can successfully transform some test XML documents into other XML documents or HTML documents.
  • a successful completion of these transform tests verifies that the style sheet 728 contains proper commands, code and syntax (either XSL, CCS, or some other format language) so that when the system 700 is called upon to transform a third party's search results from an XML format to an HTML format, there will be no errors in the conversion process.
  • These transforms are further needed to check that it will not take an indefinite time period to execute the transformation of XML to HTML using the given XSL style sheet.
  • the AV Scrubber 735 and the process 735 are part of an extensible validation pipeline 737 .
  • validation processes can be added, deleted, activated, and deactivated as future requirements dictate.
  • FIGS. 8A-8E illustrate examples of web pages that are associated with such an interface.
  • FIG. 8A illustrates a page 800 that lists several applications 805 that may be accessed by a third party user.
  • FIG. 8B illustrates a page 810 that lists the style sheets 815 that are associated with a particular application of a third party affiliate user 710 .
  • the web page displays an identifier 816 for each style sheet, a file name 818 for each style sheet, the date and time 817 when that style sheet was uploaded into the system's database 707 , and whether the style sheet is active at 819 .
  • a transformation timeout history is maintained, and the transformation timeout history keeps a record of the times that a particular style sheet timed out in its transformation from an XML document to an HTML document.
  • a history of timeouts for a particular style sheet indicates a problem with that style sheet.
  • FIG. 8C illustrates a page 830 that permits a user to upload a new style sheet
  • FIG. 8D illustrates a page 840 that permits a user to view a style sheet file
  • FIG. 8E illustrates a page 850 that permits a user to rename a style sheet file.
  • a user 710 is not permitted to edit style sheets.
  • the facility 700 may place an upper limit on the number of style sheets that a third party affiliate is allowed to upload to the database 707 .
  • the style sheet 728 is available to the facility 700 for the facility to format data into an HTML document (or another XML document) before such data is transferred from the network-based publication system 700 to the third party affiliate 710 .
  • this transmission of data from the network-based publication system 700 can be in response to a request for information by the third party affiliate.
  • data can be sent by the network-based publication system 700 to a third party affiliate 710 independent of any specific request by a third party user.
  • a third party affiliate 710 submits a request for information to the network-based publication system 700 .
  • this request includes a command to the publication system 700 , such as an HTTP GET command and search parameters to retrieve data, and a file id to identify a style sheet 728 in the database 707 .
  • the request 722 passes through the firewall 715 , through processor 720 , through firewall 716 , and to processor 725 .
  • Processor 725 reads the request 722 , parses out the command, and signals internal processor 740 to retrieve the information from its databases 702 that meet the criteria specified in the request 722 .
  • this retrieved data is formatted into an XML document.
  • Processor 725 then transmits the search results to processor 755 which, in an embodiment, includes a formatting module.
  • Processor 725 further retrieves the XSL style sheet 728 identified in the original request 722 for this third party affiliate from the database 707 , and transmits that style sheet 728 to processor 755 .
  • recently used style sheets are maintained in a cache memory, and processor 725 first checks cache memory to determine if the needed style sheet is in cache memory.
  • the formatting module in processor 755 uses the style sheet 728 to transform the data into an HTML document 760 .
  • processor 755 creates a new execution process that performs the actual transformation.
  • the processor 755 monitors this transformation process, and if the time that it takes to transform this data exceeds a threshold (e.g., 3000 milliseconds), processor 755 terminates the transformation process and returns an error message to the client. Furthermore, if the client continues to send requests using the same XSL file id, which results in consecutive transformations timeouts, that XSL instance is disabled and made inactive. In this manner, the network-based publication system 700 is able to prevent at run time system taxing events caused by the transformation such as infinite loops and/or other malicious events.
  • a threshold e.g., 3000 milliseconds
  • the HTML document 760 is then transmitted back to the third party affiliate 710 , and the third party affiliate's system renders the HTML document.
  • FIG. 9 shows a diagrammatic representation of machine in the exemplary form of a computer system 900 within which a set of instructions, for causing the machine to perform any one of the methodologies discussed above, may be executed.
  • the machine may comprise a network router, a network switch, a network bridge, Personal Digital Assistant (PDA), a cellular telephone, a web appliance or any machine capable of executing a sequence of instructions that specify actions to be taken by the machine.
  • PDA Personal Digital Assistant
  • the computer system 900 includes a processor 902 , a main memory 904 and a static memory 906 , which communicate with each other via a bus 908 .
  • the computer system 900 may further include a video display unit 910 (e.g., a liquid crystal display (LCD) or a cathode ray tube (CRT)).
  • the computer system 900 also includes an alpha-numeric input device 912 (e.g., a keyboard), a cursor control device 914 (e.g., a mouse), a disk drive unit 916 , a signal generation device 920 (e.g., a speaker) and a network interface device 922 .
  • the disk drive unit 916 includes a computer-readable medium 924 on which is stored a set of instructions (i.e., software) 926 embodying any one, or all, of the methodologies described above.
  • the software 926 is also shown to reside, completely or at least partially, within the main memory 904 and/or within the processor 902 .
  • the software 926 may further be transmitted or received via the network interface device 922 .
  • the term “computer-readable medium” shall be taken to include any medium that is capable of storing or encoding a sequence of instructions for execution by the computer and that cause the computer to perform any one of the methodologies of the present invention.
  • the term “computer-readable medium” shall accordingly be taken to included, but not be limited to, solid-state memories, optical and magnetic disks, and carrier wave signals.

Abstract

Method and apparatus to facilitate access to a network-based publication system. In an embodiment, a user or third party affiliate of a network-based publication system uploads a style sheet or other presentation format file to a database in the network-based publication system. Thereafter, the user or third party affiliate sends a request to the network-based publication system, and the publication system uses one or more of the uploaded style sheets to format the response to be transmitted back to the third party affiliate.

Description

    CROSS-REFERENCE TO RELATED APPLICATION
  • This application is a continuation of U.S. patent application Ser. No. 13/435,652, entitled “SYSTEM AND METHOD TO TRANSFORM RESULTS OF CLIENT REQUESTS USING CLIENT UPLOADED PRESENTATION FORMATS”, filed Mar. 30, 2012, now U.S. Pat. No. 8,150,847, which is a continuation of U.S. patent application Ser. No. 11/216,790, SYSTEM AND METHOD TO TRANSFORM RESULTS OF CLIENT REQUESTS USING CLIENT UPLOADED PRESENTATION FORMATS”, filed, Aug. 31, 2005, all of which are incorporated herein by reference in their entirety.
  • TECHNICAL FIELD
  • The present application relates generally to the field of network communications and, in an example embodiment, but not by way of limitation, to communications between portals and other service providers in a network.
  • BACKGROUND
  • Some of the advantages offered by a typical network-based publication system (e.g, a website) are the simplicity, promptness and convenience of participating in the online information publishing and viewing process.
  • However, since website development can be very expensive, and many businesses cannot easily develop their own websites, many businesses have expanded into the online arena by associating themselves with the services provided by online service providers. Consequently, instead of developing their own websites, these businesses have developed third-party applications that interact with network-based systems. These third party applications may enhance the user experience for users of the network-based publication system by providing programs that the network-based publication system does not have. Regarding the enhancement of the user experience for a user of a particular business's systems, these third party applications may integrate the applications of that particular business entity with a particular popular network-based publication system and extend platforms of that business entity into new business areas.
  • Additionally, these third-party application programs may be extremely valuable for users who conduct a great many business transactions using the network-based publication system, and users who would like to have the information presented to attract buyers in a way that may be different from the network-based publication system. Moreover, businesses who use these third party application programs may have items listed for trading on the network-based publication system, but may wish to have the users interact with the network-based publication system through the business's Website using such third party applications. Thus, such third party applications may expand a business's services to its clients.
  • FIG. 1 illustrates an example of a typical networked system in which a user is able to invoke a third party application in conjunction with accessing a network-based publication system. Specifically, FIG. 1 illustrates a network-based publication system 100 (e.g., an online publication system). In the system 100, a user 110 is able to access and communicate with a network-based publication system 115 through a network 108 such as the Internet. The network-based publication system 115 includes a user interface 106, an application engine 104, and a database 102. The user interface 106 contains application programs that accept requests from the users. In connection with a user 110 accessing a network-based publication system, the user 110 may invoke one of its own applications 112, or the application 112 of another third party.
  • FIG. 1 a illustrates a more detailed example of the manner in which a user 110 may invoke a third party application 112 in connection with accessing a network-based publication system 115. In FIG. 1 a, the user 110 communicates with other entities in the system 100 by sending an eXtensible Markup Language (XML) request 120 over HyperText Transfer Protocol 122 (HTTP). The application engine 104 of the network-based publication system 115 executes the request 120 (e.g., retrieving particular items available in an auction), and returns the results to the user 110 through the network 108 also in an XML document over HTTP protocol. The user 110 may then transform the data in the XML document into an HTML document. In this manner, the user 110 can transform the relatively raw data in the XML format into an HTML document which will display the data with the particular look and feel that the user 110 wants to convey on its internal systems.
  • FIG. 1 b illustrates another example of the manner in which a user 110 may access a network-based publication system 115 and use a third party application 112. In FIG. 1 b, the user 110 may transfer a style sheet 124, such as an eXtensible Style Language style sheet, over HTTP protocol 122 to the network-based publication system 115. Alternatively, a user 110 may include a URL in the HTTP protocol based message sent to the network-based publication system, and the publication system can invoked the URL to access the style sheet. The transfer of this style sheet may be combined with a request to retrieve data from the network-based publication system 115. In addition to retrieving the data contained within the user's request, the network-based publication system 115 uses the style sheet 124 to create an HTML document 126. The network-based publication system 115 transmits the HTML document 126 to the user 110, who can then display the data in the format dictated by the HTML document.
  • These approaches to the use of third party applications in connection with a network-based publication system however present several problems to such users 110, especially smaller business entities that do not have the bandwidth, hardware, and/or personnel to implement such systems in connection with their internal systems and applications. In a system in which a network-based publication system transmits an XML document 120 to a user 110, the conversion of that XML document 120 to an HTML document 126 is not a trivial task. The user 110 must have available to it the bandwidth, servers (hardware and software), and personnel to accomplish such a conversion. Moreover, if there is a change in the creation of the XML document 120 on the network-based publication system 100, the code on the user's system that converts the XML document 120 into an HTML document 126 must also be changed.
  • Similarly, in systems in which a user transmits a style sheet to a network-based publication system, and thereafter receives an HTML document back from that facility, the network-based publication system has little control over such style sheets, and is therefore susceptible to error-ridden style sheets, or worse yet, style sheets that contain malicious code that can wreak havoc to a network-based publication system 115.
  • Network-based publication systems are therefore in need of an improved manner to respond to client requests and format responses to these requests.
  • SUMMARY OF THE INVENTION
  • An embodiment of the present invention discloses methods and apparatuses for transforming on a server the results of a client request using presentation formats that have been uploaded to the server by the client. In one embodiment, a client uploads presentation formats to a data base on a network-based publication system. Such presentation formats may include an eXtensible Style Language (XSL) file, Cascading Style Sheets (CSS), or some other presentation format/language. The protocol used by the client and server may be the Hyper Text Transfer Protocol (HTTP), and the request itself may be formatted in the eXtensible Markup Language (XML). The network-based publication system executes the client's request, and uses the client-uploaded presentation formats to generate a server-side transformation and response to the client's request. In an embodiment, that response is in a HyperText Markup Language (HTML) format, and that HTML document is transmitted to the client over HTTP protocol and displayed on the client's system.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • The present invention is illustrated by way of example and not limitation in the figures of the accompanying drawings, in which like references indicate similar elements and in which:
  • FIG. 1 is an exemplary prior art embodiment of a network-based publication system and a third-party application;
  • FIG. 1 a is an exemplary prior art embodiment of a network-based publication system, a third party application, and the Hyper Text Transport Protocol and eXtensible Markup Language used by the facility and third party application;
  • FIG. 1 b is an exemplary prior art embodiment of a network-based publication system, a third party application, and the Hyper Text Transport Protocol and eXtensible Style Language used by the facility and third party application;
  • FIG. 2 is an exemplary block diagram of one embodiment of a network-based publication system;
  • FIG. 3 illustrates an exemplary block diagram of one embodiment of a database maintained by a database engine server;
  • FIG. 4 illustrates an exemplary diagrammatic representation of one embodiment of a user table within the database of FIG. 3;
  • FIG. 5 illustrates an exemplary diagrammatic representation of one embodiment of a locations table within the database;
  • FIG. 6 illustrates an exemplary block diagram of an embodiment of a network-based publication system;
  • FIG. 7 illustrates another exemplary block diagram of an embodiment of a network-based publication system;
  • FIGS. 8A-8E illustrate a user interface to a network-based publication system through which a user can upload style sheets;
  • FIG. 9 illustrates a block diagram of an exemplary embodiment of a computer system that can implement embodiments of the present invention.
  • DETAILED DESCRIPTION
  • Methods and apparatuses for facilitating access to a network-based publication system such as, for example, an Internet-based, search engine, portal or commerce system (e.g., publication system), in conjunction with the use of third party applications, are described. In the following description, for purposes of explanation, numerous specific details are set forth in order to provide a thorough understanding of the present invention. It will be evident, however, to one skilled in the art that the present invention may be practiced without these specific details.
  • TERMINOLOGY
  • For the purposes of the present specification, the term “transaction” shall be taken to include any communications between two or more entities and shall be construed to include, but not be limited to, commercial transactions including sale and purchase transactions, auctions, providing feedback, accessing e-mail, and the like.
  • Transaction Facility
  • FIG. 2 is a block diagram illustrating an exemplary network-based publication system 10. While an exemplary embodiment of the present invention is described within the context of an publication system, it will be appreciated by those skilled in the art that the invention will find application in many different types of computer-based, and network-based, commerce facilities.
  • The publication system 10 includes one or more of a number of types of front-end servers, namely page servers 12 that deliver web pages (e.g., markup language documents), picture servers 14 that dynamically deliver images to be displayed within Web pages, listing servers 16, Computer Graphic Interface (CGI) servers 18 that provide an intelligent interface to the back-end of system 10, and search servers 20 that handle search requests to the system 10. E-mail servers 21 provide, inter alia, automated e-mail communications to users of the system 10.
  • The back-end servers include a database engine server 22, a search index server 24 and a credit card database server 26, each of which maintains and facilitates access to a respective database, for example, database 23.
  • The Internet-based publication system 10 may be accessed by a client program 30, such as a browser (e.g., the Internet Explorer distributed by Microsoft Corp. of Redmond, Wash.) that executes on a client machine 32 and accesses the system 10 via a network such as, for example, the Internet 34. Other examples of networks that a client may utilize to access the publication system 10 include a wide area network (WAN), a local area network (LAN), a wireless network (e.g., a cellular network), or the Plain Old Telephone Service (POTS) network.
  • Database Structure
  • FIG. 3 is a database diagram illustrating an exemplary database 23, maintained by and accessed via the database engine server 22, which at least partially implements and supports the publication system 10. The database 23 may, in one embodiment, be implemented as a relational database, and includes a number of tables having entries, or records, that are linked by indices and keys. In an alternative embodiment, the database 23 may be implemented as a collection of objects in an object-oriented database.
  • Central to the database 23 is a user table 40, which contains a record for each user of the publication system 10. A user may operate as a seller, buyer, or both, with respect to the publication system 10. A user information table 41 is linked to the user table 40 and includes more detailed information about each user. The database 23 also includes item tables 42 that may be linked to the user table 40. Specifically, the tables 42 include a seller items table 44 and a bidder items table 46. A user record in the user table 40 may be linked to publication data relating to multiple items that are being, or have been, auctioned via the system 10, for example. A link indicates whether the user is a seller or a bidder (or buyer) with respect to items for which records exist within the item tables 42. The database 23 also includes a note table 48 populated with note records that may be linked to one or more item records within the item tables 42 and/or to one or more user records within the user table 40. Each note record within the table 48 may include, inter alia, a comment, description, history or other information pertaining to an item being auctioned via the publication system 10, or to a user of the publication system 10.
  • A number of other tables are also shown to be linked to the user table 40, namely a user past aliases table 50, a feedback table 52, a feedback details table 53, a bids table 54, an accounts table 56, an account balances table 58 and a transaction record table 60. In addition, the database 23 includes a location table 59 which stores valid demographic information that is used to verify registration information submitted by users during the registration process.
  • FIG. 4 is a diagrammatic representation of an exemplary embodiment of the user table 40 that is populated with records, or entries, for each user of the publication system 10. The table 40 includes a user identifier column 62 that stores a unique identifier for each user. A name column 64 stores a first name, a middle initial and a last name for each user. An address column 66 stores full address information for each user, e.g., a street name and number, city, zip code, state, etc. A phone number column 68 stores a home phone number for each user. It may be desirable to have each user verified, for example, through some identity checking process to verify that the user is who it is purporting to be prior to granting access to a particular user. Verification detail column 70 and verification rating column 72 may be included in the user table 40 to indicate details and rating of each individual's verification process.
  • It will be appreciated that any information other than that described above may populate the user table 40 without loss of generality.
  • FIG. 5 is an exemplary diagrammatic representation of an embodiment of the location table 59. The location table 59 stores a list of current zip codes and associated location information. In one embodiment, the data stored in the location table 59 is imported from a commercial database and is periodically completely re-populated with a new release of the commercial database. Alternatively, the data stored in the locations table 59 is obtained from various sources including various commercial databases and/or the publication system 10 itself. The table 59 includes a zip code column 80 that stores a list of current zip codes in the U.S. and abroad. Each zip code corresponds to valid city information stored in a city column 82. A flag stored in a column 98 indicates whether the city information stored in the column 82 is for a main city or an alias city. The zip code information stored in the column 80 is also correlated with area code information stored in an area code column 92 and with other location information stored in a state column 84, country name column 86, country code column 88, country column 90, time zone column 94, latitude column 96, and longitude column 97. A column 95 includes a flag indicating, for each entry, whether daylight savings time is adopted in this geographic area. A source column 99 stores a value indicating the source of the record, i.e., whether the record was imported from a certain commercial database, created by an administrator of the publication system 10, or was originated by other source.
  • It will be appreciated that other demographic information may also populate the location table 59.
  • In an example embodiment, a network-based publication system 600/615 can be described as illustrated in FIG. 6. The database 602 stores all of the information (e.g., user records, item records, etc. . . . ) maintained by the publication system 600 as discussed above. In an embodiment, the database 602 includes a database 707 that contains client-uploaded presentation formats. A commerce engine 604 is further coupled to the database 602. The commerce engine 604 contains all of the business logic, for instance, how an auction will work if the publication system 600 is an auction. This includes rules such as how to calculate the highest bid, to set the minimum bid for a particular item, determine what fields are necessary and optional for a particular item, or in short, all of the logic of how to manage the auction. The commerce engine 604 functions based on program codes that are configured to access the information stored in the database 602. The codes can be written in any suitable programming language that can access the information stored in the database 602 for instance, in C++ language.
  • Continuing with the embodiment shown in FIG. 6, a user interface 606 is coupled to the commerce engine 604. It is the database 602, the commerce engine 604, and the user interface 606 that essentially make up the server side of the network-based publication system 615. The user interface 606 includes application programs that are run from the commerce engine 604 that provide a user interface for the publication system 615. For example, when a user 610 visits a web site belonging to the publication system 615, the user interacts with the user interface application programs included in the user interface 606 that essentially provide a browser with which the user may interact. That is, the user interface 106 is functioning as an application interface exposed to the third party (which behind the scenes does the transformation processing) and returns the response to the third party using an XSL style sheet specified in the request message. In one example, the browser presents a humanly readable interface for the user to interact with the publication system 615. Through the application programs, the user can interact with the commerce engine 604 and the database 602 to obtain or submit the desired information. After the data are extracted from the database 602, the data are presented to the user in the human readable format for interaction. One well known example of a data format that can be presented to the user for such interaction is the Hyper Text Markup Language (HTML). HTML defines the page layout, font, graphic elements as well as hyper links to other documents on the website of the publication system 600.
  • A user of the publication system 600 is typically connected to the Internet or other network 608 via any suitable method, for instance, through a conventional cable and a modem, wireless access modem and an antenna, etc. A user can also be a computer with programs to act on behalf of the actual user. Typically, the user is connected to the network 608 by issuing to the publication system 600 a HyperText Transport Protocol command 122 (HTTP). HTTP 122 is a communication protocol used to connect to servers on the WorldWideWeb, for instance, servers 12, 14, 16, and 20 of the publication system 10 in FIG. 2, or commerce engine 104 in FIG. 6. HTTP may also transmit HTML pages to browsers utilized by the user to access the publication system 600. In another embodiment, a Representational State Transfer (REST) Application Program Interface (API) may be used. As known to those of skill in the art, a REST API is a more succinct HTTP protocol that uses a subset of HTTP commands.
  • FIG. 6 in particular illustrates an embodiment in which a user or third party affiliate 610 of a network-based publication system 600 may upload a style sheet 628, e.g., an eXtensible Style Language (XSL) or a Cascading Style Sheet (CSS), to the database 707 in the network-based publication system 615, make a request to the network-based publication system (such as a request to do a search and return the search results to the network-based publication system), and receive back the search results in a readily displayable HTML document 126 (which contains therein statements/commands dictating the format of the document formatted from the style sheet 628 that was uploaded to the network-based publication system database 707).
  • The embodiment illustrated in FIG. 6 employs a two phase process. First, a user or third party affiliate 610 uploads a style sheet 628 to a database 707 in a network-based publication system 615. Second, sometime thereafter, the user or third party affiliate 610 makes a request to the network-based publication system, such as a request for information, and the network-based publication system 600 returns that information to the third party affiliate 610 in a form dictated by the style sheet. In another embodiment, several style sheets are uploaded to the network-based publication system 615, and the user 601 includes in the request a key to identify the style sheet that the user would like to invoke.
  • A more detailed illustration of the embodiment of FIG. 6 is illustrated in FIG. 7. In FIG. 7, a user or third party affiliate 710 of a network-based publication system 700 may upload to a database 707 in the network-based publication system 700 an XSL, CSS, or other style sheet 728. The style sheet 728 is transmitted in a request message over HTTP protocol, for example, an HTTP POST command. In an embodiment, the message 722 is first screened by a firewall 715. One purpose of the firewall 715 is to prevent viruses and other harmful files from gaining access to the network-based publication system 700, and in particular, the firewall 715 prevents the introduction of any harmful files via a third party affiliate's submission of a style sheet 728. After passing through the firewall 715, a processing unit 720 performs a first check on the style sheet 728. In an embodiment, this first check involves a simple syntactic validation of the XSL or other format presentation code, and a parsing and normalization of the format presentation code. The request 722 containing the style sheet 728 is transferred through firewall 716 to another internal processor 725. The processor 725 writes the style sheet 728 to the database 707, and marks the style sheet as inactive. The processor 725 further informs a scrubber process 735 that a new style sheet has been written to the database 707. The scrubber process 735 reads the style sheet 728, and scans it to determine if there are any viruses, malicious content, or other potentially harmful code (such as ActiveX script code, Java script code, attempts to access URLs or other internal resources, attempts to access XSLs from other untrusted sites, attempts to make external/outbound connections, or the presence of non-terminating recursive logic). In an embodiment, the system 700 checks the XSL files after scrubbing to verify that the scrubbing was successfully completed. If the scrubbing was successful, the database 707 is updated to indicate that the style sheet 728 is active. If the scrubbing process 735 did not successfully complete, the style sheet 728 remains inactive, and the system 700 notes the scrubbing failure. After the completion of the scrubber process 735, in an embodiment, a process 745 performs XSL to HTML transform tests on the style sheet 728 to determine if the XSL style sheet can successfully transform some test XML documents into other XML documents or HTML documents. A successful completion of these transform tests verifies that the style sheet 728 contains proper commands, code and syntax (either XSL, CCS, or some other format language) so that when the system 700 is called upon to transform a third party's search results from an XML format to an HTML format, there will be no errors in the conversion process. These transforms are further needed to check that it will not take an indefinite time period to execute the transformation of XML to HTML using the given XSL style sheet. Furthermore, these transform tests restrict style sheets so that they are executed within reasonable and configurable periods so as to minimize computational impact on an network-based publication system (e.g., making an E-commerce site unstable with respect to availability). In an embodiment, the AV Scrubber 735 and the process 735 are part of an extensible validation pipeline 737. In the extensible validation pipeline 737, validation processes can be added, deleted, activated, and deactivated as future requirements dictate.
  • In an embodiment, the uploading of a style sheet 728 is implemented by the third party user affiliate 710 through a user interface website maintained by the network-based publication system 700. FIGS. 8A-8E illustrate examples of web pages that are associated with such an interface. FIG. 8A illustrates a page 800 that lists several applications 805 that may be accessed by a third party user. FIG. 8B illustrates a page 810 that lists the style sheets 815 that are associated with a particular application of a third party affiliate user 710. In this embodiment, the web page displays an identifier 816 for each style sheet, a file name 818 for each style sheet, the date and time 817 when that style sheet was uploaded into the system's database 707, and whether the style sheet is active at 819. In another embodiment, a transformation timeout history is maintained, and the transformation timeout history keeps a record of the times that a particular style sheet timed out in its transformation from an XML document to an HTML document. A history of timeouts for a particular style sheet indicates a problem with that style sheet. FIG. 8C illustrates a page 830 that permits a user to upload a new style sheet, FIG. 8D illustrates a page 840 that permits a user to view a style sheet file, and FIG. 8E illustrates a page 850 that permits a user to rename a style sheet file. In an embodiment, for security purposes, a user 710 is not permitted to edit style sheets. If a user would like to change a style sheet, the user must first delete the style sheet, and then replace it by adding a new version of that style sheet. In an embodiment, the facility 700 may place an upper limit on the number of style sheets that a third party affiliate is allowed to upload to the database 707.
  • After the upload of a style sheet 728 into the database 707 in the network-based publication system 700, and the indication that the style sheet is active and has passed the transform tests, the style sheet 728 is available to the facility 700 for the facility to format data into an HTML document (or another XML document) before such data is transferred from the network-based publication system 700 to the third party affiliate 710. In an embodiment, this transmission of data from the network-based publication system 700 can be in response to a request for information by the third party affiliate. In another embodiment, data can be sent by the network-based publication system 700 to a third party affiliate 710 independent of any specific request by a third party user.
  • Specifically, referring again to the embodiment of FIG. 7, a third party affiliate 710 submits a request for information to the network-based publication system 700. In an embodiment, this request includes a command to the publication system 700, such as an HTTP GET command and search parameters to retrieve data, and a file id to identify a style sheet 728 in the database 707. The request 722 passes through the firewall 715, through processor 720, through firewall 716, and to processor 725. Processor 725 reads the request 722, parses out the command, and signals internal processor 740 to retrieve the information from its databases 702 that meet the criteria specified in the request 722. In an embodiment, this retrieved data is formatted into an XML document. Processor 725 then transmits the search results to processor 755 which, in an embodiment, includes a formatting module. Processor 725 further retrieves the XSL style sheet 728 identified in the original request 722 for this third party affiliate from the database 707, and transmits that style sheet 728 to processor 755. In another embodiment, recently used style sheets are maintained in a cache memory, and processor 725 first checks cache memory to determine if the needed style sheet is in cache memory. The formatting module in processor 755 uses the style sheet 728 to transform the data into an HTML document 760. In an embodiment, processor 755 creates a new execution process that performs the actual transformation. The processor 755 monitors this transformation process, and if the time that it takes to transform this data exceeds a threshold (e.g., 3000 milliseconds), processor 755 terminates the transformation process and returns an error message to the client. Furthermore, if the client continues to send requests using the same XSL file id, which results in consecutive transformations timeouts, that XSL instance is disabled and made inactive. In this manner, the network-based publication system 700 is able to prevent at run time system taxing events caused by the transformation such as infinite loops and/or other malicious events.
  • The HTML document 760 is then transmitted back to the third party affiliate 710, and the third party affiliate's system renders the HTML document.
  • Computer Architecture
  • FIG. 9 shows a diagrammatic representation of machine in the exemplary form of a computer system 900 within which a set of instructions, for causing the machine to perform any one of the methodologies discussed above, may be executed. In the alternative embodiment, the machine may comprise a network router, a network switch, a network bridge, Personal Digital Assistant (PDA), a cellular telephone, a web appliance or any machine capable of executing a sequence of instructions that specify actions to be taken by the machine.
  • The computer system 900 includes a processor 902, a main memory 904 and a static memory 906, which communicate with each other via a bus 908. The computer system 900 may further include a video display unit 910 (e.g., a liquid crystal display (LCD) or a cathode ray tube (CRT)). The computer system 900 also includes an alpha-numeric input device 912 (e.g., a keyboard), a cursor control device 914 (e.g., a mouse), a disk drive unit 916, a signal generation device 920 (e.g., a speaker) and a network interface device 922.
  • The disk drive unit 916 includes a computer-readable medium 924 on which is stored a set of instructions (i.e., software) 926 embodying any one, or all, of the methodologies described above. The software 926 is also shown to reside, completely or at least partially, within the main memory 904 and/or within the processor 902. The software 926 may further be transmitted or received via the network interface device 922. For the purposes of this specification, the term “computer-readable medium” shall be taken to include any medium that is capable of storing or encoding a sequence of instructions for execution by the computer and that cause the computer to perform any one of the methodologies of the present invention. The term “computer-readable medium” shall accordingly be taken to included, but not be limited to, solid-state memories, optical and magnetic disks, and carrier wave signals.
  • Thus, a method and apparatus for detecting suspicious transactions occurring over a network-based transaction facility have been described. Although the present invention has been described with reference to specific exemplary embodiments, it will be evident that various modifications and changes may be made to these embodiments without departing from the broader spirit and scope of the invention. Accordingly, the specification and drawings are to be regarded in an illustrative rather than a restrictive sense.

Claims (1)

What is claimed is:
1. A method comprising:
receiving from a client or a user a presentation format to a database on a network-based publication system;
storing the presentation format in the database;
using the presentation format to transform a test document;
marking the presentation format as active when the test document is transformed;
receiving from the client or the user a request to said network-based publication system; and
formatting a response to said request on the network-based publication system in a readily displayable format using said received presentation format when said presentation format is marked as active.
US14/797,902 2005-08-31 2015-07-13 System and method to transform results of client requests using client uploaded presentation formats Abandoned US20150317290A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US14/797,902 US20150317290A1 (en) 2005-08-31 2015-07-13 System and method to transform results of client requests using client uploaded presentation formats

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
US11/216,790 US8150847B2 (en) 2005-08-31 2005-08-31 System and method to transform results of client requests using client uploaded presentation formats
US13/435,652 US9081867B2 (en) 2005-08-31 2012-03-30 System and method to transform results of client requests using client uploaded presentation formats
US14/797,902 US20150317290A1 (en) 2005-08-31 2015-07-13 System and method to transform results of client requests using client uploaded presentation formats

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US13/435,652 Continuation US9081867B2 (en) 2005-08-31 2012-03-30 System and method to transform results of client requests using client uploaded presentation formats

Publications (1)

Publication Number Publication Date
US20150317290A1 true US20150317290A1 (en) 2015-11-05

Family

ID=37805590

Family Applications (3)

Application Number Title Priority Date Filing Date
US11/216,790 Active 2029-01-09 US8150847B2 (en) 2005-08-31 2005-08-31 System and method to transform results of client requests using client uploaded presentation formats
US13/435,652 Expired - Fee Related US9081867B2 (en) 2005-08-31 2012-03-30 System and method to transform results of client requests using client uploaded presentation formats
US14/797,902 Abandoned US20150317290A1 (en) 2005-08-31 2015-07-13 System and method to transform results of client requests using client uploaded presentation formats

Family Applications Before (2)

Application Number Title Priority Date Filing Date
US11/216,790 Active 2029-01-09 US8150847B2 (en) 2005-08-31 2005-08-31 System and method to transform results of client requests using client uploaded presentation formats
US13/435,652 Expired - Fee Related US9081867B2 (en) 2005-08-31 2012-03-30 System and method to transform results of client requests using client uploaded presentation formats

Country Status (1)

Country Link
US (3) US8150847B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2018111588A1 (en) * 2016-12-14 2018-06-21 Rfpio, Inc. Method to automatically convert proposal documents
US20210212089A1 (en) * 2015-09-15 2021-07-08 Lg Electronics Inc. Resource selection method for v2x operation of terminal in wireless communication system, and terminal using method

Families Citing this family (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8150847B2 (en) 2005-08-31 2012-04-03 Ebay Inc. System and method to transform results of client requests using client uploaded presentation formats
US7818665B1 (en) * 2006-06-22 2010-10-19 Advanced Micro Devices, Inc. Method and system for schema version transform verification
US20100309508A1 (en) * 2009-06-03 2010-12-09 Kamath Harish B Network print-related service
US9817622B2 (en) 2010-01-20 2017-11-14 Hewlett-Packard Development Company, L.P. Cloud printer with a common user print experience
US9436414B2 (en) * 2010-05-08 2016-09-06 Hewlett-Packard Development Company, L.P. Managing a printing device behind a firewall
GB2496107C (en) * 2011-10-26 2022-07-27 Cliquecloud Ltd A method and apparatus for preventing unwanted code execution
US9069501B2 (en) 2012-02-28 2015-06-30 Hewlett-Packard Development Company, L.P. Mechanism that allows initiating print without being aware of the printer email address
CN104254844B (en) 2012-06-26 2017-12-19 惠普发展公司,有限责任合伙企业 The network printer is exposed to WI FI clients
AU2016276284B9 (en) * 2015-06-07 2020-05-21 Wix.Com Ltd System and method for the generation of an adaptive user interface in a website building system
US20180084392A1 (en) * 2016-09-19 2018-03-22 Ebay Inc. Text messaging hub system providing access to local and remote service applications

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6637013B1 (en) * 2000-06-07 2003-10-21 Sun Microsystems, Inc. Method and system for automating design rule check error correction in a CAD environment
US20070016949A1 (en) * 2005-07-15 2007-01-18 Microsoft Corporation Browser Protection Module

Family Cites Families (24)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7213202B1 (en) * 1998-12-11 2007-05-01 Microsoft Corporation Simplified design for HTML
US6760731B2 (en) * 2000-03-15 2004-07-06 Kent W. Huff Genealogy registry system
US6741989B1 (en) * 2000-06-07 2004-05-25 Ge Capital Services Structured Finance Group, Inc. Web-based method and system for exchanging information among partners
US7162433B1 (en) * 2000-10-24 2007-01-09 Opusone Corp. System and method for interactive contests
US6816879B1 (en) * 2000-12-02 2004-11-09 Oracle International Corp. System and method for serving pre-generated presentation views of requested data
AU2002233991A1 (en) * 2000-12-06 2002-06-18 American Express Travel Related Services Company, Inc. Layout generator system and method
US20020107913A1 (en) * 2001-02-08 2002-08-08 Rivera Gustavo R. System and method for rendering documents in a user-familiar format
US20020165881A1 (en) * 2001-03-15 2002-11-07 Imation Corp. Web page color accuracy using color-customized style sheets
US7136846B2 (en) * 2001-04-06 2006-11-14 2005 Keel Company, Inc. Wireless information retrieval
US7028028B1 (en) * 2001-05-17 2006-04-11 Enosys Markets,Inc. System for querying markup language data stored in a relational database according to markup language schema
US20030023635A1 (en) * 2001-07-25 2003-01-30 Justice Timothy P. System and method for generating and distributing a publication
US7028223B1 (en) * 2001-08-13 2006-04-11 Parasoft Corporation System and method for testing of web services
JP2003131930A (en) * 2001-10-26 2003-05-09 Nec Corp Apparatus for contents conversion processing, method for automatic selection of style sheet and program thereof
FR2846118A1 (en) * 2002-10-22 2004-04-23 I 1 System Method for setting up a publishing mock-up, comprises automatic selection of elements intended for mock-up from a data base, definition of a model, selection of emplacement order and display
US20040215719A1 (en) * 2003-04-09 2004-10-28 Altshuler Dennis Wayne Method and system for designing, editing and publishing web page content in a live internet session
US7562292B2 (en) * 2003-12-30 2009-07-14 Lockheed Martin Corporation Systems engineering document prototyping system, program product, and related methods
US7310631B2 (en) * 2004-03-12 2007-12-18 American Express Travel Related Services Company, Inc. Method and system for facilitating access to external data
ATE532142T1 (en) * 2004-03-16 2011-11-15 Microdasys Inc CONTENT MONITORING FOR XML
US20050262115A1 (en) * 2004-05-05 2005-11-24 Jingkun Hu Extensible constraint markup language
US7430343B2 (en) * 2004-05-28 2008-09-30 Dee Sign Company System and method for displaying images
US20050278619A1 (en) * 2004-06-14 2005-12-15 Samsung Electronics Co., Ltd. Apparatus and method of transmitting/storing print or display control information, and recording medium having embodies thereon computer program for executing the method
US20060206808A1 (en) * 2005-03-08 2006-09-14 Ugs Corp. System, method, and computer program product for transformation of markup-language objects
US7941744B2 (en) * 2005-04-25 2011-05-10 Adp, Inc. System and method for electronic document generation and delivery
US8150847B2 (en) 2005-08-31 2012-04-03 Ebay Inc. System and method to transform results of client requests using client uploaded presentation formats

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6637013B1 (en) * 2000-06-07 2003-10-21 Sun Microsystems, Inc. Method and system for automating design rule check error correction in a CAD environment
US20070016949A1 (en) * 2005-07-15 2007-01-18 Microsoft Corporation Browser Protection Module

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20210212089A1 (en) * 2015-09-15 2021-07-08 Lg Electronics Inc. Resource selection method for v2x operation of terminal in wireless communication system, and terminal using method
US11832239B2 (en) * 2015-09-15 2023-11-28 Lg Electronics Inc. Resource selection method for V2X operation of terminal in wireless communication system, and terminal using method
WO2018111588A1 (en) * 2016-12-14 2018-06-21 Rfpio, Inc. Method to automatically convert proposal documents
US10089285B2 (en) * 2016-12-14 2018-10-02 Rfpio, Inc. Method to automatically convert proposal documents

Also Published As

Publication number Publication date
US8150847B2 (en) 2012-04-03
US9081867B2 (en) 2015-07-14
US20120192062A1 (en) 2012-07-26
US20070050373A1 (en) 2007-03-01

Similar Documents

Publication Publication Date Title
US9081867B2 (en) System and method to transform results of client requests using client uploaded presentation formats
US10204363B2 (en) System and method for modifying electronic documents transmitted through an intermediary
KR100819957B1 (en) Method and apparatus to facilitate a transaction within a network-based auction facility
US7035828B2 (en) Method and system for modifying and transmitting data between a portable computer and a network
US8001478B2 (en) Systems and methods for context personalized web browsing based on a browser companion agent and associated services
US8849704B2 (en) Tracking transactions by using addresses in a communications network
US7363248B2 (en) Pre-filling order forms for transactions over a communications network
US7512569B2 (en) User defined components for content syndication
US8639829B2 (en) System and method to facilitate translation of communications between entities over a network
US6760745B1 (en) Web server replicated mini-filter
US20040003347A1 (en) System and method for providing on-line services for multiple entities
US20050182689A1 (en) Wish list
AU2006326623A2 (en) Remote module incorporation into a container document
WO2007070403A2 (en) Module specification for a module to be incorporated into a container document
CA2437273C (en) Network conduit for providing access to data services
US20080046375A1 (en) Method and System for Distributing Digital Works
US20020133706A1 (en) Login for online account aggregation
US7484087B2 (en) Systems, methods, and software for preventing redundant processing of transmissions sent to a remote host computer
US20020133604A1 (en) Instruction set file generation for online account aggregation
US20060095780A1 (en) System and method to facilitate importation of user profile data over a network
US7636786B2 (en) Facilitating access to a resource of an on-line service
EP1358580A2 (en) Providing navigation objects for communications over a network
EP1168162A2 (en) Tag-based user interface
WO2001077777A2 (en) Method and system for cell rendering and manipulation
EP1344150A1 (en) Facilitating access to a resource of an on-line service

Legal Events

Date Code Title Description
AS Assignment

Owner name: EBAY INC., CALIFORNIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:AHMED, ZAHID;AVALANI, BHAVEN;ZHU, CHANGYI;AND OTHERS;REEL/FRAME:036071/0972

Effective date: 20050831

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION