Tag: JSON / JAVA / XML

Community

Editing XML with XSL and ASP

By Michael QuallsThis article is a follow up to the Saving HTML Form Data to XML article. If you have not read Saving HTML Form Data to XML, I suggest that you do so now. This article builds upon it. I have received pretty positive feedback on the Saving HTML Form Data to XML sample, but many pe

Community

Saving HTML Form Data to XML

By Michael QuallsUsually form submissions in ASP are written to some sort of database management system. However, if you need your form submission data to be more portable, it can be written to an XML file. This is especially useful when the data you are gathering on your Web site will be sent t

Community

Entities and XSLT

by Bob DuCharme In XML, entities are named units of storage. Their names are assigned and associated with storage units in a DTD's entity declarations. These units may be internal entities, whose contents are specified as a string in the entity declaration itself, or they may be external en

Community

Extensions to XSLT

by Leigh Dodds 2001 is certainly turning into an eventful year for the XML community. The new year began with the community-led development of RDDL (see Old Ghosts: XML Namespaces), and the past month has seen a lot of heated debate over the future directions of many core W3C specifications, in

Community

Implementation of XSLT 1.1

XSLT is a language to create so called "stylesheets" containing transformation rules for XML documents. A XSLT processor allows you to apply the stylesheet to a XML document. The transformed output document can be another XML document, a HTML document or any text document.