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 must be missing something because I'm not finding any serializers that aren't tied to any given package. For example, I'm using Xerces to do my parsing through its implementation of the JAXP API. I'd also like to serialize a Document or two, but it appears that I now must tie my application into some particular implementation - that is to say, Xerces. Is there anyway I can get around this? -------------- Brion Swanson - West Group / Rochester, NY mailto:[EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
