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.
However, a partner has the same XSD file and when they get a file with a different encoding (in this case, XSD encoding = utf-8 and XML encoding = windows-1252, their software rejects the XML file.
I'm working to use .XML the way it is supposed to be used by VS.NET. I created an .xsd file defining what I'd like to have in an .xml file.What I'm stuck on, is finding some kind of way inside the ...
I'm developing a EJB app. The idea is that the EJB should validate a xml-stucture with a xsd. This was working fine until I needed to put it all in a jar-file. I populate a document build upon a ...