Easily produce custom XML from Java code with validity checking and namespace support. Character stream and SAX event outputs are supported now. More can be added via a plug-in interface.
Be the first to post a text review of XML Output. Rate and review a project by clicking thumbs up or thumbs down in the right column.
XML Output facilitates the generation of XML from Java code. It validates the XML stream as it is produced (including namespaces) to ensure that any errors are caught early. The current release includes SAX Event and character stream output. Generating XML from Java code has never been easier. Just invoke the simple XML Output API methods to generate SAX events or a character stream of serialized XML. Say goodbye to XML output bugs. Automatic verification ensures that the XML is well formed - it even validates namespace prefixes. If you are considering generating XML from Java code you can not afford to be without this little utility. XML Output differs from existing utilities for generating XML in two ways: 1) It's API is designed to be as simple and focused as possible (XML Output tracks the current element context so you don't have to). 2) The XML output uses pluggable functionality so that new output methods can be built with minimal effort (Use XML Output to centralize your XML generation functionality).
Initial Release
Initial Release
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?