News

If you've been following this series on Builder.com, you already know that XML describes the structure of data and makes no assumptions about what the data it describes actually is, and whether that ...
XML has two main advantages: first, it offers a standard way of structuring data, and, second, we can specify the vocabulary the data uses. We can define the vocabulary (what elements and attributes ...
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 generate ...
REDMOND, Wash., Apr. 15, 2004 Microsoft today announced the addition of the Microsoft Office Visio 2003 XML Reference Schema to its open and royalty-free documentation and license program that was ...
Earlier this week, Microsoft popped out a rather unexpected press release: "Microsoft Announces Availability of Open and Royalty-Free License for Office 2003 XML Reference Schemas". Read the press ...
Microsoft Corp. said Monday it will license for free its Microsoft Office 2003 XML (Extensible Markup Language) schemas, a move that will help outside developers enable other programs to trade data ...
Back in September, Jack Vaughan went out on a limb (or is that branch?) and predicted the eventual fading of XML, long the lingua franca of the Web services age. (See "XML on the wane? Say it isn't so ...
I'm having a little-bit of confusion properly understanding how WCF services generate there XML (or JSON) payload for POST RESTful services. I have such a service that I wrote, and depending on the ...
The definition of an XML document, which identifies the XML tags and includes the rules for their interrelationships; for example, there must be at least one B tag within every tag A, or there can ...