SDPL 20062: Document Instances and Grammars1 2 Document Instances and Grammars Fundamentals of hierarchical document structures, or Computer Scientist’s.

Slides:



Advertisements
Similar presentations
XML-XSL Introduction SHIJU RAJAN SHIJU RAJAN Outline Brief Overview Brief Overview What is XML? What is XML? Well Formed XML Well Formed XML Tag Name.
Advertisements

Processing of structured documents Spring 2003, Part 1 Helena Ahonen-Myka.
XML 6.3 DTD 6. XML and DTDs A DTD (Document Type Definition) describes the structure of one or more XML documents. Specifically, a DTD describes:  Elements.
History Leading to XHTML
XML Document Type Definitions ( DTD ). 1.Introduction to DTD An XML document may have an optional DTD, which defines the document’s grammar. Since the.
Querying XML Documents and Data CBU Summer School (2 ECTS) Prof. Pekka Kilpeläinen Univ of Kuopio, Dept of Computer Science
Introduction to XML: DTD
176 Formal Languages and Applications: We know that Pascal programming language is defined in terms of a CFG. All the other programming languages are context-free.
Document Type Definitions
Introduction to XLink Transparency No. 1 XML Information Set W3C Recommendation 24 October 2001 (1stEdition) 4 February 2004 (2ndEdition) Cheng-Chia Chen.
A Technical Introduction to XML Transparency No. 1 XML quick References.
XML Verification Well-formed XML document  conforms to basic XML syntax  contains only built-in character entities Validated XML document  conforms.
Document Type Definitions. XML and DTDs A DTD (Document Type Definition) describes the structure of one or more XML documents. Specifically, a DTD describes:
XML Validation I DTDs Robin Burke ECT 360 Winter 2004.
XP New Perspectives on XML Tutorial 3 1 DTD Tutorial – Carey ISBN
1 Introduction to Parsing Lecture 5. 2 Outline Regular languages revisited Parser overview Context-free grammars (CFG’s) Derivations.
Validating DOCUMENTS with DTDs
VICTORIA UNIVERSITY OF WELLINGTON Te Whare Wananga o te Upoko o te Ika a Maui SWEN 432 Advanced Database Design and Implementation Document Type Definition.
XML Anisha K J Jerrin Thomas. Outline  Introduction  Structure of an XML Page  Well-formed & Valid XML Documents  DTD – Elements, Attributes, Entities.
Why XML ? Problems with HTML HTML design - HTML is intended for presentation of information as Web pages. - HTML contains a fixed set of markup tags. This.
XML eXtensible Markup Language by Darrell Payne. Experience Logicon / Sterling Federal C, C++, JavaScript/Jscript, Shell Script, Perl XML Training XML.
XML CPSC 315 – Programming Studio Fall 2008 Project 3, Lecture 1.
Representing Web Data: XML CSI 3140 WWW Structures, Techniques and Standards.
XP 1 CREATING AN XML DOCUMENT. XP 2 INTRODUCING XML XML stands for Extensible Markup Language. A markup language specifies the structure and content of.
XML What is XML? XML v.s. HTML XML Components Well-formed and Valid Document Type Definition (DTD) Extensible Style Language (XSL) SAX and DOM.
1 herbert van de sompel CS 502 Computing Methods for Digital Libraries Cornell University – Computer Science Herbert Van de Sompel
1 © Netskills Quality Internet Training, University of Newcastle Introducing XML © Netskills, Quality Internet Training University.
Introduction to XML. What is XML? Extensible Markup Language XML Easier-to-use subset of SGML (Standard Generalized Markup Language) XML is a.
XML 1 Enterprise Applications CE00465-M XML. 2 Enterprise Applications CE00465-M XML Overview Extensible Mark-up Language (XML) is a meta-language that.
August Chapter 2 - Markup and Core Concepts Learning XML by Erik T. Ray Slides were developed by Jack Davis College of Information Science and Technology.
XML Syntax - Writing XML and Designing DTD's
What is XML?  XML stands for EXtensible Markup Language  XML is a markup language much like HTML  XML was designed to carry data, not to display data.
Processing of structured documents Spring 2002, Part 2 Helena Ahonen-Myka.
1 Tutorial 13 Validating Documents with DTDs Working with Document Type Definitions.
Avoid using attributes? Some of the problems using attributes: Attributes cannot contain multiple values (child elements can) Attributes are not easily.
Lecture 6 XML DTD Content of.xml fileContent of.dtd file.
XML A web enabled data description language 4/22/2001 By Mark Lawson & Edward Ryan L’Herault.
1 Chapter 10: XML What is XML What is XML Basic Components of XML Basic Components of XML XPath XPath XQuery XQuery.
Of 33 lecture 3: xml and xml schema. of 33 XML, RDF, RDF Schema overview XML – simple introduction and XML Schema RDF – basics, language RDF Schema –
XML Extensible Markup Language Aleksandar Bogdanovski Programing Enviroment LABoratory
XML Documents Chao-Hsien Chu, Ph.D. School of Information Sciences and Technology The Pennsylvania State University Elements Attributes Comments PI Document.
XML Validation I DTDs Robin Burke ECT 360 Winter 2004.
SDPL 20112: XML Basics1 2 Basics of XML and XML documents Survivor's Guide to XML, or XML for Computer Scientists / Dummies 2.1 XML and XML documents 2.2.
Introduction to XML This presentation covers introductory features of XML. What XML is and what it is not? What does it do? Put different related technologies.
XML Instructor: Charles Moen CSCI/CINF XML  Extensible Markup Language  A set of rules that allow you to create your own markup language  Designed.
Lecture 16 Introduction to XML Boriana Koleva Room: C54
SDPNotes 2: Document Grammars and Instances 2 Document Grammars and Instances A look at the foundations of hierarchical document structures 2.1 Language-Theoretic.
Sheet 1XML Technology in E-Commerce 2001Lecture 2 XML Technology in E-Commerce Lecture 2 Logical and Physical Structure, Validity, DTD, XML Schema.
SDPL 2004Notes 2: Document Instances and Grammars1 2 Document Instances and Grammars Fundamentals of hierarchical document structures, or Computer Scientist’s.
1 Tutorial 14 Validating Documents with Schemas Exploring the XML Schema Vocabulary.
INFSY 547: WEB-Based Technologies Gayle J Yaverbaum, PhD Professor of Information Systems Penn State Harrisburg.
COMP9321 Web Application Engineering Semester 2, 2015 Dr. Amin Beheshti Service Oriented Computing Group, CSE, UNSW Australia Week 4 1COMP9321, 15s2, Week.
225 City Avenue, Suite 106 Bala Cynwyd, PA , phone , fax presents… XML Syntax v2.0.
QUALITY CONTROL WITH SCHEMAS CSC1310 Fall BASIS CONCEPTS SchemaSchema is a pass-or-fail test for document Schema is a minimum set of requirements.
When we create.rtf document apart from saving the actual info the tool saves additional info like start of a paragraph, bold, size of the font.. Etc. This.
Introduction to XML XML – Extensible Markup Language.
Structured-Document Processing Languages Spring 2004 Course Review Repetitio mater studiorum est!
Introduction to DTD A Document Type Definition (DTD) defines the legal building blocks of an XML document. It defines the document structure with a list.
XML Validation. a simple element containing text attribute; attributes provide additional information about an element and consist of a name value pair;
Tutorial 9 Working with XHTML. New Perspectives on HTML, XHTML, and XML, Comprehensive, 3rd Edition 2 Objectives Describe the history and theory of XHTML.
XML CORE CSC1310 Fall XML DOCUMENT XML document XML document is a convenient way for parsers to archive data. In other words, it is a way to describe.
C Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Introduction to XML Standards.
Jackson, Web Technologies: A Computer Science Perspective, © 2007 Prentice-Hall, Inc. All rights reserved Chapter 7 Representing Web Data:
CITA 330 Section 2 DTD. Defining XML Dialects “Well-formedness” is the minimal requirement for an XML document; all XML parsers can check it Any useful.
Extensible Markup Language (XML) Pat Morin COMP 2405.
Unit 4 Representing Web Data: XML
CS510 Compiler Lecture 4.
The XML Language.
Chapter 7 Representing Web Data: XML
Session II Chapter 6 – Creating DTDs
Presentation transcript:

