I'm trying to get libxml to output xml without separate close-tags - I want
"<element attr="1" />" instead of the apparent default "<element
attr="1"></element>" - but can't seem to get it to happen. Tried using
xmlDocDumpFormatMemoryEnc(), and xmlSaveToBuffer()/xmlSaveDoc() with
XML_SAVE_NO_EMPTY, but both methods are outputting the second example above.
Any tips?
Thanks in advance,
--- Mark ---
_______________________________________________
xml mailing list, project page http://xmlsoft.org/
[email protected]
http://mail.gnome.org/mailman/listinfo/xml