WO2003019411A2 - Procede et dispositif de conception de feuilles de style xsl - Google Patents

Procede et dispositif de conception de feuilles de style xsl Download PDF

Info

Publication number
WO2003019411A2
WO2003019411A2 PCT/US2002/026479 US0226479W WO03019411A2 WO 2003019411 A2 WO2003019411 A2 WO 2003019411A2 US 0226479 W US0226479 W US 0226479W WO 03019411 A2 WO03019411 A2 WO 03019411A2
Authority
WO
WIPO (PCT)
Prior art keywords
associate
child
list
files
file
Prior art date
Application number
PCT/US2002/026479
Other languages
English (en)
Other versions
WO2003019411A3 (fr
Inventor
Evan S. Huang
Original Assignee
Xmlcities, Inc.
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Xmlcities, Inc. filed Critical Xmlcities, Inc.
Publication of WO2003019411A2 publication Critical patent/WO2003019411A2/fr
Publication of WO2003019411A3 publication Critical patent/WO2003019411A3/fr

Links

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/151Transformation
    • G06F40/154Tree transformation for tree-structured or markup documents, e.g. XSLT, XSL-FO or stylesheets

Definitions

  • the present invention generally relates to the area of document processing and electronic publishing system and more particularly relates to a method and apparatus for designing or editing extensible stylesheets using composite definition association, where the designed extensible stylesheets are for various presentations and information exchange.
  • the Internet is a rapidly growing communication network of interconnected computers around the world. Together, these millions of connected computers form a vast repository of hyperlinked information that is readily accessible by any of the connected computers from anywhere and anytime. With millions of web pages being created and added to this vast repository each year, there is a tremendous need to quickly and easily convert documents, such as presentations, data sheets or brochures, into a format presentable to and accessible by other applications or computers on the Internet. [0003] It is well known that a preferable format that is presentable to a web browsing application (e.g.
  • a browser is in a markup language, such as Hypertext Markup Language (HTML), Extensible Markup Language (XML), Standard Generalized Markup Language (SGML) or Wireless Markup Language (WML).
  • HTML Hypertext Markup Language
  • XML Extensible Markup Language
  • SGML Standard Generalized Markup Language
  • WML Wireless Markup Language
  • Files or documents that are so composed, edited or managed for web browsing applications are commonly referred to as structured files or documents.
  • a content-oriented structured document like XML or SGML is capable of supporting any markup tags from document type definitions (DTD) or schema.
  • DTD document type definitions
  • a presentation structured document like HTML and WML can only support a fixed set of markup tags, which can be interpreted by the browsing applications.
  • the ability to dynamically convert the content-oriented structured documents with proper style transformation for a particularly requested medium opens a new paradigm for information exchange and storage.
  • contents at website are stored in XML formats.
  • a web browser e.g., Netscape or Internet Explorer
  • the website will convert corresponding content in XML into HTML and send the converted HTML files back to the browser.
  • a WAP device e.g., a PDA or a data-capable cellular phone
  • the website will convert the content in XML into WML and send the converted WML files back to the browser.
  • the website can also convert the internal XML into another type of XML so as to exchange information among websites.
  • One critical technology in the aforementioned system for various publications and information exchange is the transformation from XML into various formats. There is therefore a need for approaches of extensible stylesheet designs to perform such transformation efficiently.
  • the present invention pertains to a process, an apparatus, a system and a software product for editing a stylesheet, wherein "editing” may mean designing, revising, creating or managing of a stylesheet that is typically used in conjunction with file transformation.
  • a stylesheet is used to facilitate the transformation of files in XML (extensible Markup Language) to HTML (HyperText Markup Language).
  • techniques are developed to allow users to edit a stylesheet using composite definition association among elements in applicable document type definitions DTD so that all revisions can be effectuated in a target presentation.
  • the present invention is a method for designing a stylesheet.
  • the method comprises importing a first type of document type definitions (DTD) pertaining to a target presentation, an extensible stylesheet file for the extensible stylesheet and a second type of second type definitions (DTD) pertaining to the extensible stylesheet; obtaining a child element list for a selected element when the element is selected in either one of the extensible stylesheet and the second type of DTD; obtaining an associate child element list for an associate element if the associate child element exists; and creating a composite child element list by combining the child element list for the selected element and the associate child element list for the associate element if there is one.
  • DTD document type definitions
  • DTD second type of second type definitions
  • One of them is the mechanism that provides an environment in which a composite element list is created by combining a child element list for a selected element and an associate child element list for an associate element of the selected element.
  • a new element pertaining to new information to be added to a corresponding stylesheet can be inserted in the composite list and the new information can be effectuated in a target presentation.
  • FIG. 1 shows a basic system configuration in which the present invention may be implemented in accordance with a preferred embodiment
  • FIG. 2A is an example of document type definitions (DTD) for recipe-type documents
  • FIG. 2B shows an extensible markup language (XML) file based on the document type definitions (DTD) in FIG. 2A;
  • XML extensible markup language
  • FIG. 3A shows an extensible stylesheet language (XSL) file, which transfers the XML file in FIG. 2B into an HTML file for a target presentation;
  • XSL extensible stylesheet language
  • FIG. 3B shows a screenshot of the target presentation from the transferred HTML file of FIG. 3A;
  • FIG. 3C shows an XSL file, which transfers the XML file in FIG. 2B into a WML file
  • FIG. 3D shows an XSL file, which transfers the XML file in FIG. 2B into another XML file
  • FIG. 4A shows a fragment of HTML DTD
  • FIG. 4B shows a fragment of XSL DTD
  • FIG. 5A shows a screenshot of an XSL file, where a child element list of a selected HTML element is displayed with a drop down menu;
  • FIG. 5B shows a screenshot of an XSL file, where a child element list of a selected XSL element is displayed with a drop down menu
  • FIG. 6A shows a screenshot of an XSL file, where a child element list of a selected HTML element with an unknown XSL element is displayed with a drop down menu;
  • FIG. 6B shows a screenshot of an XSL file, where the HTML portion of the composite child element list for a selected HTML element is displayed with a drop down menu;
  • FIG. 6C shows a screenshot of an XSL file, where the XSL portion of the composite child element list for a selected HTML element is displayed with a drop down menu
  • FIG. 6D shows a screenshot of an XSL file, where the XSL portion of the composite child list for a selected XSL element is displayed with a drop down menu
  • FIG. 6E shows a screenshot of an XSL file, where the HTML portion of the composite child list for a selected XSL element is displayed with a drop down menu;
  • FIG. 7 illustrates a process flowchart of creating a composite (child) element list for a selected element
  • FIG. 8 shows a process flowchart of creating a composite (child) element list for hybrid markup language files.
  • the present invention provides solutions for file transformation. More specifically, the present invention provides a method, an apparatus, a system and a software product for editing a stylesheet, wherein "editing” may mean designing, revising, creating or managing of a stylesheet that is typically used in conjunction with file transformation.
  • a stylesheet is used to facilitate the transformation of files in XML (extensible Markup Language) to HTML (HyperText Markup Language).
  • FIG. 1 shows a basic system configuration in which the present invention may be implemented in accordance with a preferred embodiment.
  • Content-oriented documents like XML files containing information, such as product descriptions, functions lists and price schedules, may be created using an authoring tool executed on a computer 100.
  • the extensible stylesheets (XSL) to transfer the content-oriented documents into various presentations may be created in a computing device 102, which may be a server station or a desktop computer loaded with an executable version of one embodiment implementing the present invention.
  • computer 100 and computing device 102 are inseparable and perform document conversion process for files that may be ultimately represented in a format of markup language such as WML or HTML.
  • the content-oriented documents represented in XML and transformations in XSL become available through a private network 110 to a service server 104 that hosts what is generally referred to as a www (world wide web) site.
  • a user uses a desk computer 106 that operates a browsing application and is coupled to data network 108 to access files on service server 104. These requested XML files will be converted into HTML files by proper XSL files and sent back to the desktop computer.
  • a user uses a PDA 110 that operates a WAP browsing application and is coupled to data network 108 to access files on service server 104. These requested XML files will be converted into WML files by corresponding XSL files and sent back to the PDA.
  • the present invention is not limited to the Internet applications. It may be practiced in individual computers in which users often create the XSL files to convert the XML files into the HTML or WML files off-line. Since the content and presentation are separated, users can easily create another set of XSL files for different look-and-feel. Also it will be appreciated herein that the present invention can be equally applied to other markup languages that are used to express contents in a way that can be conveniently transformed for a target present presentation. Without obscuring aspects of the present invention, the description herein is based on XML(Extensible Markup Language).
  • XML provides a flexible way to create common information formats and share both the format and the data on the World Wide Web, intranets, and elsewhere. For example, computer makers may agree on a standard or common way to describe the information about a computer product (processor speed, memory size, and so forth) and then describe the product information format with XML. Such a standard way of describing data would enable a user to send an intelligent agent (a program) to each computer maker's Web site, gather data, and then make a valid comparison. XML can be used by any individual or group of individuals or companies that wants to share information in a consistent way.
  • FIG. 2A illustrates an example of DTD 200 pertaining to an XML file for "recipe- type" documents.
  • a document is to be broken down into structures of elements.
  • a particular element, "document” 202 indicated by a "+” sign may contain multiple instances of the same child element.
  • An element 204 may contain several other elements and attributes while element 206 contains only the parsed character data.
  • FIG. 2B shows an example of the correspond XML file, where information are represented in parsed data elements defined in accordance with document type definitions (DTD) in FIG. 2A.
  • An XML file can be transferred into various presentations using extensible stylesheets expressed in XSL.
  • An example of an XSL file which converts the XML file 208 of FIG. 2B into an HTML file, is given in FIG. 3A.
  • blocks, 304 and 308, show that the top level ⁇ html> and ⁇ body> tags are created when the XSL file matches a particular tag, "document", in 302.
  • Block 306 illustrates how to apply a template to the child element of "document”.
  • the applied template is matched by block 312 because "recipe" is the only child element of "document” as shown in 202.
  • block 314 shows how to assign the value associated with "title” in the source XML file to the target HTML file.
  • the screenshot of the resulted HTML is given in FIG. 3B.
  • FIG. 3C Another example of an XSL file, which converts the XML file 208 into a WML file, is given in FIG. 3C.
  • block 324 shows that the top level ⁇ wml> tag is created when the XSL file matches the root element
  • block 322 shows how to assign the "title” value in the source XML file to the target WML file
  • block 326 shows how to assign the "name” attribute of the "originate” element in the source XML file to the target WML file.
  • an XSL file can also transfer an XML file into another XML file with a different DTD or schema. The primary reason for this type of transformation is for information exchange between different systems.
  • FIG. 3D shows an example of an XSL file, which converts the XML file 208 into another XML file of a list of the recipe titles.
  • block 332 shows that the top level ⁇ recipe_title_list> tag is created when the XSL file matches the "document” element and block 334 shows how to assign each of the "title" values in the source XML file to the ⁇ recipe_title> tag in the target XML file.
  • an XSL file is a combination of the target file, such as HTML, WML, or XML, and ⁇ xsl:> tags from the XSL definitions through the information from the source XML file and/or the source XML's DTD or schema file.
  • FIG. 4A shows a fragment of HTML's DTD.
  • the "html" element 402 has two child elements, "head” and “body”, and the "body” element 404 contains a list of child elements 404.
  • FIG. 4B shows a fragment of XSL's DTD.
  • the child elements of the "xsktemplate” element in an XSL file are from choices of a list of child element 412.
  • the "match" attribute of the "xsktemplate” element 414 will identify the associated element in the source XML tree.
  • the "xshapply-template” will apply matched template to the selected element in the source XML tree through the "select" attribute 416.
  • a child element list can be generated or obtained for a selected element. According to one embodiment, FIG.
  • FIG. 5A shows an editing environment 500 in which a stylesheet 502 is displayed and to be edited or designed.
  • FIG. 5A as well as 5B may be better understood in conjunction with FIG. 4A and 4B.
  • the environment 500 also provides a second view 504 to illustrate an XML tree 506 and a DTD 508 for a target representation (e.g., HTML).
  • a target representation e.g., HTML
  • the XML tree 506 directly or generated from a DTD for the stylesheet 502
  • An element may be selected in the XML tree 506 or directly in stylesheet 502.
  • the DTD 508 pertains to the target representation (e.g., for HTML files).
  • an element "html" 510 is selected and is shown that the element 510 has a child element list 512 that is created or obtained in accordance with the HTML's DTD fragment given in FIG. 4A.
  • the child element list 512 the "body” element has been crossed out since it already exists as the child element for the selected "html” element 510.
  • FIG. 5B a similar example is given in FIG. 5B, where a selected element, "xsktemplate", 522 has a child element list 526 and an attribute list 524, in which the existing "match" attribute is checked. And the child element list and the attribute list are created in accordance with the XSL's DTD fragment given in FIG. 4B.
  • the child element lists 512 and 524 as shown in FIG. 5A and FIG. 5B are respectively restricted to their associated DTDs. Namely, the child element lists 512 is from the DTD 508 and the child element 524 is from the XML tree (or DTD) 528.
  • DTD XML tree
  • To create a similar child element list for designing an XSL file is usually a challenge because an XSL file, as mentioned previously, is a combination of the target file, such as HTML, WML, or XML, and ⁇ xsl:> tags from the XSL definitions through the information from the source XML file and/or the source XML's DTD or schema file. Therefore, the child element list is usually composed of elements from two separate DTDs for the target file and for the XSL, respectively.
  • FIG. 6A shows an example of an XSL file 600, where the child element list 606 is built only based on the HTML DTD 607.
  • the selected "body” element 604 is a child element of "html” and both elements are from the HTML DTD 607.
  • the child "xshapply- template” element of the selected “body” element is from the XSL DTD 609 and applies a template to the child elements of "document” in the source XML file. This association is through the "match" attribute of the "xshtemplate” element 602, which is a parent element of "html".
  • FIG. 6B and 6C show a composite child element list of the selected "body” element 604.
  • the HTML portion of the composite child element list is shown in 612, which is identical to the child element list given in 608.
  • the XSL portion of the composite child element list 624 is created by the child elements of an associate element in the XSL's document definition file, where the associate element is found by propagating back the parent elements of the selected element to reach the first element in the XSL.
  • the associate element is "xshtemplate” and its child elements are given in 412 of FIG. 4B.
  • Figures 6D and 6E show another example of a composite child element list of a selected "xshtemplate” element 632. Since the "xshtemplate" belongs to the XSL, the XSL portion of the composite child element list 634 can be directly created from the XSL's document definition file 412. And the HTML portion of the composite child element list 650 is created by the child elements of an associate element in the HTML. In this example, the associate element is found by an indirect linking through the source XML elements. In particular, the "match" attribute of the selected "xshtemplate” element specifies that the "recipe" element in the source XML element is matched by this template 648. In the source XML's DTD 200 of FIG.
  • the "recipe” is a child element of "document” 202, that links to the "xshtemplate” with a matched “document” element 642.
  • the "xshapply-template” 646 applies templates to the child elements of the "document” element in the XML file. Therefore, the associate element in the HTML is the parent element of the "xshapply-template” element 646, which is the "body” element 644.
  • the HTML portion of the composite child element list 650 is from the child elements given in 404 of FIG. 4A.
  • FIG. 7 shows a process flowchart 700 for creating a composite child element list for a selected element as such a new child element can be inserted to edit an XSL file.
  • the process 700 may be implemented as a method, apparatus and a software product.
  • a graphic environment although not necessary, is desirable for users to work on editing a stylesheet.
  • the graphical environment may correspond to the environment 500 of FIG. 5A and is typically provided or loaded with an XSL file, a corresponding DTD of the XSL file and a DTD of an output presentation (e.g., HTML or WML).
  • an XSL file to be edited as well as its corresponding DTD, and the DTD of the target presentation are provided.
  • a graphical environment is configured to have at least two views or windows. One of the windows is to display the XSL file as the stylesheet to be edited and the other window is to display an XML tree and the DTD for the target presentation.
  • the XML tree is generated from the DTD for the stylesheet being displayed.
  • the original XML file or files shall be loaded to facilitate the distinction of the respective XSL-templates.
  • a desired element is selected from the XSL file. Given a graphical environment, the desired element can be selected graphically from the displayed stylesheet (e.g., 502 of FIG.5). Depending on the nature of the selected element, the element may belong to the corresponding DTD of the XSL file or the DTD of the target presentation. In any case, a child element list for the selected element is obtained at 704. Depending on the selected element, the child element list may be obtained from the XSL's DTD, or the DTD for the output presentation or both of the XSL's DTD and output's DTD. [0034] At 706, one or more associate elements are searched.
  • the process 700 goes to 708 where a child element list for the associate element is created or obtained.
  • the child element list 412 of FIG. 4B is one exemplary list for an associate element.
  • the process 700 goes back to 706 to look for a next associate element till all available associate elements are found and their corresponding child element lists are obtained.
  • the process goes to 710 where the child element lists for the selected element as well as the associate element(s) are combined logically.
  • the logically combined child element lists are referred to herein as a composite child element list.
  • a user can design or edit the stylesheet being available or displayed in accordance with the composite child element list.
  • the user can insert a new element in the composite child element list, that new element defines logically where information (new or revised) can be entered in the stylesheet.
  • the new information will be effectuated in the target presentation via the stylesheet.
  • FIG. 8 shows a process flowchart 800 to create a composite child element list for hybrid markup language files.
  • applicable DTD are provided. For example, if there are N types of markup languages (not necessary that all are distinct), N DTD shall be provided.
  • an element is selected in a stylesheet and the selected element may belong to any one of the applicable DTD.
  • a child element list is obtained from its corresponding DTD of the selected element.
  • the process 800 is configured to find an associate element for each of the DTD at 806, 808 and 810 till all of the associate element is found. In other words, a temporary composite child element list is obtained at 806.
  • the process 800 goes to find a next associate element in one of the other DTD. If there is one, the process goes to 810 to obtain an associate child element list that is to be used to update the temporary composite child element list originally obtained at 806.
  • the process 800 keeps going on till that no more associate element can be found at 808.
  • the process 800 then goes to 812 to produce a final composite child element list.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Health & Medical Sciences (AREA)
  • Computational Linguistics (AREA)
  • General Health & Medical Sciences (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Artificial Intelligence (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Document Processing Apparatus (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

La présente invention concerne des techniques de conception de feuilles de style XSL par association de définitions composites. Les feuilles de style conçues selon ces techniques permettent de transférer des fichiers à langage de balisage orienté contenu dans un fichier cible pour prendre en charge plusieurs présentations et des échanges d'informations. Ces techniques de conception consistent à utiliser des fichiers de définition de document, tels que des schémas ou des définitions de document type (DTD), pour la source XML, le fichier à langage de balisage cible et la feuille de style XSL, à sélectionner un élément dans le fichier XSL ou dans ses fichiers de définition de document correspondants, puis à générer ou à obtenir un sous-domaine composite à partir desdits fichiers de définition. Ce sous-domaine composite est utilisé pour limiter ou pour suggérer un éventuel élément du sous-domaine pour l'élément sélectionné, pour la conception de la feuille de style XSL.
PCT/US2002/026479 2001-08-23 2002-08-20 Procede et dispositif de conception de feuilles de style xsl WO2003019411A2 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US31460801P 2001-08-23 2001-08-23
US60/314,608 2001-08-23

Publications (2)

Publication Number Publication Date
WO2003019411A2 true WO2003019411A2 (fr) 2003-03-06
WO2003019411A3 WO2003019411A3 (fr) 2003-12-04

Family

ID=23220637

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2002/026479 WO2003019411A2 (fr) 2001-08-23 2002-08-20 Procede et dispositif de conception de feuilles de style xsl

Country Status (3)

Country Link
US (1) US20040205592A1 (fr)
TW (1) TWI266210B (fr)
WO (1) WO2003019411A2 (fr)

Families Citing this family (49)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7191394B1 (en) 2000-06-21 2007-03-13 Microsoft Corporation Authoring arbitrary XML documents using DHTML and XSLT
US6883168B1 (en) 2000-06-21 2005-04-19 Microsoft Corporation Methods, systems, architectures and data structures for delivering software via a network
US7000230B1 (en) 2000-06-21 2006-02-14 Microsoft Corporation Network-based software extensions
US7155667B1 (en) 2000-06-21 2006-12-26 Microsoft Corporation User interface for integrated spreadsheets and word processing tables
US6948135B1 (en) 2000-06-21 2005-09-20 Microsoft Corporation Method and systems of providing information to computer users
US7346848B1 (en) 2000-06-21 2008-03-18 Microsoft Corporation Single window navigation methods and systems
US7624356B1 (en) 2000-06-21 2009-11-24 Microsoft Corporation Task-sensitive methods and systems for displaying command sets
US20030208529A1 (en) * 2002-05-03 2003-11-06 Sreenath Pendyala System for and method of real-time remote access and manipulation of data
US7373595B2 (en) * 2002-06-27 2008-05-13 Microsoft Corporation System and method for validating an XML document and reporting schema violations
US7296228B2 (en) * 2002-12-17 2007-11-13 International Business Machines Corporation Document editing by blocks and groups
US7370066B1 (en) 2003-03-24 2008-05-06 Microsoft Corporation System and method for offline editing of data files
US7275216B2 (en) * 2003-03-24 2007-09-25 Microsoft Corporation System and method for designing electronic forms and hierarchical schemas
US7415672B1 (en) 2003-03-24 2008-08-19 Microsoft Corporation System and method for designing electronic forms
US7913159B2 (en) 2003-03-28 2011-03-22 Microsoft Corporation System and method for real-time validation of structured data files
US7296017B2 (en) 2003-03-28 2007-11-13 Microsoft Corporation Validation of XML data files
US7451392B1 (en) 2003-06-30 2008-11-11 Microsoft Corporation Rendering an HTML electronic form by applying XSLT to XML using a solution
US7406660B1 (en) 2003-08-01 2008-07-29 Microsoft Corporation Mapping between structured data and a visual surface
US7334187B1 (en) 2003-08-06 2008-02-19 Microsoft Corporation Electronic form aggregation
US7165216B2 (en) * 2004-01-14 2007-01-16 Xerox Corporation Systems and methods for converting legacy and proprietary documents into extended mark-up language format
US8819072B1 (en) 2004-02-02 2014-08-26 Microsoft Corporation Promoting data from structured data files
US7430711B2 (en) * 2004-02-17 2008-09-30 Microsoft Corporation Systems and methods for editing XML documents
US7496837B1 (en) 2004-04-29 2009-02-24 Microsoft Corporation Structural editing with schema awareness
US7774620B1 (en) 2004-05-27 2010-08-10 Microsoft Corporation Executing applications at appropriate trust levels
US7108433B2 (en) * 2004-06-24 2006-09-19 Eastman Kodak Company Thermal processor employing varying roller spacing
US8000452B2 (en) * 2004-07-26 2011-08-16 General Motors Llc Method and system for predictive interactive voice recognition
US7692636B2 (en) 2004-09-30 2010-04-06 Microsoft Corporation Systems and methods for handwriting to a screen
US8487879B2 (en) 2004-10-29 2013-07-16 Microsoft Corporation Systems and methods for interacting with a computer through handwriting to a screen
US7712022B2 (en) 2004-11-15 2010-05-04 Microsoft Corporation Mutually exclusive options in electronic forms
US7721190B2 (en) 2004-11-16 2010-05-18 Microsoft Corporation Methods and systems for server side form processing
US7672995B2 (en) * 2004-12-02 2010-03-02 Microsoft Corporation System and method for publishing collaboration items to a web site
US20060130048A1 (en) * 2004-12-13 2006-06-15 Ebay Inc. Shared schema for software user interface designers and developers
US7904801B2 (en) 2004-12-15 2011-03-08 Microsoft Corporation Recursive sections in electronic forms
US7458021B2 (en) * 2004-12-23 2008-11-25 Microsoft Corporation System and method for author-driven template switching in the development and modification of web pages
US7979405B2 (en) * 2005-01-14 2011-07-12 Microsoft Corporation Method for automatically associating data with a document based on a prescribed type of the document
US7937651B2 (en) 2005-01-14 2011-05-03 Microsoft Corporation Structural editing operations for network forms
US7412649B2 (en) * 2005-01-24 2008-08-12 International Business Machines Corporation Viewing and editing markup language files with complex semantics
US7966286B2 (en) * 2005-02-14 2011-06-21 Microsoft Corporation Hierarchical management of object schema and behavior
US7725834B2 (en) 2005-03-04 2010-05-25 Microsoft Corporation Designer-created aspect for an electronic form template
US8010515B2 (en) 2005-04-15 2011-08-30 Microsoft Corporation Query to an electronic form
US8200975B2 (en) 2005-06-29 2012-06-12 Microsoft Corporation Digital signatures for network forms
US8001459B2 (en) 2005-12-05 2011-08-16 Microsoft Corporation Enabling electronic documents for limited-capability computing devices
US7779343B2 (en) 2006-01-30 2010-08-17 Microsoft Corporation Opening network-enabled electronic documents
US7620645B2 (en) * 2006-02-24 2009-11-17 Microsoft Corporation Scalable algorithm for sharing EDI schemas
US7703099B2 (en) * 2006-02-24 2010-04-20 Microsoft Corporation Scalable transformation and configuration of EDI interchanges
US8156148B2 (en) * 2006-02-24 2012-04-10 Microsoft Corporation Scalable algorithm for sharing EDI schemas
US7685208B2 (en) * 2006-02-24 2010-03-23 Microsoft Corporation XML payload specification for modeling EDI schemas
US7984373B2 (en) * 2006-02-24 2011-07-19 Microsoft Corporation EDI instance based transaction set definition
US8396928B2 (en) * 2007-09-21 2013-03-12 Smartbrief, Inc. Methods and systems for handling electronic message content for electronic communications devices
GB201315520D0 (en) * 2013-08-30 2013-10-16 Deltaxml Ltd Representation of multiple markup language files that differ in structure and content in one file for the production of new markup language files

Family Cites Families (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6507857B1 (en) * 1999-03-12 2003-01-14 Sun Microsystems, Inc. Extending the capabilities of an XSL style sheet to include components for content transformation
US6799299B1 (en) * 1999-09-23 2004-09-28 International Business Machines Corporation Method and apparatus for creating stylesheets in a data processing system
US6380108B1 (en) * 1999-12-21 2002-04-30 North Carolina State University Pendeoepitaxial methods of fabricating gallium nitride semiconductor layers on weak posts, and gallium nitride semiconductor structures fabricated thereby
JP4091726B2 (ja) * 2000-02-23 2008-05-28 インターナショナル・ビジネス・マシーンズ・コーポレーション 構造化文書の表示規則の生成方法、システムおよびプログラムが記録された媒体ならびに構造化文書およびその文書型定義の変更方法、システムおよびプログラムが記録された媒体
US6898761B2 (en) * 2000-05-01 2005-05-24 Raytheon Company Extensible markup language genetic algorithm
GB0011426D0 (en) * 2000-05-11 2000-06-28 Charteris Limited A method for transforming documents written in different XML-based languages
US20020049790A1 (en) * 2000-08-08 2002-04-25 Ricker Jeffrey M Data interchange format transformation method and data dictionary used therefor
JP4657432B2 (ja) * 2000-09-28 2011-03-23 富士通株式会社 階層構造の構造化文書を変換する装置
US20020152244A1 (en) * 2000-12-22 2002-10-17 International Business Machines Corporation Method and apparatus to dynamically create a customized user interface based on a document type definition
US6732109B2 (en) * 2001-01-31 2004-05-04 The Eon Company Method and system for transferring information between a user interface and a database over a global information network
US6725231B2 (en) * 2001-03-27 2004-04-20 Koninklijke Philips Electronics N.V. DICOM XML DTD/schema generator
US7269788B2 (en) * 2001-06-29 2007-09-11 Versata Development Group, Inc. Extensibility and usability of document and data representation languages

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
N.N.: "Intelligent Editing" ALTOVA CORPORATE WEBSITE, [Online] 2 January 2001 (2001-01-02), XP002255477 Retrieved from the Internet: <URL:http://web.archive.org/web/2001020116 3700/www.xmlspy.com/features_editing.html> [retrieved on 2003-09-18] *

Also Published As

Publication number Publication date
US20040205592A1 (en) 2004-10-14
WO2003019411A3 (fr) 2003-12-04
TWI266210B (en) 2006-11-11

Similar Documents

Publication Publication Date Title
US20040205592A1 (en) Method and apparatus for extensible stylesheet designs
US7146564B2 (en) Extensible stylesheet designs using meta-tag and/or associated meta-tag information
US8484552B2 (en) Extensible stylesheet designs using meta-tag information
US6763343B1 (en) Preventing duplication of the data in reference resource for XML page generation
US6748569B1 (en) XML server pages language
EP1166214B1 (fr) Procede et appareil permettant de generer des documents structures destines a diverses presentations
US7191397B2 (en) XML server pages language
US6725426B1 (en) Mechanism for translating between word processing documents and XML documents
US6167409A (en) Computer system and method for customizing context information sent with document fragments across a computer network
US7290008B2 (en) Method to extend a uniform resource identifier to encode resource identifiers
US20030110442A1 (en) Developing documents
US7475337B1 (en) Generating structured documents by associating document elements in a first display with displayed document type definitions in a second display
US20130212121A1 (en) Client-side modification of electronic documents in a client-server environment
Thuy et al. Transforming valid XML documents into RDF via RDF schema
Cisco Appendix A Transformation Examples
Cisco Transformation Examples
JP2004529427A (ja) メタタグ情報を用いる拡張可能スタイルシートのデザイン
Kirda Engineering device-independent web services
Moshfeghi et al. XML in a multi-tier Java/CORBA architecture
Randall Using XML to Manage Heterogeneous Data
Wang An embeded tree data model for web content adaptation
Fiala et al. Annotating Virtual Web Documents with DynamicsMarks.
Delgado et al. XML: More Than an E-Publishing Language.
Beesley XML: Can XML Change the Way We Work?
MacDonald WordML and SpreadsheetML

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A2

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BY BZ CA CH CN CO CR CU CZ DE DM DZ EC EE ES FI GB GD GE GH HR HU ID IL IN IS JP KE KG KP KR LC LK LR LS LT LU LV MA MD MG MN MW MX MZ NO NZ OM PH PL PT RU SD SE SG SI SK SL TJ TM TN TR TZ UA UG UZ VC VN YU ZA ZM

Kind code of ref document: A2

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BY BZ CA CH CN CO CR CU CZ DE DK DM DZ EC EE ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NO NZ OM PH PL PT RO RU SD SE SG SI SK SL TJ TM TN TR TT TZ UA UG UZ VC VN YU ZA ZM ZW

AL Designated countries for regional patents

Kind code of ref document: A2

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

Kind code of ref document: A2

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

121 Ep: the epo has been informed by wipo that ep was designated in this application
122 Ep: pct application non-entry in european phase
NENP Non-entry into the national phase in:

Ref country code: JP

WWW Wipo information: withdrawn in national office

Country of ref document: JP