SDPL 20062: Document Instances and Grammars1 2 Document Instances and Grammars Fundamentals of hierarchical document structures, or Computer Scientist’s view of XML 2.1 XML and XML documents 2.2 Basics of document grammars 2.3 Basics of XML DTDs 2.4 XML Namespaces 2.5 XML Schemas

SDPL 20062: Document Instances and Grammars2 2.1 XML and XML documents n XML - Extensible Markup Language, W3C Recommendation, February 1998 –not an official standard, but a stable industry standard –2 nd Ed 6/10/2000, 3 rd Ed 4/2/2004 »editorial revisions, not new versions of XML 1.0 n a simplified subset of SGML, Standard Generalized Markup Language, ISO 8879:1987 –what is said later about valid XML documents applies to SGML documents, too

SDPL 20062: Document Instances and Grammars3 What is XML? n Extensible Markup Language is not a markup language! –does not fix a tag set nor its semantics (unlike markup languages, e.g. HTML) n XML documents have no inherent (processing or presentation) semantics –even though many think that XML is semantic or self- describing; See next

SDPL 20062: Document Instances and Grammars4 Semantics of XML Markup n Meaning of this XML fragment? –The computer cannot know it either! –Implementing the semantics is the topic of this course

SDPL 20062: Document Instances and Grammars5 What is XML (2)? n XML is –a way to use markup to represent information –a metalanguage »supports definition of specific markup languages through XML DTDs or Schemas »E.g. XHTML a reformulation of HTML using XML n Often “XML”  XML + XML technology –that is, processing models and languages we’re studying (and many others...)

