Hi, It depends on situation but I think it must faster to use getContentAsSAX, DOM must use more memory. If will use content as stream it will be extra operation to parse it.
> Hi, > > i really wanna know what is faster to get the Content of an XMLResource, > just the plain text or by a w3c DOM. > > I'm asking cause i have to make a decission wether to implement the w3c.dom > Interface or to build my own XML-Constructors and Serialize Method. > > thanks > > stefan >
