summaryrefslogtreecommitdiffhomepage
path: root/xml.html.markdown
diff options
context:
space:
mode:
authorAdam <adam@adambard.com>2014-05-11 20:56:22 -0230
committerAdam <adam@adambard.com>2014-05-11 20:56:22 -0230
commit4f540a6f6e4bb5a520988fe8a8822c259dc3d495 (patch)
tree8bab1eec9637c3da9ab32d4cd7781d23982ffb9e /xml.html.markdown
parent92a8aa8b1d82e0782215e299b571494d459fc6ab (diff)
Fix xml
Diffstat (limited to 'xml.html.markdown')
-rw-r--r--xml.html.markdown4
1 files changed, 2 insertions, 2 deletions
diff --git a/xml.html.markdown b/xml.html.markdown
index 349d4763..c072e0c7 100644
--- a/xml.html.markdown
+++ b/xml.html.markdown
@@ -11,7 +11,7 @@ Unlike HTML, XML does not specifies how to display or to format data, just carry
* XML Syntax
-```XML
+```xml
<!-- Comments in XML are like this -->
<?xml version="1.0" encoding="UTF-8"?>
@@ -72,7 +72,7 @@ regarding that document.
With this tool, you can check the XML data outside the application logic.
-```XML
+```xml
<!-- Below, you can see an simplified version of bookstore document,
with the addition of DTD definition.-->