SDPL 20062: Document Instances and Grammars6 How does it look? Pekka Kilpeläinen Pekka Kilpeläinen </client> XML Handbook XSLT Programmer’s Ref XML Handbook XSLT Programmer’s Ref </invoice>

SDPL 20062: Document Instances and Grammars7 Essential Features of XML n Overview of XML essentials –many details skipped »some to be discussed in exercises or with other topics when the need arises –Learn to consult original sources (specifications, documentation etc) for details! »The XML specification is easy to browse

SDPL 20062: Document Instances and Grammars8 XML Document Characters n XML documents are made of ISO (32-bit) characters; in practice of their 16-bit Unicode subset (used, e.g., in Java) n Three aspects or characters: –identification as numeric code points –representation by bytes –visual presentation

SDPL 20062: Document Instances and Grammars9 External Aspects of Characters n Documents are stored/transmitted as a sequence of bytes (of 8 bits). An encoding determines how characters are represented by bytes. –UTF-8 (  7-bit ASCII) is the XML default encoding – encoding="iso " ~> 256 Western European chars as single bytes n A font (collection of character images called glyphs) determines the visual presentation of characters

SDPL 20062: Document Instances and Grammars10 XML Encoding of Structure 1 n XML is, essentially, just a textual encoding scheme of labelled, ordered and attributed trees, in which –internal nodes are elements labelled by type names –leaves are text nodes labelled by string values, or empty element nodes –the left-to-right order of children of a node matters –element nodes may carry attributes (= name-string-value pairs)

SDPL 20062: Document Instances and Grammars11 XML Encoding of Structure 2 n XML encoding of a tree –corresponds to a pre-order walk –start of an element node with type name A denoted by a start tag, and its end denoted by end tag –start of an element node with type name A denoted by a start tag, and its end denoted by end tag –possible attributes written within the start tag: –possible attributes written within the start tag: »names must be unique: attr k  attr h when k  h – text nodes written as their string value

