Tag: JSON / JAVA / XML

Community

15 minute guide to XML

Extensible Markup Language (XML) is a W3C Recommendation for how to represent information in a text-based document. To give you an analogy: if Java is portable code, then, XML is portable data. XML is extensible (as it does not have any fixed set of tags); it makes use of markup (angled brac

Community

EXSLT Meets XPath

Dare Obasanjo combines his efforts from a previous article on EXSLT with those of Oleg Tkachenko’s article on creating multiple outputs from a single XSLT transformation to create a customer EXSLT library for the .NET Framework that includes support for EXSLT functions to regular XPath queries.

Community

XML Reflection for CORBA

(Steve Vinoski and Douglas C. Schmidt) Some programming languages, such as Java and Smalltalk, support reflection or introspection. This feature allows applications written in these languages to obtain information about objects and classes at runtime, typically using this information to perform dyna