Swanson, Brion wrote:
I know that JAXP is a common API for parsing XML (that is, you can plug any compliant XML parser in without changing any code), but is there anything like that for serializing a Document?
I am probably wrong, but I believe that is an upcoming DOM level 3 feature. Is that right? Not sure.
Oh, wait, here it is: http://www.w3.org/TR/2001/WD-DOM-Level-3-ASLS-20010607/java-binding.html
But you're right, Xerces has it, but it's not 'standard.'
Bob
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