SDPL 20062: Document Instances and Grammars12 XML Encoding of Structure: Example <S> S E <W> <W> </W> Hello world! W Hello W world! </W> </S> A=1

SDPL 20062: Document Instances and Grammars13 XML: Logical Document Structure n Elements –indicated by matching (case-sensitive!) tags … –indicated by matching (case-sensitive!) tags … –can contain text and/or subelements –can be empty: or (e.g. in XHTML) –unique root element  document a single tree

SDPL 20062: Document Instances and Grammars14 Logical document structure (2) n Attributes –name-value pairs attached to elements –‘‘metadata’’, usually not treated as content –in start-tag after the element type name … … n Also: – –

SDPL 20062: Document Instances and Grammars15 CDATA Sections n “CDATA Sections” to include XML markup characters as textual content if (Count 0) if (Count 0) ]]>

SDPL 20062: Document Instances and Grammars16 Two levels of correctness (1) n Well-formed documents – roughly: follows the syntax of XML, markup correct (elements properly nested, tag names match, attributes of an element have unique names,...) –violation is a fatal error n Valid documents –(in addition to being well-formed) obey an associated grammar (DTD/Schema)

SDPL 20062: Document Instances and Grammars17 XML docs and valid XML docs XML docs and valid XML docs XML documents = well-formed XML documents DTD-valid documents Schema-valid documents

SDPL 20062: Document Instances and Grammars18 An XML Processor (Parser) n Reads XML documents and reports their contents to an application –relieves the application from details of markup –XML Recommendation specifies, partly, the behaviour of XML processors: –recognition of characters as markup or data; what information to pass to applications; how to check the correctness of documents; –validation based on comparing document against its grammar Next: Basics of document grammars Next: Basics of document grammars

SDPL 20062: Document Instances and Grammars Basics of document grammars n Regular expressions describe regular languages: –relatively simple sets of strings over a finite alphabet of »characters, events, document elements, … n Used as: –text searching patterns (e.g., emacs, ed, awk, grep, Perl) –part of grammatical formalisms (for programming languages, XML, in XML DTDs and schemas, …) n Let us describe accepted contents of document components

SDPL 20062: Document Instances and Grammars20 Regular Expressions: Syntax A regular expression (säännöllinen lauseke) over an alphabet  is either A regular expression (säännöllinen lauseke) over an alphabet  is either –  an empty set, –  lambda (sometimes epsilon  ), –a any alphabet symbol a  –(R | S) choice, –(R S) concatenation, or – (R) *Kleene closure or iteration, where R and S are regular expressions N.B: different syntaxes exist but the idea is same

SDPL 20062: Document Instances and Grammars21 Regular Expressions: Grouping n Conventions to simplify operator expressions by eliminating extra parentheses: –outermost parentheses may be eliminated: »(E) = E –binary operations are associative: »(A | (B | C)) = ((A | B) | C) = (A | B | C) »(A (B C)) = ((A B) C) = (A B C) –operations have priorities: »iteration first, concatenation next, choice last »for example, (A | (B (C)*)) = A | B C*

