Re: Closing empty elements with /> on the Start tag
Stephan Nagy <[email protected]> Thu, 08 Aug 2002 18:34:48 -0500
| Newsgroups | gmane.comp.jakarta.ecs.user |
|---|---|
| Message-ID | <05a801c23f34$2fdb0f90$6401a8c0@ATLANTIS> |
just call setNeedClosingTag(false); -stephan ----- Original Message ----- From: "Peter A. Cassetta" <[email protected]> To: <[email protected]> Sent: Thursday, August 08, 2002 11:30 AM Subject: Closing empty elements with /> on the Start tag > The XML being generated by ECS is quite bulky due to many unnecessary closing > tags. > > My file uses a lot of attribute-only tags: > > 1. <start attr1="value" attr2="value"/> > > When I output via ECS I get: > > 2. <start attr1="value" attr2="value"></start> > > Is there an easy way to have empty elements automatically closed by just > prepending "/" before closing the opening tag (as in "1" above)? > > Thanks. > > Pete Cassetta > > -- > To unsubscribe, e-mail: <mailto:[email protected]> > For additional commands, e-mail: <mailto:[email protected]> >