summaryrefslogtreecommitdiff
path: root/12-xml-expressions-and-patterns.md
diff options
context:
space:
mode:
Diffstat (limited to '12-xml-expressions-and-patterns.md')
-rw-r--r--12-xml-expressions-and-patterns.md9
1 files changed, 3 insertions, 6 deletions
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