SDPL 20062: Document Instances and Grammars22 Regular Expressions: Semantics Regular expression E denotes a language (set of strings) L(E), defined inductively as follows : Regular expression E denotes a language (set of strings) L(E), defined inductively as follows : –L(  ) = {} (empty set) –L(  (singleton set of empty string = ‘‘) –L(a) = {a}, ( a , singleton set of word "a"  –L((R | S)) = L(R)  L(S) = {w | w  L(R) or w  L(S)} –L((R S)) = L(R) L(S) = {xy | x  L(R) and y  L(S)} –L(R * ) = L(R) * = {x 1 …x n | x k  L(R), k = 1, …, n; n  0}

SDPL 20062: Document Instances and Grammars23 Regular Expressions: Examples n L(A | B (C D)*) = ? = L(A)  L( B (C D)*) = {A}  L(B) L((C D)*) = {A}  {B} L(C D)* = {A}  {B} {  CD, CDCD, CDCDCD, …} = {A, B, BCD, BCDCD, BCDCDCD, …} = {A}  {B} {CD}*

SDPL 20062: Document Instances and Grammars24 Regular Expressions: Examples n Simplified top-level structure of a document: –  = {title, auth, date, sect} –title followed by an optional list of authors, fby an optional date, fby one or more sections: title auth* (date |  ) sect sect* Commonly used abbreviations: Commonly used abbreviations: –E? = (E |  ); E + = E E*  the above more compactly: title auth* date? sect+

SDPL 20062: Document Instances and Grammars25 Context-Free Grammars (CFGs) n Used widely to syntax specification (programming languages, XML, …) and to parser/compiler generation (e.g. YACC/GNU Bison) CFG G formally a 4-tuple (nelikko) (V,  P, S) CFG G formally a 4-tuple (nelikko) (V,  P, S) –V is the alphabet of the grammar G –  V  i s a set of terminal symbols (päätesymbolit); »N = V  is a set of nonterminal symbols (välikesymbolit) –P set of productions –S  V the start symbol (lähtösymboli)

SDPL 20062: Document Instances and Grammars26 Productions and Derivations Productions: A  where A  N,  V* Productions: A  where A  N,  V* –E.g: A  aBa (production 1) Let   V*. String   derives  directly,  if Let   V*. String   derives  directly,  if –      for some  V*  and  P –E.g. A  => AaBa (assuming production 1 above) n NB: CFGs are often given simply by listing the productions (P)

SDPL 20062: Document Instances and Grammars27 Language Generated by a CFG  derives , if there’s a sequence of (0 or more) direct derivations that transforms  to   derives , if there’s a sequence of (0 or more) direct derivations that transforms  to  The language generated by a CFG G: The language generated by a CFG G: –L(G) = {w  * | S =>* w } NB: L(G) is a set of strings; NB: L(G) is a set of strings; –To model document structures, we consider syntax trees (rakennepuu)

SDPL 20062: Document Instances and Grammars28 Syntax Trees n A.k.a parse trees (jäsennyspuu) or derivation trees (johtopuu) n C hild nodes are ordered left-to-right Nodes are labelled by symbols of V : Nodes are labelled by symbols of V : –internal nodes by nonterminals, root by start symbol –leaves by terminal symbols (or empty string ) A node labelled A can have children labelled by X 1, …, X k only if A  X 1, …, X k  P A node labelled A can have children labelled by X 1, …, X k only if A  X 1, …, X k  P

SDPL 20062: Document Instances and Grammars29 Syntax Trees: Example CFG for simplified arithmetic expressions: CFG for simplified arithmetic expressions: V = {E, +, *, I};  = {+, *, I}; N = {E}; S = E ( I stands for an arbitrary integer) P = { E  E+E, E  E*E, E  I, E  (E) } n Syntax tree for 2*(3+4)?

SDPL 20062: Document Instances and Grammars30 Syntax Trees: Example 2 * ( ) E EE E  E*E I E  I II EE E  E+E E E  ( E )

SDPL 20062: Document Instances and Grammars31 CFGs for Document Structures n Nonterminals represent document elements –E.g. model for items ( Ref ) of a bibliography list: Ref  AuthorList Title PublData AuthorList  Author AuthorList AuthorList  –E.g. model for items ( Ref ) of a bibliography list: Ref  AuthorList Title PublData AuthorList  Author AuthorList AuthorList  n Notice: –right-hand-side of a CFG production is a fixed string of grammar symbols –Repetition simulated using recursion »e.g. AuthorList above

SDPL 20062: Document Instances and Grammars32 Example: List of Three Authors AuthorList Author Author Author AuthorList AuthorList AuthorList AhoHopcroftUllman Ref TitlePublData...

SDPL 20062: Document Instances and Grammars33 Problems "Auxiliary nonterminals" (like AuthorList) obscure the model "Auxiliary nonterminals" (like AuthorList) obscure the model –the last Author is several levels apart from its intuitive parent element Ref –clumsy to access and to count Authors of a reference –avoided by extended context-free grammars

SDPL 20062: Document Instances and Grammars34 Extended CFGs (ECFGs) like CFGs, but right-hand-sides of productions are regular expressions over V like CFGs, but right-hand-sides of productions are regular expressions over V –E.g: Ref  Author* Title PublData Let  V*. String   derives  directly,   if Let  V*. String   derives  directly,   if –      for some    V*  and  P such that  L(  ) –E.g. Ref => Author Author Author Title PublData  L(Author* Title PublData)

SDPL 20062: Document Instances and Grammars35 Language Generated by an ECFG L(G) defined similarly to CFGs: L(G) defined similarly to CFGs: –  derives , if    n =  (for n  0) –L(G) = {w  * | S =>* w } n Theorem: Extended and ordinary CFGs allow to generate the same (string) languages. But syntax trees of ECFGs and CFGs differ! (Next)

SDPL 20062: Document Instances and Grammars36 Syntax Trees of an ECFG n Similar to parse trees of an ordinary CFG, except that.. –node with label A can have children labelled X 1, …, X k when A  E  P such that X 1 …X k  L(E)  an internal node may have arbitrarily many children (e.g., Authors below a Ref node)

SDPL 20062: Document Instances and Grammars37 Example: Three Authors of a Ref Ref AuthorAuthorAuthorTitle... PublData AhoHopcroftUllman The Design and Analysis... Ref  Author* Title PublData  P, Author Author Author Title PublData  L(Author* Title PublData)

SDPL 20062: Document Instances and Grammars38 Terminal Symbols in Practise n In (extended) CFGs: –Leaves of parse trees are labelled by single terminal symbols (  ) n Too granular for practise; instead terminal symbols which stand for all values of a type –XML DTDs: #PCDATA for variable length string content –In XML Schema: »string, byte, integer, boolean, date,... –Explicit string literals rare in document grammars

SDPL 20062: Document Instances and Grammars39 DTD/ECFG Correspondence DTD XML document element type element type declaration #PCDATA ECFG parse/syntax tree nonterminal production terminal

SDPL 20062: Document Instances and Grammars Basics of XML DTDs n A Document Type Declaration provides a grammar (document type definition, DTD) for a class of documents [Defined in XML Rec] Syntax (in the prolog of a document instance): [ ]> Syntax (in the prolog of a document instance): [ ]> n DTD is union of the external and internal subset; internal has higher precedence –can override entity and attribute declarations (see next)

SDPL 20062: Document Instances and Grammars41 Markup Declarations n DTD consists of markup declarations –element type declarations »similar to productions of ECFGs –attribute-list declarations »for declared element types –entity declarations (see later) –notation declarations »to pass information about external (binary) objects to the application

SDPL 20062: Document Instances and Grammars42 How do Declarations Look Like? <!ATTLIST item price NMTOKEN #REQUIRED unit (FIM | EUR) ”EUR” >

SDPL 20062: Document Instances and Grammars43 Element type declarations The general form is where E is a content model The general form is where E is a content model  regular expression of element names n Content model operators: E | F : alternationE, F: concatenation E? : optionalE* : zero or more E+ : one or more(E) : grouping n No priorities: either (A,B)|C or A,(B|C), but no A,B|C

SDPL 20062: Document Instances and Grammars44 Attribute-List Declarations n Can declare attributes for elements: –Name, data type and possible default value: –Name, data type and possible default value: n Semantics mainly up to the application –processor checks that ID attributes are unique and that targets of IDREF and IDREFS attributes exist

SDPL 20062: Document Instances and Grammars45 Mixed, Empty and Arbitrary Content Mixed content: Mixed content: –may contain text ( #PCDATA ) and elements Empty content: Empty content: Arbitrary content: (= ) Arbitrary content: (= )

SDPL 20062: Document Instances and Grammars46 Entities (1) n Named storage units or XML fragments (~ macros in some languages) –character entities: »< < and < all expand to ‘ < ‘ (treated as data, not as start-of-markup) »other predefined entities: & > &apos; &quote; for & > ' " –general entities are shorthand notations: –general entities are shorthand notations:

SDPL 20062: Document Instances and Grammars47 Entities (2) n physical storage units comprising a document –parsed entities –parsed entities –document entity is the starting point of processing –entities and elements must nest properly: <!DOCTYPE doc [ <!ENTITY chap1 ( … as above …) > ] <doc>&chap1;</doc> …</sec> …</sec>

SDPL 20062: Document Instances and Grammars48 Unparsed Entities n For connecting external binary objects to XML documents; (XML processor handles only text) Declarations: Declarations: Usage: Usage: –application receives information about the notation

SDPL 20062: Document Instances and Grammars49 Parameter Entities Way to parameterize and modularize DTDs %tableDTD; Way to parameterize and modularize DTDs %tableDTD; (Parameter entities in a markup declaration allowed only in the external DTD subset)

SDPL 20062: Document Instances and Grammars50 Speculations about XML Parsing n Parsing involves two things: 1. Pulling the entities together, and checking the syntactic correctness of the input 2. Building a parse tree for the input (a'la DOM), or otherwise informing the application about document content and structure (e.g. a'la SAX) Task 2 is simple (  simplicity of XML markup; see next) Task 2 is simple (  simplicity of XML markup; see next) n Slightly more difficult to implement are –checking the well-formedness –checking the validity wrt the DTD (or a Schema)

SDPL 20062: Document Instances and Grammars51 Building an XML Parse Tree <S> S </S><W><W></W></W><E></E>Helloworld! W Hello E W world!

SDPL 20062: Document Instances and Grammars52 Sketching the validation of XML n Treat the document as a tree d n Document is valid w.r.t. a grammar (DTD/Schema) G iff d is a syntax tree over G n How to check this? –Check that the root is labelled by start symbol S of G –For each element node n of the tree, check that »the attributes of n match attributes declared for the type of n »the contents of n matches the content model for the type of n. That is, if n is of type A and its children of type B 1, …, B n, check that word B 1 … B n  L(E) (1) for some production A  E of G.

SDPL 20062: Document Instances and Grammars53 Sketching the validation… (2) n How to check condition (1; matching of children with a content model)? –by an automaton built from content model E n Normally, validation proceeds in document order (= depth-first order of tree). For example, to validate the content of …... the content of B is checked before continuing to verify that BCD matches the content model for A

SDPL 20062: Document Instances and Grammars XML Namespaces n Document often comprise parts processed by different applications (and/or defined in different grammars) –for example, in XSLT scripts: –for example, in XSLT scripts: </xsl:template> –How to manage multiple sets of names? HTMLelements XSLT elements/ instructions

SDPL 20062: Document Instances and Grammars55 XML Namespaces (2/5) n Solution: XML Namespaces, W3C Rec. 14/1/1999 for separating possibly overlapping “vocabularies” (sets of element type and attribute names) within a single document n by introducing (arbitrary) local name prefixes, and binding them to (fixed) globally unique URIs –For example, the local prefix “ xsl: ” conventionally used in XSLT scripts

SDPL 20062: Document Instances and Grammars56 XML Namespaces briefly (3/5) Namespace identified by a URI (through the associated local prexif) e.g /XSL/Transform for XSLT Namespace identified by a URI (through the associated local prexif) e.g /XSL/Transform for XSLT –conventional but not required to use URLs –the identifying URI has to be unique, but it does not have to be an existing address n Association inherited to sub-elements –see the next example (of an XSLT script)

SDPL 20062: Document Instances and Grammars57 XML Namespaces (4/5) </xsl:template></xsl:stylesheet>

SDPL 20062: Document Instances and Grammars58 XML Namespaces briefly (5/5) n Mechanism built on top of basic XML –overloads attribute syntax ( xmlns: ) to introduce namespaces –does not affect validation »namespace attributes have to be declared for DTD- validity »all element type names have to be declared (with their initial prefixes!) –> Other schema languages (XML Schema, Relax NG) better for validating documents with Namespaces