Tag: JSON / JAVA / XML

Community

XMLSpy just keeps getting better

(Ed Tittel) Those who’ve been following my XML tips for any length of time will recognize that I have a penchant for XML tools and that Altova’s XMLSpy keeps popping up among my very favorites at least once a year. That’s why I recently read about SQL Server Magazine’s selection of this excellent to

Community

Multi-stage XSLT scripts

(Rick Jelliffe) One of the old secrets of text processing used to be using multiple stages: a pipeline so that each stage did something clear and comprehensible. The programming language OmniMark actually built this notion in, first by having a three stage processor (text, SGML, ESIS) then by genera

Community

XPath Support in Browsers

(Nicholas C. Zakas) Because XML is used for so many kinds of data, it became necessary to create a means to locate data inside of XML code. The answer to this problem is XPath, which is a small language used specifically to locate a single node or multiple nodes that match a particular pattern.

Community

Dynamic SVG features for browsers

(Uche Ogbuji) Learn how to use dynamic features of Scalable Vector Graphics (SVG) to provide useful and attractive effects in your Web applications. SVG 1.1, an XML language for describing two-dimensional vector graphics, provides a practical and flexible graphics format in XML. Many SVG features pr

Community

Excel Export Component Using XSL

(Patrick.Alex) I have created an Excel Export component using XSL and XML which can produce very well formatted Excel files. This doesn’t require any Excel library to create Excel files without Charts and macros, but If you want charts or macros in the Excel then you have to have the Excel installed