Tag: JSON / JAVA / XML

Community

XML Data Bindings in Python, Part 2

by Uche Ogbuji – In my last article I started a discussion of data bindings for Python with a close look at generateDS.py. This time I’ll look at another package, gnosis.xml.objectify from David Mertz’s Gnosis Utilities. Dave Kuhlman, developer of generateDS, has also written up a comparison of his

Community

Appending to XML with ASP

The third article in Michael Qualls’ series on using XML with ASP is here! This time around we check to see if the file already exists, and if it does, we append to it. Using this type of technique we’re actually creating a data construct similar to a database table.

Community

Saxon 7.6

New support for XQuery 1.0 as well as XSLT 2.0 and XPath 2.0. “The XQuery support has been implemented largely by writing an XQuery parser and generating the same internal interpretable code that is currently generated by the XSLT front end. Since there is very little functionality in XQuery that is

Community

Self-Enhancing Stylesheets

by Manfred Knobloch – Developing new stylesheets can be a chore. It would be nice if you could tell your stylesheet to trace which tags from the source document are not yet processed by xsl:template elements. And why not make your stylesheet write an xsl:template match skeleton for each unhandled ta