> I�m thinking about write a king of tag that give the > advantage to create a optimized file, that could help to > write conmfiguration files and other things like that. The > tag looks like this: > > <CreateFile type="CreateFile.conf"> > <layout> > <line>SmtpServerSPC=147.526.217</line> > <line>DataBaseServer=478.952.364</line> > <line>UserDB=edson</line> > <line>Password="gen13"</line> > <line>DomainName="http://www.my_service.com</line> > </layout> > </CreateFile> > > There�s something that make this job? Or is good ideia > create this tag?
Does <echo file="CreateFile.conf"> SmtpServerSPC=147.526.217 DataBaseServer=478.952.364 UserDB=edson Password="gen13" DomainName="http://www.my_service.com </echo> not do what you want? Jon
