Quantcast
August 6, 2011

Generating XML file using PHP and ASP

Tweet XML files, as we know by now, are plain text files just like the HTML files. Hence, just like HTML, XML can also be easily […]
July 15, 2011

XSL-FO Pages

Tweet Having discussed important aspects of XSL-FO such as areas, output formats and document structure, today’s tutorial would be devoted to XSL-FO Pages. XSL-FO basically uses […]
July 12, 2011

XSL-FO: Area and Output Formats

Tweet In a previous article, we discussed XSL-FO documentation structure. In this article, we would discuss the Area attribute and the output format of XSL-FO. The […]
July 10, 2011

XSL-FO: Document Structure

Tweet XSL-FO is a scripting extension of XML which stands for Extensible Stylesheet Language Formatting Objects. Its main purpose is to format XML data for output […]
June 26, 2011

XSchema: Scripting extension to XML

Tweet An XML Schema is an extension to XML which describes the structure of an XML document. Prior knowledge of XML and HTML is required. One […]
June 8, 2011

XQuery with XML

Tweet XQuery is to XML what SQL is to database tables and is being widely used in association with XML for web programming. Prior knowledge of […]
June 7, 2011

XPath with XML

Tweet XPath is used to navigate through elements and attributes in an XML document, so to utilize it, you would need prior knowledge of XML. XPath […]
May 23, 2011

XML with DTD: Advancement in Web Documentation

Tweet DTD (Document Type Definition) is a scripting language used to define the legal building blocks of an XML document. It further defines the document structure […]
May 14, 2011

Web Application Management with SOAP

Tweet SOAP (Simple Object Access Protocol) is a simple XML-based protocol to let applications exchange information over HTTP. It is basically designed to access Web Services […]
April 29, 2011

Storage and Manipulation of XML files on the Server

Tweet Since XML was designed to transport and store data, it is crucial that XML be easily stored and generated by a standard web server. Actually […]