Hi,

Is there a flag to tell libxml to print out  start and end tags  for empty
elements instead of   a single  start/end tag?

 When I write out my HTML document it is  printing

<div/>

Instead of 

<div></div>



Its causing me a problem  when there is badly formed HTML that has an extra
end tag. Safari and FireFox  both show correctly when they see this badly
formed html


<div></div>
</div>

But they don¹t work correctly when they see the same badly formed html, but
with a single start/end tag.
</div>
</div>
_______________________________________________
xml mailing list, project page  http://xmlsoft.org/
[email protected]
http://mail.gnome.org/mailman/listinfo/xml

Reply via email to