Tag: JSON / JAVA / XML

Community

Using LINQ to XML in Silverlight 2

(Martin Mihaylov) When working with data, it often comes in an XML format. So we have to serialize and deserialize it in order to use it. There are several ways of doing that for example: DOM, XQuery, XSLT. DOM is the oldest from the three, but still can do the work. XQuery and XSLT are not very ea

Community

Questions for XML Database Vendors

(Conor O’Mahony) Are you evaluating XML database vendors? If so, here is a list of questions that can help you when you evaluate vendors. Of course, some questions may not apply to your situation. For instance, update capabilities may not be necessary in audit and logging systems. You can weed que

Community

Simple Pretty Printing with XSLT

(Eric Larson) The other day a coworker asked about a simple way to format an XML file. Basically, he just wanted to get some nicely indented output to look at. At first he try get things working with Eclipse’s XML editor. From what I undersand it worked, it is a pretty heavy weight solution to get s

Community

Advances in XML

(Joe Pluta) Passing business data from one machine to another has always been one of the more difficult issues, but one of the most common standards today is XML. XML has a number of features that make it very powerful for data interchange but that don’t mesh with the fixed records and fields of tra