Re: Closing empty elements with /> on the Start tag
Stephan Nagy <[email protected]> Fri, 09 Aug 2002 18:27:30 -0500
| Newsgroups | gmane.comp.jakarta.ecs.user |
|---|---|
| Message-ID | <065c01c23ffc$54d41990$6401a8c0@ATLANTIS> |
For xml documents it should change it to <start/> on html elements it would be <start> -stephan ----- Original Message ----- From: "O'Dell, Judy" <[email protected]> To: "'ECS Users List'" <[email protected]> Sent: Friday, August 09, 2002 9:11 AM Subject: RE: Closing empty elements with /> on the Start tag > Just curious - Does using the setNeedClosingTag(false); change (for example) > <start></start> into <start /> or just <start>? > > -----Original Message----- > From: Stephan Nagy [mailto:[email protected]] > Sent: Thursday, August 08, 2002 7:35 PM > To: ECS Users List > Subject: Re: Closing empty elements with /> on the Start tag > > > 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]> > > > > > -- > To unsubscribe, e-mail: <mailto:[email protected]> > For additional commands, e-mail: <mailto:[email protected]> > > -- > To unsubscribe, e-mail: <mailto:[email protected]> > For additional commands, e-mail: <mailto:[email protected]> >