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]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
