EDN Admin
Well-known member
hi,
i have a problem with end tag missing,
i m using xmlTextReader for reading a xml with while loop,
so how can i read a xml with end tag missing,
ex.
<?xml version="1.0"?>
<Notes>
<Family>
<Family>
</Family>
</Notes>
plz help me, if file is proper den its working fine but i have problem with family tag missing
there are two cases 1. remove family tag from programming in while loop xml reader,
2. end family tag through programming.
i have large files also...
thanks in adavance,
nil
View the full article
i have a problem with end tag missing,
i m using xmlTextReader for reading a xml with while loop,
so how can i read a xml with end tag missing,
ex.
<?xml version="1.0"?>
<Notes>
<Family>
<Family>
</Family>
</Notes>
plz help me, if file is proper den its working fine but i have problem with family tag missing
there are two cases 1. remove family tag from programming in while loop xml reader,
2. end family tag through programming.
i have large files also...
thanks in adavance,
nil
View the full article