The simpliest way: <taglib ... ><taglib ... ><taglib ... ><render xml=""/>
or <taglib ...><%-- --%><taglib ...><%-- --%><taglib ...><%-- --%><render xml=""/> On Tue, 2005-06-28 at 13:12 +0200, Jose María wrote: > Hi, I have a problem with the taglibs declaration, when the jsp is > processed generates n blank lines in the output but this is a problem if > I want to obtain only xml, for instance rdf. > > Anyone knows how to remove this blank lines in the jsp output? > > <taglib ...> > <taglib ...> > <taglib ...> > <render xml=""/> > > The output is the next one: > blank line > blank line > blank line > blank line > <?xml version..> > <../> > > This xml document is not valid because the xml declaration is not at the > start of document. > > Thank you in advance¡¡¡ > > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]