summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Report/Chapter5.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Report/Chapter5.tex b/Report/Chapter5.tex
index 304dff2..ac801e3 100644
--- a/Report/Chapter5.tex
+++ b/Report/Chapter5.tex
@@ -1,6 +1,6 @@
\section{Conclusion}
-XML is a very popular and structured way to represent data. It is already widely used on the internet. We also saw it is very compatible with a programming language like PHP. When combining PHP with XML documents, one can make a very dynamic web-application. The simple XML for PHP module is a very good option when making a website with XML data. \\
+XML is a very popular and structured way to represent data. It is already widely used on the internet. We also saw it is very compatible with several programming language, most notably PHP. When combining PHP with XML documents, one can make a very dynamic web-application. The simple XML module for PHP is a very good option when making a website with XML data. \\
RSS feeds are a good example of structured XML data. This structure allows programmers to use it in their advantage as we saw in the Pottepei application. Because of this structure such an XML file is highly useful for automated scripts for instance. \\