When I add the string below to an array in PHP and output it,
$spineArray[$i]="<itemref idref='part-$i' linear='yes'/>";
It looks like this when outputted. Why is the closing tag automatically added and can I stop it? Thanks.
<itemref idref='part-$i' linear='yes'> </itemref>