Tag: JSON / JAVA / XML

Community

Convert attributes with XSLT

Templates are useful for breaking stylesheets into small, manageable units. Another benefit of templates is that the processor selects the most appropriate one automatically, based on the matching condition. Most templates match on elements, but as Benoît Marchal demonstrates in this tip, a template

Community

Book Excerpt: XForms Essentials

by Micah Dubinko – If you work with forms, HTML, or XML information, “XForms Essentials” will provide you with a much simpler route to more sophisticated interactions with users. This sample chapter discusses real-world examples, host language issues, linking attributes, and more.

Community

Attributes in ContentHandler

by Brett McLaughlin – The one aspect of data processing with ContentHandler that the author didn’t cover in his last tip was attribute processing. While attributes are most commonly used for information transfer between an XML document and an XML processor, they also often contain valuable business