News

Though XML Schema powerfully expresses an XML document's structure, it has a steep initial learning curve. This article gets you up that hill fast. Author Graham King explains XML Namespaces and ...
In an earlier blog entry, I wrote about using Trang to generate XML Schema from an XML source document. In this blog entry, I will look at using Apache XMLBeans‘s tool called inst2xsd to also ...
XML can be used to define the document structure and content — not just the look and feel. By doing so, XML separates a document’s content from its presentation, thereby enabling developers to access ...
Focusing on XML (no JSON) and skipping over designing a XML Payload schema for a second, I'm having trouble determining what the XML Payload for my service looks like ...