Thank you very much for mentioning WAX (http://ociweb.com/wax) in the
podcast!

Dick said "If you want something a little better than writing Strings
out for simple XML output, check it out."

IMHO, WAX is *much* better than writing Strings because it provides
lots of error checking to insure that the XML it creates is well-
formed and it automatically escapes special characters (< > ' & ").

Also, there's no reason to restrict its use to "simple XML". The main
motivation for creating it was to support writing large, complicated
XML documents. Pretty much everything thing that is complicated about
XML is made easier by WAX. This includes outputting namespace
declarations, XML Schema references, processing instructions, and so
on.

It you're interested, check out the tutorial section at the URL above.
There's also a cheesy video introduction that is less than four
minutes.



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "The 
Java Posse" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/javaposse?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to