Click to See Complete Forum and Search --> : new to xml missing start tags ?


fuzioneer
02-17-2010, 03:23 PM
I am generating my xml output using php, all works fine and an output is created but if any of the variables are empty then instead of doing what i thought would happen i.e. generate something like

<mytag></mytag>

instead it generates

</mytag>

can someone who is versed in xml give this newbie some guidelines lol ?