27 citations found. Retrieving documents...
T. Bray, J. Paoli, C.M. Sperberg-McQueen, E. Maler, "Extensible Markup Language (XML) 1.0. (Second Edition)" Technical Report (TR), W3C, 2000. http://www.w3.org/XML/TR/REC-xml

 Home/Search   Document Not in Database   Summary   Related Articles   Check  

This paper is cited in the following contexts:

First 50 documents

Static Analysis of XML Transformations in Java - Kirkegaard, Mřller, Schwartzbach (2003)   (3 citations)  (Correct)

....using DTD schemas as types. By specifying schemas for the input and output of a program, our analysis algorithm will statically verify that valid input data is always transformed into valid output data and that no errors occur during processing. I. INTRODUCTION Extensible Markup Language, XML [1], has since its introduction in 1998 gained considerable interest from industry and now plays an important role in the exchange of a wide variety of data on the Web. Although XML, technically, is merely a linear syntax for ordered labeled tree structures, it has proven useful as a notation for ....

....tree structures, it has proven useful as a notation for structuring information in general. The syntax of an XML based language is specified using a vocabulary of elements and attributes together with rules for constraining their use. There exists a variety of schema languages, such as DTD [1], XML Schema [2] or DSD2 [3] allowing the syntax to be formalized. An XML document is valid relative to a given schema if all the syntactic requirements specified by the schema are satisfied in the document. The language L(S) of a schema S is the set of XML documents that are valid relative to ....

[Article contains additional citation context not shown here]

T. Bray, J. Paoli, C. M. Sperberg-McQueen, and E. Maler, "Extensible Markup Language (XML) 1.0 (second edition)," October 2000, W3C Recommendation. http://www.w3.org/TR/REC-xml.


XBench - A Family of Benchmarks for XML DBMSs - Yao, Özsu, Keenleyside (2003)   (6 citations)  (Correct)

..... 158 E.4.4 Author . 159 E.4.5 Address . 160 E.4.6 Country . 161 Introduction XML (eXtensible Markup Language) [1], a subset of SGML (Standard Generalized Markup Language) 2] is a specification proposed by the World Wide Web Consortium (W3C) to complement HTML (Hypertext Markup Language) 3] for electronic data representation and exchange on the Web. Because it is self describing, it is beginning to be ....

....target XML documents are a set of XML articles with sizes ranging from several kilobytes to several hundred kilobytes. The size of this database is controlled by article num with default value of 266, and respectively, 22 Figure 4. 3: Schema Diagram of TC SD (Dictionary) KB) MB) Reuters 807,000 [1, 59] 2,484 Springer 196,000 [1, 613] 1,343 Table 4.5: Brief Information on Real XML Data in Class TC MD the default data size is around 100 MB. Other important document parameters are listed in Appendix C.2. Figure 4.4 illustrates the schema information of XML documents in this class. The figure ....

[Article contains additional citation context not shown here]

T. Bray, J. Paoli, C. M. Sperberg-McQueen, and E. Maler, "Extensible Markup Language (XML) 1.0 (Second Edition)." http://www.w3.org/TR/2000.


Static Analysis of XML Transformations in Java - Kirkegaard, Møller.. (2003)   (3 citations)  (Correct)

....checking using DTD schemas as types. By specifying schemas for the input and output of a program, our algorithm will statically verify that valid input data is always transformed into valid output data and that no errors occur during processing. I. INTRODUCTION Extensible Markup Language, XML [1], has since its introduction in 1998 gained considerable interest from industry and now plays an important role in the exchange of a wide variety of data on the Web. Although XML, technically, is merely a linear syntax for ordered labeled tree structures, it has proven useful as a notation for ....

....tree structures, it has proven useful as a notation for structuring information in general. The syntax of an XML based language is specified using a vocabulary of elements and attributes together with rules for constraining their use. There exists a variety of schema languages, such as DTD [1], XML Schema [2] or DSD2 [3] allowing the syntax to be formalized. An XML document is valid relative to a given schema if all the syntactic requirements specified by the schema are satisfied in the document. The language L(S) of a schema S is the set of XML documents that are valid relative to ....

[Article contains additional citation context not shown here]

T. Bray, J. Paoli, C. M. Sperberg-McQueen, and E. Maler, "Extensible Markup Language (XML) 1.0 (second edition)," October 2000, W3C Recommendation. http://www.w3.org/TR/REC-xml.


The Policy Configuration Language for a Software System Designed.. - Hughes (2003)   (Correct)

....of flows in a testbed. Comparisons to related work are included in Section VII; conclusions are drawn and future work is outlined in Section VIII. II. CONFIGURATION POLICIES In this section the fundamentals of the policy language are presented and discussed. A policy takes the form of an XML [6] document that complies with a set of semantic constraints outlined in a document schema [7] These constraints define the ways in which a researcher can configure the testbed. XML has been chosen as a platform for our policy language because it is allows the definition of expressive , yet ....

T. Bray, J. Paoli, C. Sperberg-McQueen, and E. Maler, "Extensible markup language (xml) 1.0 (second edition)," October 2000.


