xml uses
XML Parser
This can be seen as XML SAX parser framework. With it, you can easily create parsers for your custom XML tags. more>> This can be seen as XML SAX parser framework. With it, you can easily create parsers for your custom XML tags.<<less
XML Viewer
XML Viewer is used to examine the contents of an XML file in an easy-to-use environment. In addition you can make modification to the XML such as inserting and deleting items as well as adding and del more>> XML Viewer is used to examine the contents of an XML file in an easy-to-use environment. In addition you can make modification to the XML such as inserting and deleting items as well as adding and deleting properties to existing items.<<less
xmlQuiz
xmlQuiz v1.1 is a simple quiz script. Using an XML file, you can easily add, edit, and delete questions. Questions can be short answer or multiple choice. Short answer questions must be answered exact more>> xmlQuiz v1.1 is a simple quiz script. Using an XML file, you can easily add, edit, and delete questions. Questions can be short answer or multiple choice. Short answer questions must be answered exactly as they appear in the XML file. After all questions have been answered, the quiz script calculates the score. v1.1 does not allow a random order of questions; rather, the order of questions in the XML file is preserved.<<less
XML Check 1.0
XML Check class implements methods to check if a URL or file is well-formed XML. more>> XML Check 1.0 is created as class implements methods to check if a URL or file is well-formed XML. This class implements methods to check if a URL or file is well-formed XML.If not the class supplies methods to return the error message, line number and column number. If the source is well-formed the class provides methods to return the number of elements, attributes, text_sections, size of text sections and size of the XML document. It's based on SAX so it can check huge documents without a problem.
This class can validate if a document is well-formed XML, it uses a fast parsing strategy reporting error message, error line and column number if an error is found.
Xalan Process
Xalan Process provides users with a PHP interface which is designed to process XML documents with XSLT by using the Xalan Java package of Apache Software Foundation. more>>
XML as Data Source
After this tutorial, you will be able to manipulate and play with XML Data files in the same way as you do with MS Access. In addition to that, there are certain advantages of using XML, over MS Acces more>> After this tutorial, you will be able to manipulate and play with XML Data files in the same way as you do with MS Access. In addition to that, there are certain advantages of using XML, over MS Access. I introduce these advantages in the text, as we proceed on. The article has been organized in the increasing order of difficulty.<<less
GB-XML 2.2.1
GB-XML is a guestbook package using XML instead of a database. It features an admin area and an installer. more>> GB-XML is a guestbook package using XML instead of a database. It features an admin area and an installer.<<less
License:GPL
xmlGallery
xmlGallery v1.0 is a one-page image gallery. Using an XML file, you can easily add, edit, and delete images with captions. The owner may choose between a table and a linear presentation. Both presenta more>> xmlGallery v1.0 is a one-page image gallery. Using an XML file, you can easily add, edit, and delete images with captions. The owner may choose between a table and a linear presentation. Both presentations are completely customizable using a template.<<less
xmllib
This class can parse XML documents using only PHP code. more>>
xmllib offers users a free yet powerful class which can parse XML documents using only PHP code, thus without the need for a special extension library like Expat or any other XML parsing library.
It is useful for reading configuration data or content data, that would otherwise have been placed in a database.
xmlCalendar
xmlCalendar v1.2 uses an XML file to display events on a calendar. The calendar automatically displays the current month and users can navigate to past and future months. Adding, editing, and deleting more>> xmlCalendar v1.2 uses an XML file to display events on a calendar. The calendar automatically displays the current month and users can navigate to past and future months. Adding, editing, and deleting events in the XML file is simple. A stylesheet is used to easily change the calendar design. Days listed with events can appear differently than other days. Event titles can also work as hyperlinks to additional information. Version 1.2 only allows you to add one event per day.<<less
XML Flash Gallery 2.1
XML Flash gallery is XML based flash gallery, which provide to configure the Gallery using XML File. There would be the navigation of the Gallery, while click on previous and forward button. While click on the image, user can view the large view of the more>> XML Flash gallery is XML based flash gallery, which provide to configure the Gallery using XML File. There would be the navigation of the Gallery, while click on previous and forward button. While click on the image, user can view the large view of the image.<<less
Using XML in ASP.NET 1
This tutorial explains how to store and retrieve data by using XML with ASP.NET web application. XML is a cross-platform, hardware and software independent, text based markup language, which enables you to store data in a structured format by using more>> This tutorial explains how to store and retrieve data by using XML with ASP.NET web application. XML is a cross-platform, hardware and software independent, text based markup language, which enables you to store data in a structured format by using meaningful tags. XML stores structured data in XML documents that are similar to databases.<<less
XML to Sensible Array 0.0.2
XML to Sensible Array 0.0.2 is known as a very useful PHP class that can be used to parse XML documents into associative arrays. more>>
XML to Sensible Array 0.0.2 is known as a very useful PHP class that can be used to parse XML documents into associative arrays.
PHP5 XML 0.1
PHP5 XML is an pure PHP extension of the DOMDocument class that integrates the DOMDocument, DOMXPath, and XSLTProcessor classes. While making it easier to perform tasks such as finding elements with a specific attribute, transforming XML using more>> PHP5 XML is an pure PHP extension of the DOMDocument class that integrates the DOMDocument, DOMXPath, and XSLTProcessor classes. While making it easier to perform tasks such as finding elements with a specific attribute, transforming XML using stylesheets, and searching for nodes using XPath, this class also provides additional functionality. With a single method call, you can convert any PHP variable into a well-formed, and customizable, XML document. You may also reverse the process, converting an XML serialized PHP value, with a single method call.<<less
xml2obj
This is another small but effective script that uses expat to convert xml into objects. more>>
xml2obj is yet another small but effective script that uses expat to convert xml into objects.
The other scripts turn the structure of a XML-document into a combination of dictionaries and lists which is a good idea. xml2obj is a variation of the concept and differs by its major features.
Major Features:
- Using expat. The dom parser has a lot of overhead because it creates its own data structures, which were being used to create a second set of structures.
- Uses a stack to append child elements to parent.
- Uses classes to enhance access to the elements.