<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 5.50.4134.600" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Sorry if this is a novice question. Is there any 
benefit to using DOMBuilder over using PipedStreams to convert from JDOM to DOM 
and vice versa? I want to be as vendor neutral as possible and it seems to me 
that the various DOMBuilders&nbsp;are all parser-dependant. PipedStreams on the 
other hand, permit me to output the JDOM as XML using XMLOutputter and input as 
DOM via JAXP. </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>--Frank</FONT>&nbsp;</DIV></BODY></HTML>