Tag: JSON / JAVA / XML

Community

XSL gives your XML some style

(Michael Ball) Separating content from presentation is one of XML’s major features. But eventually you need to style that XML into something presentable. That’s where XSL (Extensible Stylesheet Language) comes in — XSL transforms XML from one document type to another. Servlets provide a great platf

Community

Integrate xmlspy 2004 Into VS.NET

(Dan Wahlin) Altova’s xmlspy has been one of the top XML editors for several years due to its support for XML document editing, schema design and validation, XSLT editing and debugging, and WSDL/SOAP capabilities. I’ve been a fan of xmlspy, but have often wished there were a way to integrate it into

Community

Introduction to Jena

(Philip McCarthy) RDF is increasingly recognized as an excellent choice for representing and processing semi-structured data. This article shows you how to use the Jena Semantic Web Toolkit to exploit RDF data models in your Java applications.

Community

Validating Input Xml Data Files

(Susan Abraham) In most Business Applications we frequently find that the input to a System would be in the form of Xml Data Files. This is particularly true with Modules of a Project that deal with Interoperability. These input files would require to be validated. The validation of an Xml input Fil