Tag: JSON / JAVA / XML

Community

Putting ISBNs to Work

(Kendall Grant Clark) In this and next month’s column, I’m going to design and implement just such a tool in Python, isbn2lccn. More specifically, in this column I’ll look at ISBNs, including how we might use ISBNs in RDF, and consider some of the sources of bibliographic information available on th

Community

From XML to SMIL

(John E. Simpson) How do I create a SMIL text region using XML input? I am new to XSLT and SMIL, but I am attempting to create a SMIL presentation based on an XML document, using XSLT. Can anyone tell me how to take the text contained in my XML document, and output it to a region of my SMIL […]

Community

CSV to XML

(Dave Pawson) This is a bit of code to build an XML file from a CSV file. Its not unique, but I like it. It addresses the problems of embedded & or < characters, embedded quote marks, even line breaks within a field. I needed the latter since one of the files I play with derives from an HTML form […]