The Artima Developer Community
Sponsored Link

Java Buzz Forum
Software: xmlenc

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Joe Shelby

Posts: 101
Nickname: acroyear
Registered: Jun, 2003

Joe Shelby is a senior software developer at ISX Corporation.
Software: xmlenc Posted: Jun 26, 2003 10:03 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Joe Shelby.
Original Post: Software: xmlenc
Feed Title: Joe's Java Jottings
Feed URL: http://www.blog-city.com/bc/
Feed Description: Notes, observations, and occasional other stuff on Java, with concentrations on Swing, XML, and the Semantic (Object) Web.
Latest Java Buzz Posts
Latest Java Buzz Posts by Joe Shelby
Latest Posts From Joe's Java Jottings

Advertisement
http://xmlenc.sourceforge.net/ Its kinda a reverse SAX. It allows you to write XML by writing methods like "startTag" as opposed to writing XML through DOM-like methods (whether DOM, JDOM, EXML, or ECS) that requires a sizeable amount of memory if the model is large enough. Not sure, just from looking at the javadocs, what its namespace support is; doesn't look like much, meaning you'd have to do the xmlns attributes on your own.

Read: Software: xmlenc

Topic: Fight evil with the Metrics Plug-in for Eclipse Previous Topic   Next Topic Topic: Second Generation IDEs

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use