-----------------------------------------------------------

New Message on BDOTNET

-----------------------------------------------------------
From: Kashypa78
Message 4 in Discussion

Hi ravi,   You got to know that XML is strict and its not like HTML.   What i mean by 
that is, in HTML you can leave away the tags without closing them. But in XML you need 
to close each and every tags.   Lets take your example: <htmlbody><table></htmlbody>   
Here the <table> tag is open. You have not closed that tag. Thats why you are getting 
problems.   There are two ways of closing the tags. 1. If the tag is an empty tag i.e 
it does not contain any text then you can close it like as shown below     <tab />     
e.g. the line break tag of HTML is used in an XML then you need to close it            
like this <br />   2. If the tag is not empty contains some text ( and may be some 
child elements)     then you close the same as shown below    <tag> some text </tag>   
  Hope this gives you the answer.   regards Lohith Aztec Software Blore   

-----------------------------------------------------------

To stop getting this e-mail, or change how often it arrives, go to your E-mail 
Settings.
http://groups.msn.com/BDOTNET/_emailsettings.msnw

Need help? If you've forgotten your password, please go to Passport Member Services.
http://groups.msn.com/_passportredir.msnw?ppmprop=help

For other questions or feedback, go to our Contact Us page.
http://groups.msn.com/contact

If you do not want to receive future e-mail from this MSN group, or if you received 
this message by mistake, please click the "Remove" link below. On the pre-addressed 
e-mail message that opens, simply click "Send". Your e-mail address will be deleted 
from this group's mailing list.
mailto:[EMAIL PROTECTED]

Reply via email to