syntax
XML: <!-- Weirdly --> Extensible Markup Language
By Canol Gökel - Posted on July 29th, 2008
I was looking at XML these days. It is really interesting language. It is very useful and I like it a lot and I used it in some of my projects to save data but as I learn how I can extend it or use the not well known features, it confuses me.
For example, you can create entities, which are like variables in other languages. You can define/declare entities like this:
<!ENTITY client "Canol">
