1 2 3 4 Next
|
|
In the Deploying Web services with WSDL series, Bilal will explore all major technical aspects of creating, deploying, and publishing Web services -- from Web Services Markup Language (WSDL), to Simple Object access Protocol (SOAP), and Universal Description Discovery and Integration (UDDI) registries. Part 1 focuses on WSDL authoring: More info |
|
|
|
|
|
Fabio Arciniegas' article on using object oriented design patterns in processing XML documents. Discusses four patterns: Command, Flyweight, Wrapper, and Iterator. More info |
|
|
|
You can validate an XML file with a document type definition (DTD). DTDs use a formal grammer to describe the structure and syntax of compliant XML documents; they specify content and values allowed for the XML document. More info |
|
|
|
An article on XML.com describing three structural patterns for XML Schema: Composite, Abstract Model, and Peer Specialization. More info |
|
|
|
Recently, I have been running into some problems with XML Serialization in VB.Net. I suppose this would apply to C# as well, but I don't do that. Anyway, at work, we've been trying to get ourselves integrated with Amazon.com. We're going to be selling our wares there. It's very exciting but VERY frustrating too. Amazon requires merchants to send up XML documents (feeds) to describe things like products, prices, inventory levels, etc... More info |
|
|
|
One of the primary tasks we, as Web developers, are faced with is querying data from some data store and allowing users to view and/or manipulate the information via a Web interface. More info |
|
|
|
XSLT are files that provide a stylesheet for viewing XML files in a variety of formats. This article will give you a brief introduction of XSLT Files and their format. More info |
|
|
|
I will drill in on a specific example so I can compare and contrast XSLT versus ASP.NET. The example is the MSDN TOC. MSDN found that XML was ideal for managing its large table of contents (TOC). The contents of this TOC come from hundreds of groups around the company. The XML format provided a way to glue together disparate back-end processes that would have been much harder to change. XML/XSL also made it possible to reach different browsers on different platforms. More info |
|
|
|
Ian Graham and Liam Quin's site which contains 4 patterns, Running Text, Generated Text, Footnote, and Text Blocks. More info |
|
|
|
Teun details the specs of the eXtensible Stylesheet Language: Transformation (XSLT) reference, showing the history of the implemations with the MSXML dll. The reference is split up into: Elements, Functions, Inherited XPath Functions and Type. More info |
|
|
| 1 2 3 4 Next |