Using Programmable Network Management Techniques to.. - Hughes, Emmerich (2003)   (Correct)

....(NT) is used. The NT translates NCPs into Platform Specific Policies (PSPs) that comply with the Promile configuration language [15] We are confident that the use of this programmable router configuration language will simplify this research project. The Promile configuration language is an XML [28] based policy language derived from the work done in the Xmile project [29] Programmable router configura Target al..l core routers Target TrafficType All IP packets TrafficType PacketProcessor RED PacketProcessor Repository http: moduleserver.com Repository Target al..l edge ....

T. Bray, J. Paoli, C. Sperberg-McQueen, and E. Maler, "Extensible markup language (xml) 1.0 (second edition)," October 2000.


Structure and Value Synopses for XML Data Graphs - Polyzotis, Garofalakis (2002)   (14 citations)  (Correct)

.... path expressions (e.g. simple paths with no branching predicates) It is unclear if these earlier techniques can be extended to general, graphstructured XML databases (where non tree edges can arise naturally as explicit element references through id idref attributes or XLink constructs [2, 8]) with element values. Recent proposals for exact and approximate path index structures for XML (e.g. 13, 14, 16] also attempt to capture the path structure in the underlying XML data graph. Unfortunately, the usefulness of such structures as optimization time synopses for selectivity ....

....a set of raw data values for the element. We use label(v) value(v) to denote the label and value(s) of v VG . Edges in EG are used to capture both the element subelement relationships (i.e. element nesting or explicit element references through id idref attributes or XLink constructs [2, 8, 14, 15]) and the element value relationships in the XML data. Note that non tree edges, such as those implemented through id idref constructs, are an essential component and a first class citizen of XML data that can be directly queried in complex path expressions [4] As an example, Figure 1(a) ....

T. Bray, J. Paoli, C.M. Sperberg-McQueen, and E. Maler. "Extensible Markup Language (XML) 1.0 (Second Edition)". W3C Recommendation (available from www.w3.org/TR/REC-xml/), October 2000.


XML Based Schema Definition for Support of.. - van der Aalst, Kumar (2000)   (7 citations)  (Correct)

....for describing workflow applications. It consists of routing constructs that are used as building blocks to design routing schemas for inter organizational applications. It is described in XML syntax because XML parsers are easily available and XML is rapidly becoming an international standard [15,39,52]. According to InformationWeek [24] a widely read magazine, As a basis for universal data interchange among companies, XML has permeated every sector of business, from aviation and accounting to weather and workflow. Moreover, query languages for XML data (such as Xpath) are also becoming ....

....about a certain topic. In short, while HTML provides rich facilities for display, it does not provide any standards based way to manage data. This is where XML serves a useful purpose. XML is a markup language that allows users to define a set of tags, which describe the structure of a document [15,39,45,46]. For example, a user may specify tags for NAME, AGE, DEPARTMENT, EMAIL, etc. This logical structure may be stored either in the document file itself and or in an associated file called the Document Type Definition (DTD) file [15] or the XML Schema (XSD) file [52] which is linked to the document ....

[Article contains additional citation context not shown here]

Bray, T., J. Paoli, C.M. Sperberg-McQueen, and E. Maler, "eXtensible Markup Language (XML) 1.0 (Second Edition)," http://www.w3.org/TR/REC-xml, World Wide Web Consortium (W3C), October 2000.


Enabling Semantic Web Programming by Integrating RDF and Common.. - Lassila (2001)   (2 citations)  (Correct)

