Weird.. < becomes </
Posted: Tue Feb 17, 2004 3:36 pm
This is a small piece of what i have in my script..
almost 300 lines of these, the only differance is that the output screws up my xml document.
300 lines and only those 2 lines makes the whole document go wild..
Did i miss something ?
almost 300 lines of these, the only differance is that the output screws up my xml document.
Code: Select all
$_xml .="\t<regi-aduero>91";$_xml .="\t</regi-aduero>\r\n";
$_xml .="\t<consol-courier-carga>5519";$_xml .="\t</consol-courier-carga>\r\n";As you might notice it has </ x2 beginning and end tag. </XML : OUTPUT ..
<puer-origen>USMIA </puer-origen>
<almac-depos>
<almac-aduero>7319 </almac-aduero>
</almac-depos>
</regi-aduero>91 </regi-aduero>
</consol-courier-carga>5519 </consol-courier-carga>
<fech-transac-operac>20031030 </fech-transac-operac>
300 lines and only those 2 lines makes the whole document go wild..
Did i miss something ?