Posts

Showing posts with the label XML and PHP

Does PHP & XML work together in the same place ? LoL , Yes, they do !

Image
PHP and XML XML stands for Extensible Markup Language . A markup language is used to annotate text or add additional information. These annotations are not shown to the end-user, but are needed by the ‘machine’ to read and subsequently process the text correctly.An XML document is plain text and contains tags delimited by < and >. XML plays a significant role in the present world of web development, it is perfectly useful for those who wish to make use of web technologies for distributing information across the web. XML is used to format a document with a web browser. It is an influential and effectual tool to process a document’s contents and therefore, creating own tags is possible with XML. It works well with any operating system and maintains a great amount of flexibility, which is very essential for the web development scenario.  Parsing an XML Document Parsing is usually applies to text  it is   the act of reading t...