Tag: JSON / JAVA / XML

Community

Opening Open Formats with XSLT

(Bob DuCharme) This month I’m taking a break from covering XSLT 2.0 to describe how the combination of XSLT 1.0 and an application with an open XML format solved a problem for me. I solved this problem so quickly and easily that it got me thinking about how the combination of XSLT 1.0 and the increa

Community

A survey of XML standards: Part 2

(Uche Ogbuji) The world of XML is vast and growing, with a huge variety of standards and technologies that interact in complex ways. It can be difficult for beginners to navigate the most important aspects of XML, and for users to keep track of new entries and changes in the space. Uche Ogbuji conti

Community

A Confusion of Styles

(John E. Simpson) I want two elements (QUESTION and ANSWER) to be declared in an external DTD. The QUESTION element’s data is to be displayed in red, and the ANSWER element’s data is to be displayed in green. For this, an external stylesheet needs to be used. How do I include the DTD in my HTML docu

Community

An Introduction to Schematron

(Eddie Robertsson) The Schematron schema language differs from most other XML schema languages in that it is a rule-based language that uses path expressions instead of grammars. This means that instead of creating a grammar for an XML document, a Schematron schema makes assertions applied to a spec

Community

XML Namespaces FAQ

(Ronald Bourret) The XML namespaces recommendation defines a way to distinguish between duplicate element type and attribute names. Such duplication might occur, for example, in an XSLT stylesheet or in a document that contains element types and attributes from two different DTDs. An XML namespac