servo-php / fluidxml

FluidXML, the PHP library for manipulating XML with a concise and fluent API.
BSD 2-Clause "Simplified" License
458 stars 45 forks source link

Add support for LIBXML_NOEMPTYTAG for save() #15

Open hopfi2k opened 8 years ago

hopfi2k commented 8 years ago

Would be fantastic to see support for the LIBXML_NOEMPTYTAG flag for the save() and xml() export methods. Really missing this one ;-)

daniele-orlando commented 8 years ago

I was wondering whether to include or not this feature in a future release but I don't know any real usecase in which this feature could be really helpful.

Can you report here your usecase which could take benefit from implementing the LIBXML_NOEMPTYTAG flag?

Thank you.