Not that I know of - this question should be asked on the jelly user list (commons-user, with subject [jelly]).
Perhaps setting prettyPrint="false" ? Aside from that, you may need to use something other than JSL. Regards, Brett On Wed, 17 Nov 2004 14:08:25 +0100, Mark Lowe <[EMAIL PROTECTED]> wrote: > I'm writting a plugin to generate codeguide project file (don't blame > me I don't use it).. > > It all works but code guide doesn't seem to dig the fact that that all > teh tags are closes. > > <tag /> > > is outputted as > > <tag></tag> > > and i need it to be > > <tag /> > > Any ideas? > > Mark > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