.... Wilbur is Nokia Research Center s open source toolkit for RDF and DAML, written in Common Lisp. Like other RDF toolkits, it offers an API for manipulating RDF data (graphs, nodes, etc. as well as parsing functionality (parsers not only for XML encoded RDF and DAML but also for plain XML [5] since one written in Common Lisp did not exist when the Wilbur project was started 1 ; it also offers a simple HTTP client API for accessing remote URLs for the same reason) Wilbur also offers a frame system API on top of the RDF data API, including a simple query language. Wilbur strives for ....

Tim Bray, Jean Paoli, C.M.Sperberg-McQueen, and Eve Maler: "Extensible Markup Language (XML) 1.0 (Second Edition)", W3C Recommendation, World Wide Web Consortium, October 2000


CIRQuL - Complex Information Retrieval Query Language - Vojkan Mihajlovic Djoerd   (Correct)

No context found.

T. Bray, J. Paoli, C.M. Sperberg-McQueen, E. Maler, "Extensible Markup Language (XML) 1.0. (Second Edition)" Technical Report (TR), W3C, 2000. http://www.w3.org/XML/TR/REC-xml


Electronic Sourcing With Multi-Attribute Auctions - Stefan Strecker Department (2004)   (Correct)

No context found.

T. Bray, J. Paoli, C. M. Sperberg-McQueen, and E. Maler, "Extensible Markup Language (XML) 1.0 (Second Edition)," World Web Web Consortium (W3C)," W3C Recommendation, 6 October 2000.


A MDA-based Approach to the Ontology Definition Metamodel - Djuric, Gasevic, Devedzic (2003)   (Correct)

No context found.

Bray, T., et al (eds.), "Extensible Markup Language (XML) 1.0 (Second Edition)", W3C Recommendation, http://www.w3.org/TR/2000.


An Architecture for Retargeting Application Logic to.. - Wiharto, Stanski   (Correct)

No context found.

T. Bray, J. Paoli, C.M. Sperberg-McQueen, and E. Maler (eds.) (2000), "Extensible Markup Language (XML) 1.0 (Second Edition) (Recommendation)", W3C, 6 October


Statistical Synopses for Graph-Structured XML Databases - Polyzotis, Garofalakis (2002)   (12 citations)  (Correct)

No context found.

T. Bray, J. Paoli, C.M. Sperberg-McQueen, and E. Maler. "Extensible Markup Language (XML) 1.0 (Second Edition)". W3C Recommendation (www.w3.org/TR/REC-xml/), October 2000.


IEEE TRANSACTIONS ON KNOWLEDGEAND DATA ENGINEERING 1 The.. - Syntax And Rdf   (Correct)

No context found.

T. Bray, J. Paoli, C. Sperberg-McQueen, and E. Maler, "Extensible markup language (XML) 1.0 (second edition)," W3C recommendation, Oct. 2000.


Supporting the Knowledge Life Cycle with a Knowledge.. - Uelpenich, Bodendorf (2003)   (Correct)

No context found.

T. Bray, J. Paoli, C. M. Sperberg-McQueen, and E. Maler, "Extensible Markup Language (XML) 1.0 (Second Edition)", http://www.w3.org/TR/2000.


Improving Network Research - Hughes (2004)   (Correct)

No context found.

T. Bray, J. Paoli, C. Sperberg-McQueen, and E. Maler, "Extensible markup language (xml) 1.0 (second edition)," October 2000.


Faculty of Science - Department Of Computer   (Correct)

No context found.

T. Bray, J. Paoli, C. M. Sperberg-McQueen, E. Maler (2000), "Extensible Markup Language (XML) 1.0 (Second Edition)", http://www.w3.org/TR/ REC-xml.


CIRQuL - Complex Information Retrieval Query Language - Vojkan Mihajlovic Djoerd   (Correct)

No context found.

T. Bray, J. Paoli, C.M. Sperberg-McQueen, E. Maler, "Extensible Markup Language (XML) 1.0. (Second Edition)" Technical Report (TR), W3C, 2000. http://www.w3.org/XML/TR/REC-xml


Static Analysis of XML Transformations in Java - Kirkegaard, Møller.. (2003)   (3 citations)  (Correct)

No context found.

T. Bray, J. Paoli, C. M. Sperberg-McQueen, and E. Maler, "Extensible Markup Language (XML) 1.0 (second edition)," October 2000, W3C Recommendation. http://www.w3.org/TR/REC-xml.


DOM: A Time-Aware API for Managing Temporal XML Documents.. - Title Dom Time-Aware   (Correct)

No context found.

T. Bray, J. Paoli, C. M. Sperberg-McQueen and E. Maler, "Extensible Markup Language (XML) 1.0 Second Edition (W3C Recommendation)," 6 October 2000.


Experiments in the Use of XML to Enhance Traceability.. - Alves-Foss, de Leon..   (Correct)

No context found.

T. Bray, J. Paoli, C.M. Sperberg-McQueen, and E. Maler: Editors, "Extensible Markup Language (XML) 1.0 (Second Edition)," W3C Recommendation, October 6, 2000.


The WebDAV Property Design - James Whitehead Jr (2003)   (1 citation)  (Correct)

No context found.

T. Bray, J. Paoli, C. M. Sperberg-McQueen, and E. Maler, "Extensible Markup Language (XML) 1.0 (Second Edition)," World Wide Web Consortium Recommendation REC-xml. October 6, 2000.


Xml Media Types - Murata, Laurent, Kohn (2001)   (13 citations)  (Correct)

No context found.

Bray, T., Paoli, J., Sperberg-McQueen, C.M. and E. Maler, "Extensible Markup Language (XML) 1.0 (Second Edition)", World Wide Web Consortium Recommendation REC-xml, October 2000, <http://www.w3.org/TR/REC-xml>.


Static Analysis of XML Transformations in Java - Anders (2003)   (3 citations)  (Correct)

No context found.

T. Bray, J. Paoli, C. M. Sperberg-McQueen, and E. Maler, "Extensible Markup Language (XML) 1.0 (second edition)," October 2000, W3C Recommendation. http://www.w3.org/TR/REC-xml.


Verification of XRL: An XML-based Workflow Language - van der Aalst, Verbeek, Kumar   (1 citation)  (Correct)

No context found.

T. Bray, J. Paoli, C.M. Sperberg-McQueen, and E. Maler, "eXtensible Markup Language (XML) 1.0 (Second Edition)," http://www.w3.org/TR/REC-xml, World Wide Web Consortium (W3C), October 2000.

First 50 documents

Online articles have much greater impact   More about CiteSeer.IST   Add search form to your site   Submit documents   Feedback  

CiteSeer.IST - Copyright Penn State and NEC