A portion of the disclosure of this patent document contains material, which is subject to copyright protection. The copyright owner has no objection to the facsimile reproduction by anyone of the patent document or the patent disclosure is it appears in the Patent and Trademark Office patent file or records, but otherwise reserves all copyright rights whatsoever.
Electronic commerce between businesses has gained substantial momentum. Electronic marketplaces and XML or similar documents have begun to replace traditional EDI formats for commerce-related documents. Still, many businesses, particularly small and medium-sized businesses, have not adopted automated EDI or XML document processing. Whatever their size, many businesses face the prospect of an expedited implementation of EDI or XML document processing. It remains easier for large trading partners to generate XML or similar documents than it is for small to medium-sized businesses to adopt the technology needed to process them. In addition, a full scale conversion to EDI or XML transaction processing may involve far more documents than a business can practically convert in a workable time frame or on a reasonable budget.
One problem with the implementation of EDI or XML transaction processing is the complexity and cost of procedural programming to process business documents. Procedural programming, otherwise known as hard coding, requires much effort to describe document transformations and manipulations in procedural terms, using programming languages such as Java and C++. This effort translates into time for implementation and cost of implementation.
In some domains or problem spaces, declarative programming has been introduced. It is generally hoped that so-called declarative programming can make program customization accessible even to non-programmers. At the same time, it has been recognized that declarative programming is best when applied to a limited domain. Accordingly, declarative approaches are narrow and tailored, not generally applied.
Therefore, in the domain of exchanging self-defining, structured documents, it is desirable to develop declarative methods and components for simplifying the handling of documents. Declarative methods and components can improve interactions with users, particularly in the areas of producing documents, presenting error messages and searching for documents.
The present invention includes a method and device for updating a self-describing, structured document. A further aspect of the present invention is enabling client-based modification of the document. Additional aspects of the present invention are described in the claims, specification and drawings.
FIGS. 23-26A-B illustrate data tables used to prepare documents for searching.
The following detailed description is made with reference to the figures. Preferred and alternative embodiments are described to illustrate the present invention, not to limit its scope, which is defined by the claims. Those of ordinary skill in the art will recognize a variety of equivalent variations on the description that follows.
From the list of documents in a folder screen, the user can export a document 131, read it 132, or use it as a basis for a new document 133, either by replying to or copying the base document. The document may be exported as an XML, PDF, CSV, HTML or other-formatted document. Standard or user-supplied export filters can be implemented.
The processing of a user request to view a document can be understood by reference to the co-pending application for A Method and Apparatus for Viewing Electronic Commerce-Related Documents at pp. 5-52 and the figures cited therein. In general, a series of style sheets can be constructed for displaying documents. These style sheets may be written in XSLT, or another transformation language applicable to the data type of the documents. A series of style sheets may be written, from generic to highly customized. A rule selector can be used to select among the available style sheets based on criteria such as document type, marketplace identity, sender identity, receiver identity, portal identity or other selected criteria. A directory tree, database or other data structure can be used to access style sheets based upon the criteria used.
A user can select among document types for a resulting reply document 133. The available document types for a resulting reply document depend on the document type of the starting document type, for instance a starting document selected from a list of documents 123.
The document type selection screen of
A document being sent is typically a self-describing, structured document. XML documents are a common type of self-describing, structured documents. Fields within this document are self-describing, as the fields are tagged. A sample document having two different types of tagged fields is illustrated in
Referring to
On server 708, one or more services 711-713 may be available. One service may receive the document 711. The same or another service 712 may persistently store the incoming document, for instance in a database 707. One or more databases may be used to store data useful for electronic commerce or other document exchange. A database may include a repository of schemas 741 for standard and entity-defined business documents, a repository of JavaBeans 742, C++ structures, Pascal records or scripts useful to electronic commerce, a document map repository 743 for translation of documents from one format to another (e.g., the xCBL format to an export format) and for transformation of documents from one type to another (e.g., from a request for quotation to a quotation.) The database may further include a report layout repository 744 and a presentation layout repository 745. The presentation layout repository may include declarative transformations for changing documents from a Sox document format to an HTML format, and back again. The transmission properties data describes the transport information needed to sent a business document to a recipient. For example, SSL security credentials can be stored as transmission properties. A trading partner directory is also useful. The trading partner directory may, as described above, identify URLs to which the sending entity 701 transmits documents. The persistent storage for data 707, 741-47 may be on a single data storage unit or multiple units. Persistent document storage need not be part of a database. An indexed flat file would suffice to store XML-compliant documents. The services host 708 may also host an indexing service to index one or more of the tagged fields. Alternatively, a database system managing the persistent storage or other subsystem may index documents for retrieval. An incoming document may or may not be validated against schema from a schema repository 741, before it is persistently stored. A schema may be used to interpret the document. One or more JavaBeans or Scripps may be used to act on the document before it is stored.
One schema for persistently stored documents is illustrated in
Persistent storage of the incoming document may be accompanied by various processing steps. The original document, prior to normalizing, may be stored in a database. Envelope properties may be extracted from the envelope and normalized in a database or other storage. A predefined list of indexed fields, by document type, may be consulted and those fields indexed. Generic document properties, such as date and status, may be extracted from the envelope. The envelope itself may be separately stored. Attachments may be separately stored. Unneeded white space may be removed and name space abbreviations used to reduce storage requirements.
Returning to
A system 704 may be based upon a web server and a servlet container, for instance, compatible with JRun 3. A user interface application 721 may include a homepage 721, an in box 722, one or more services to read the document and/or its attachments 723, services for folder management 724, customized folders 725, searching for and listing documents. An additional service may provide access for downloading template documents 728. The web server may include Microsoft's WebServer software, a Java interpreter such as JRun 3 and a servlet container. A data storage interface may use the resources of a database. A first collection of services 720 is illustrated as being coupled with a transformation engine 730. The transformation engine may include selection logic 732 to select the style sheet for transformation purposes and transformation logic 731 which applies a style sheet to a document.
Sample excerpts of a document to display transformation 1212 for a main processing routine and display of header information with embedded path specifications follows:
A draft resulting document also may be generated, in the process of producing the user form. This document may be produced according to a declarative transformation of a starting XML document into a draft resulting XML document. The draft resulting document may include starting values from the starting document. It also may include default values for some fields and directions for completing other fields. The draft resulting document may be stored in memory according to a document-object-model (DOM) or another tree-based representation. Alternatively, the draft resulting document may be stored on disk or in memory in a form compatible with Simple API for XML (SAX or SAX2) or another event-based access model. Or, an event-based API can be used to construct a tree, or traverse an in-memory tree. When a draft resulting document is generated, in addition to a form, the draft resulting document may be maintained in memory while the user works from the form and a document ID can be maintained with other state information for the draft resulting document. Alternatively, a document ID and related information can be transmitted with the user form, even in a stateless fashion, and the draft resulting document constructed after the user's updating of the form. A draft resulting document can be transformed with a display transformation to generate the user form. The display transformation may be generated with an XSLT style sheet or another set of declarative data.
Sample excerpts of a document to document transformation 1211 from a request for quotation to quotation follows, including portions of a main processing routine and a party copy routine:
The user acts upon the form 141. Fields are added, completed or changed. More than one iteration may be required, for instance, if a user adds a line item to a quotation. When the user is ready, the form is posted to the server for validation. One or more types of validation can be applied, such as field validation against a schema (e.g., for well-formedness and valid ranges) and business processing validation against a rule base. For instance, a SOX-compliant xCBL schema and a set of Schematron rules can be used for validation. In
Excerpts from a sample of a user form 141 that produced the sample screen in
The sequence in
One or more errors in the primary document are detected 2004. A secondary self-describing, structured document 2012 including the detected errors is generated. For the detected errors, an error identifier and a path specification identifying a node within the primary document corresponding to one or more of the detected errors are generated. The primary 2001 and secondary 2012 documents are merged 2005 for display 2006. In one embodiment, the secondary document is an XML document. An enhanced version of the XSLT document ( ) function is used to allow retrieval of the secondary document containing error text. The XMLPres component, which implements the XSLT functionality, is an enhanced version of Apache Foundation's Xalan. This component takes into account various concepts such as name spaces in Sox documents and polymorphism. Extension of the document ( ) function enables the loading of an external document to be specified by the invoker.
A context-based search facility is user configurable. Database configuration interfaces may be used for specifying those fields to be indexed. The user interface can be configured to provide user-friendly names to be displayed corresponding to XPath or field element name representations. Configuring the user interface permits fields that have different names in different document types to begin a common, user-friendly name at the user interface.
XPath provides a unique way to identify a field inside a XML document, but it may not be meaningful to an end user. As illustrated in
While the preceding examples are cast in primarily in terms of a method, devices and systems employing this method are easily understood. An electronically readable medium, such as a DVD, CD, memory module, magnetic disk or magnetic tape containing a program capable of practicing aspects the claimed method is one such device. A computer system comprising one or more servers and/or workstations having memory loaded with a program practicing the claimed method is another such device.
While the present invention is disclosed by reference to the preferred embodiments and examples detailed above, it is understood that these examples are intended in an illustrative rather than in a limiting sense. It is contemplated that modifications and combinations will readily occur to those skilled in the art, which modifications and combinations will be within the spirit of the invention and the scope of the following claims.
This application is a continuation of U.S. application Ser. No. 12/290,422, filed Oct. 1, 2007, issuing as U.S. Pat. No. 8,171,396, entitled METHOD AND APPARATUS FOR DECLARATIVE UPDATING OF SELF-DESCRIBING, STRUCTURED DOCUMENTS, which is a continuation of U.S. application Ser. No. 11/371,768, now U.S. Pat. No. 7,278,096, filed Mar. 9, 2006, entitled METHOD AND APPARATUS FOR DECLARATIVE UPDATING OF SELF-DESCRIBING, STRUCTURED DOCUMENTS. U.S. Pat. No. 7,278,096 is a divisional of U.S. application Ser. No. 10/026,364, filed Dec. 18, 2001, now U.S. Pat. No. 7,036,072, entitled METHOD AND APPARATUS FOR DECLARATIVE UPDATING OF SELF-DESCRIBING, STRUCTURED DOCUMENTS, by the same inventors. The present application is related to the commonly assigned, U.S. patent application Ser. No. 09/794,302, filed on Feb. 27, 2001, now U.S. Pat. No. 7,415,669, entitled A METHOD AND APPARATUS FOR VIEWING ELECTRONIC COMMERCE-RELATED DOCUMENTS, by inventors Andrew Everett Davidson, Kelly Lane Schwarzhoff, Gunawan Herri, Changyi Zhu, Ari Krish, Muljadi Sulistio, and Sun Keun Lee, which is hereby incorporated by reference as if fully set forth. This application is further related to the commonly co-assigned U.S. patent application Ser. No. 10/026,663, xCBL MAILBOX METHODS AND DEVICES filed on Dec. 18, 2001, by inventors Muljadi Sulistio, Yang Wei, Kelly Lane Schwarzhoff, Yuan Ding, Sun Lee and Andy Yang, and the following U.S. Patents, also based on applications filed on Dec. 18, 2001: U.S. Pat. No. 7,058,886, METHOD AND APPARATUS FOR DECLARATIVE ERROR HANDLING AND PRESENTATION issued Jun. 6, 2006; and U.S. Pat. No. 7,237,191, METHOD AND APPARATUS FOR GENERIC SEARCH INTERFACE ACROSS DOCUMENT TYPES issued Jun. 6, 2007; by inventors Muljadi Sulistio, Yang Wei, Kelly Lane Schwarzhoff, Yuan Ding, Sun Lee and Andy Yang; which are hereby incorporated by reference as if fully set forth.
Number | Name | Date | Kind |
---|---|---|---|
4402569 | Bow et al. | Sep 1983 | A |
4418689 | Kanazawa et al. | Dec 1983 | A |
4944738 | Rodriguez | Jul 1990 | A |
5269779 | Sogawa et al. | Dec 1993 | A |
5300061 | Easley et al. | Apr 1994 | A |
5557798 | Skeen et al. | Sep 1996 | A |
5607420 | Schuman | Mar 1997 | A |
5662646 | Fumich | Sep 1997 | A |
5684985 | Ahmadi et al. | Nov 1997 | A |
5733279 | Konwitz et al. | Mar 1998 | A |
5734916 | Greenfield et al. | Mar 1998 | A |
5742845 | Wagner | Apr 1998 | A |
5772658 | Konwitz et al. | Jun 1998 | A |
5778400 | Tateno et al. | Jul 1998 | A |
5790677 | Fox et al. | Aug 1998 | A |
5812999 | Tateno | Sep 1998 | A |
5923833 | Freund et al. | Jul 1999 | A |
5963641 | Crandall et al. | Oct 1999 | A |
5983200 | Slotznick | Nov 1999 | A |
6012098 | Bayeh et al. | Jan 2000 | A |
6026432 | Potts, Jr. | Feb 2000 | A |
6049785 | Gifford | Apr 2000 | A |
6055513 | Katz et al. | Apr 2000 | A |
6125391 | Meltzer et al. | Sep 2000 | A |
6138129 | Combs | Oct 2000 | A |
6216158 | Luo et al. | Apr 2001 | B1 |
6226675 | Meltzer et al. | May 2001 | B1 |
6230201 | Guck et al. | May 2001 | B1 |
6240407 | Chang et al. | May 2001 | B1 |
6243501 | Jamali | Jun 2001 | B1 |
6311194 | Sheth et al. | Oct 2001 | B1 |
6330573 | Salisbury et al. | Dec 2001 | B1 |
6330574 | Murashita | Dec 2001 | B1 |
6338067 | Baker et al. | Jan 2002 | B1 |
6360215 | Judd et al. | Mar 2002 | B1 |
6421656 | Cheng et al. | Jul 2002 | B1 |
6480860 | Monday | Nov 2002 | B1 |
6493702 | Adar et al. | Dec 2002 | B1 |
6507857 | Yalcinalp | Jan 2003 | B1 |
6538673 | Maslov | Mar 2003 | B1 |
6553364 | Wu | Apr 2003 | B1 |
6582474 | LaMarca et al. | Jun 2003 | B2 |
6589291 | Boag et al. | Jul 2003 | B1 |
6591260 | Schwarzhoff et al. | Jul 2003 | B1 |
6635089 | Burkett et al. | Oct 2003 | B1 |
6650433 | Keane et al. | Nov 2003 | B1 |
6684204 | Lal | Jan 2004 | B1 |
6699239 | Stiller et al. | Mar 2004 | B1 |
6715129 | Hind et al. | Mar 2004 | B1 |
6721727 | Chau et al. | Apr 2004 | B2 |
6874141 | Swamy et al. | Mar 2005 | B1 |
6917937 | Rubendall | Jul 2005 | B1 |
7010533 | Kutsumi et al. | Mar 2006 | B1 |
7036072 | Sulistio et al. | Apr 2006 | B1 |
7058886 | Sulistio et al. | Jun 2006 | B1 |
7072984 | Polonsky et al. | Jul 2006 | B1 |
7089583 | Mehra et al. | Aug 2006 | B2 |
7237191 | Sulistio et al. | Jun 2007 | B1 |
7266766 | Claussen et al. | Sep 2007 | B1 |
7266814 | Bosworth et al. | Sep 2007 | B2 |
7278096 | Sulistio et al. | Oct 2007 | B2 |
7305614 | Chen et al. | Dec 2007 | B2 |
7321870 | Comiskey et al. | Jan 2008 | B1 |
7415669 | Davidson et al. | Aug 2008 | B1 |
7707492 | Zaharkin | Apr 2010 | B2 |
20010049650 | Moshal et al. | Dec 2001 | A1 |
20010056429 | Moore et al. | Dec 2001 | A1 |
20020002586 | Rafal et al. | Jan 2002 | A1 |
20020049788 | Lipkin et al. | Apr 2002 | A1 |
20020054090 | Silva et al. | May 2002 | A1 |
20020069083 | Harter et al. | Jun 2002 | A1 |
20020083093 | Goodisman et al. | Jun 2002 | A1 |
20020087592 | Ghani | Jul 2002 | A1 |
20020099735 | Schroeder et al. | Jul 2002 | A1 |
20020107881 | Patel | Aug 2002 | A1 |
20020116421 | Fox et al. | Aug 2002 | A1 |
20020135621 | Angiulo et al. | Sep 2002 | A1 |
20020143818 | Roberts et al. | Oct 2002 | A1 |
20020143823 | Stevens | Oct 2002 | A1 |
20020147847 | Brewster et al. | Oct 2002 | A1 |
20020156803 | Maslov et al. | Oct 2002 | A1 |
20030041076 | Lucovsky et al. | Feb 2003 | A1 |
20030065874 | Marron et al. | Apr 2003 | A1 |
20030088824 | Ayan | May 2003 | A1 |
20030125929 | Bergstraesser et al. | Jul 2003 | A1 |
20030140034 | Probst et al. | Jul 2003 | A1 |
20030208473 | Lennon | Nov 2003 | A1 |
20040162773 | Del Rey et al. | Aug 2004 | A1 |
20040205448 | Grefenstette et al. | Oct 2004 | A1 |
20040205456 | Hammock et al. | Oct 2004 | A1 |
20040205459 | Green | Oct 2004 | A1 |
20040205615 | Birder | Oct 2004 | A1 |
20040205644 | Shaughnessy et al. | Oct 2004 | A1 |
20060156224 | Sulistio et al. | Jul 2006 | A1 |
20080301544 | Davidson et al. | Dec 2008 | A1 |
20080306883 | Baffier et al. | Dec 2008 | A1 |
20090043798 | Tan et al. | Feb 2009 | A1 |
20100333153 | Sahota et al. | Dec 2010 | A1 |
Number | Date | Country |
---|---|---|
0704795 | Apr 1996 | EP |
9834179 | Aug 1998 | WO |
Entry |
---|
Bergeron et al. “Managing EDI for corporate advantage: A longitudinal study,” Information & Management, 31, 1997, pp. 319-333, Elsevier. |
Bonometti, Robert et al., “The Walls Coming Down: Interoperability Opens the Electronic City,” Te Future of the Electronic Marketplace, The MIT Press, Cambridge, Massachusetts, 1998, pp. 265-301. |
Bort, Richard, et al. “EDI on the Internet,” Handbook of EDI, 1997, pp. B7-1-B7-19, Warren, Gorham & Lamont, USA. |
Bray, Tim, et al. (ed). “Extensible Markup Language (XML) 1.0,” W3C Recommendation, Feb. 10, 1998, http://www.w3.org/TR/1998/REC-xml-19980210. |
Gallego, Isabel, et al. “Distributed Models for Brokerage on Electronic Commerce,” TREC '98, LINCS 1402, 1998, pp. 129-140, Springer-Verlag Berlin Heidelberg. |
Garguilo, John, et al. “Guidelines for the Evaluation of Electronic Data Interchange Products,” DRAFT—Technical Report CAML/CLS, Dec. 6, 1995, Gaithersburg, MD, USA. |
Ghosh, Shikhar, “Making Business Sense of the Internet,” Harvard Business Review, Mar.-Apr. 1998, pp. 126-135. |
Khoo, Li-Pheng, et al., “The Potential of Intelligent Software Agents in the World Wide Web in Automating Part Procurement,” International Journal of Purchasing and Materials Management, Jan. 1998, pp. 46-52. |
Riggins, Frederick, et al. “Toward a Unified View of Electronic Commerce,” Communications of the ACM, Oct. 1998/vol. 41, No. 10, pp. 88-95. |
Brickley, Dan, et al., “Resource Description Framework (RDF) Schema Specification”, W3C Proposed Recommendation Mar. 3, 1999, W3C XP-002203858, available at http://w3.org/TR/1999/PR-rdf-schema-19990303, 1-29. |
Beech, David, et al. (ed). “XML Schema Part 1: Structures”, W3C Working Draft May 6, 1999, W3C XP-002203859, available at http://www.w3.org/1999/05/06-xmlschema-1, 1-53. |
Biron, Paul V. et al. (ed.) “XML Schema Part 2: Datatypes” World Wide Web Consortium Working Draft May 6, 1999, W3C XP-00203860, available at http://www.w3.org/1999/05/06-xmlschema-2, 1-28. |
Brown, Kent, “BizTalk: Fluent in E-Business”, XP-002203861, 1-6, Dec. 1999. |
Yeong, W., et al. “Lightweight Directory Access Protocol”, ISODE Consortium, Mar. 1995, 20 pages. |
Moats, R., “URN Syntax,” AT&T, May 1997, pp. 1-7. |
Narayanaswamy, K. et al. “An Incremental Mechanism for Schema Evolution in Engineering Domains”, IEEE 1988, pp. 294-300. |
Klarlund, N., et al. “Document Structure Description 1.0”, AT&T and BRICS 1999, XP-002203865, 1-34. |
Davidson, A., et al. “Schema for Object-Oriented XML 2.0” W3C Note Jul. 30, 1999, W3C XP-002203857, available at http://www.w3.org/1999/07/NOTE-SOX-19990730, 1-22. |
“Document Object Model (DOM) Tutorial,” Oct. 30, 2000, <http://web.archive.org/web/20010212070738/http://www.thescarms.com/XML/DOMTutorial.asp>, pp. 1-10. |
XML and EDI: Peaceful Co-Esistence, 2001, Xedi.org White Paper, pp. 1-15. |
Van Der Vlist, Eric, “Comparing XML Schema Languages,” Dec. 12, 2001, <http://www.xml.com/pub/a/2001/12/12/schemacompare.html>, pp. 1-7. |
Ogbuji, Chimezie, “Validating XML with Schematron,” Nov. 22, 2000, <http://www.xml.com/pub/a/2000/11/11/22/schematron.html>, pp. 1-8. |
Harold, Elliotte Rusty, et al. “XML in a Nutshell,” Jan. 2001, <http://www.oreilly.com/catalog/xmlnut/chapter/ch09.html>, pp. 1-20. |
Chappell, David, “Simple Object Access Protocol (SOAP),” Microsoft Windows: Simple Object Access Protocol Technical Article, Sep. 10, 1999, Microsoft Corporation, 6 pages. |
Chung, P Emerald, et al. “DCOM and CORBA Side by Side, Step by Step, and Layer by Layer,” Sep. 3, 1997, 24 pages; Can be found at: http://www.cs.wustkedu/˜schmidt/submit/Paper.html. |
Finn, Tim, et al. “KQML as an Agent Communication Language,” DRAFT, Baltimore MD, USA, Sep. 1995, 22 pages. |
Fuchs, Matthew, “Domain Specific Languages for ad hoc Distributed Applications,” USENIX Association, Conference on Domain-Specific Languages, Oct. 15-17, 1997, pp. 27-36. |
Howes, Timothy, et al. “A Scalable, Deployable, Directory Service Framework for the Internet,” Jul. 11, 1995, 12 pages. Can be found at: http://infor.isoc.org/HMP/PAPER/173/html/paper.html. |
Khoo, Li-Ph Eng, et al., “The Potential of Intelligent Software Agents in the World Wide Web in Automating Part Procurement,” International Journal of Purchasing and Materials Management, Jan. 1998, pp. 46-52. |
Kimbrough, Steven O., et al. “On Automated Message Processing in Electronic Commerce and Work Support Systems: Speech Act Theory and Expressive Felicity,” ACM Transactions on Information Systems, vol. 15, No. 4, Oct. 1997, pp. 321-367, New York, NY, USA. |
Tenenbaum, Jay, et al.,“Eco System: An Internet Commerce Architecture,” IEEE Computer Journal, May 1997, pp. 48-55. |
“The Internet—Untangling the Web,” The Economist, Apr. 23, 1998, 3 pages. |
Beech, David, et al. (ed). “XML Schema Part 1: Structures”, W3C Working Draft May 6, 1999, W3C XP-002203859, available at http://www.w3.org/1999/05106-xmlschema-1, 1-53. |
Liechti, Olivier, et al. “Structured graph format: XML metadata for describing Web site structure,” Computer Networks and ISDN Systems 30 (1998) pp. 11-21. |
Kristensen, Anders, “Template resolution in XML/HTML” Computer Networks ISDN Systems 30 (1998) pp. 1-16. |
Dudeck, Joachim, “Aspects of Implementing and Harmonizing Healthcare Communication Standards,” Institute of Medical Informatics 48 (1998) pp. 163-171. |
Rodriguez, Juan R., et al, “IBM Websphere Transcoding Publisher Version 1.1: Extending Web Applications to the Pervasive World”, IBM Redbook, 2000, 336 pages. |
Carlson, Dave, “Modeling XML Vocabularies with UML: Part I,” Aug. 22, 2001, <http://www.xml.com/pub/a/2001/08/22/uml.html>, pp. 1-5. |
Harold, Elliotte Rusty, XML: Extensible Markup Language, IDG Books Worldwide, Inc., Foster City, CA, Copyright 1998, pp. 14-15, 37-42 and 259-271, 23 pages total. |
Eddy, Sandra T., et al., Teach Yourself XML, IDG Books Worldwide, Inc., Foster City, CA, .COPYRGT. 1999, pp. 303-313 and 433-443, 24 pages total. |
Clark, James, “XML Path Language (Xpath): Version 1.0”, W3C Recommendation Nov. 16, 1999, downloaded from: www.w3.org/TR/xpath, 33 pages. |
Holman, G Ken, “What is XSLT”, downloaded from: http://www.xml.com/pub/a/2000/08/holman/index.html, Dec. 7, 2000, 337 pages. |
“The American Heritage College Dictionary,” 4th Edition, Houghton Mifflin Co., Boston, Copyright 2002, p. 705. |
Freire, Julianna, et al., “WebViews: Accessing Personalized Web Content and Services”, WWW 10, Hong Kong, May 1-5, 2001, pp. 576-586. |
Altinel, Mehmet, et al., “Efficient Filtering of XML Documents for Seletive Dissemination of Information”, Proceedings of the VLDB Conference, Cairo, Egypt, Sep. 10-14, 2000, pp. 53-64. |
Ambroziak, Jacek, “Managing Tokenizers in XML Search”, XML Europe 2000, Paris, France, Jun. 12-16, 2000, pp. 1-7 (plus citation). |
“GCA Conference Flyers”, XML Europe 2000, Paris, France, Jun. 12-16, 2000, pp. 1-2. |
“XML Query Engine Provides Initial XQuery Support”, XML Coverpages, downloaded from: xml.coverpages.org/ni2001-04-27-c.html, Apr. 27, 2001, 1 page. |
“Deja Power Search Graphical User interface”, downloaded from: web.archive.org/web/19991008231252/http://www.exit109.com/.about.jeremy/n-ews/deja.html, dated Sep. 23, 1999, pp. 1-20. |
Egnor, David, et al., “Structured Information Retrieval Using XML”, Proceedings of the ACM SIGIR 2000 Workshop on XML and Information Retrieval, Athens, Greece, Jul. 2000, pp. 1-10 (downloaded from:web.archive.org/web/20010723114842/http://www.haifa.il.ibm.com/sigir00-xm- l/final-papers/Egnor/). |
Ide, Nancy, The XML Framework and Its Implications for Corpus Access and Use, published 2000, 5 pages. |
Kay, Michael, “XLST 2.0 and XPath 2.0, Programmer's Reference, 4th edtiion”, Wiley Publising, Inc., 2008, 1371 pages. |
Kay, Michael, “Things XSLT Can't Do”, www.dpawson.co.uk/xsl/sect2/nono.html#d1874e495 (accessed Aug. 9, 2012), 19 pages. |
Clark, James, XSLTransformations (XSLT) Version 1.0 W3C Recommendation Nov. 16, 1999, 99 pages. |
“Deja Power Search Graphical User interface”, downloaded from: www.exit109.com/.about.jeremy/news/deja.html, .COPYRGT. Feb. 12, 2000, pp. 1-20. |
Seilonen, et al., Experience from the Development of an XML/XSLT-based Integration Server for a Virtual Enterprise Type Co-Operation, published by 7th International Conference on Concurrent Enterprising Jun. 27-29, 2001, pp. 32-328. |
Nair, Deepa R., Visual Design Versus Development: A Case Study Presenting How XML and XSLT Can Separate Presentation From Data, published by University of Florida, 2001, 97 pages. |
Number | Date | Country | |
---|---|---|---|
20120216111 A1 | Aug 2012 | US |
Number | Date | Country | |
---|---|---|---|
Parent | 10026364 | Dec 2001 | US |
Child | 11371768 | US |
Number | Date | Country | |
---|---|---|---|
Parent | 12290422 | Oct 2007 | US |
Child | 13460399 | US | |
Parent | 11371768 | Mar 2006 | US |
Child | 12290422 | US |