(Andrew Mooney) Sometimes you need to create reports quickly. You might not always have time to format fancy reports containing graphs. Or maybe you have to create reports that do not need graphs. Reusing one ASP.NET web page you can display many reports.
Tag: JSON / JAVA / XML
What is different in XML?
One of the great benefits of XML is that it enables generalised processes to be developed that will work against any relevant XML document. For example XSLT provides a generalised transformation process. More specifically there are point-solutions for example a calculator that will add sales tax to
XML programming in Java technology, Part 3
(Doug Tidwell) This advanced tutorial covers more sophisticated topics for manipulating XML documents with Java technology. The tutorial shows you how to do tasks such as generate XML data structures, manipulate those structures, and interface XML parsers with non-XML data sources. As you’d expect,
New Features for Web Service Developers in Beta 1 of the .NET Framework 2.0
(Elliot Rapp, Yasser Shohoud and Matt Tavis) Check out the new improvements in productivity, performance, extensibility, and standards support in Microsoft .NET Framework 2.0.
Tip: Create an XForms form that submits a second instance
(Nicholas Chase) Because they can easily send and receive XML, XForms forms make great Web services clients, but using them in this way limits your control over the structure of your instance. This tip explains how to manage your data within one instance while submitting a second.
Introducing o:XML
(Martin Klang) Most of us tend to think of XML as a useful, general-purpose data format. New vocabularies are springing up all the time, as do tools for XML processing. Still we haven’t yet realized the potential of XML as a facilitator in the software development process itself.
Everything you always wanted to know about SAX (and XmlReader)
(Richard Mansfield) When you need to process XML documents, you must first decide whether to use DOM (Document Object Model) or SAX (Simple API for XML), the two main XML APIs in use today. You can use either (or both at the same time) to process XML documents, but DOM loads the document into memory
Learn to Use the New XML Encryption Class in .NET 2.0
(Sanjay Shetty) XML is the de-facto language of business transactions. It enables structuring data. And the 2.0 version of the .NET framework, heretofore known by its codename, Whidbey, will finally enable you to encrypt and decrypt XML data. In this article I will explore the implementation of XML
XML programming in Java technology, Part 3
(Doug Tidwell) This advanced tutorial covers more sophisticated topics for manipulating XML documents with Java technology. It shows you how to do tasks such as generate XML data structures, manipulate those structures, and interface XML parsers with non-XML data sources. As you’d expect, all of the
Tip: Create an XForms form that submits a second instance
(Nicholas Chase) Because they can easily send and receive XML, XForms forms make great Web services clients, but using them in this way limits your control over the structure of your instance. This tip explains how to manage your data within one instance while submitting a second.
