From df2f3f7cd69bb042a29b4fcea3ab81d641f17906 Mon Sep 17 00:00:00 2001 From: Adriaan Moors Date: Mon, 10 Mar 2014 16:30:45 -0700 Subject: github markdown: headers --- 12-xml-expressions-and-patterns.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to '12-xml-expressions-and-patterns.md') diff --git a/12-xml-expressions-and-patterns.md b/12-xml-expressions-and-patterns.md index 631d244575..b1f1a8f813 100644 --- a/12-xml-expressions-and-patterns.md +++ b/12-xml-expressions-and-patterns.md @@ -1,5 +1,4 @@ -XML Expressions and Patterns -============================ +# XML Expressions and Patterns __By Burak Emir__ \ @@ -7,8 +6,7 @@ This chapter describes the syntactic structure of XML expressions and patterns. It follows as closely as possible the XML 1.0 specification \cite{w3c:xml}, changes being mandated by the possibility of embedding Scala code fragments. -XML expressions ---------------- +## XML expressions XML expressions are expressions generated by the following production, where the opening bracket `<' of the first element must be in a position to start the lexical @@ -100,8 +98,7 @@ XNameStart ::= ‘_’ | BaseChar | Ideographic ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -XML patterns ------------- +## XML patterns XML patterns are patterns generated by the following production, where the opening bracket ‘<’ of the element patterns must be in a position -- cgit v1.2.3