Closed GoogleCodeExporter closed 9 years ago
Should be easy to do once we agree on semantics...
Given a node <foo><bar/></foo>, what should the result of saving foo be? (pick
from either <foo><bar/> or <foo>)
Given a node <foo/>, what should the result of saving foo be? (pick from either
<foo> or <foo/>).
Original comment by arseny.k...@gmail.com
on 3 Jul 2012 at 3:11
I think that, for both your samples it should write the same:
open tag: <foo> , close tag: </foo>
To complete the API there also could be a possibility to write only children
nodes, but not necessarily, as it can be easily done with current api.
There can be a new function, or only flags for current print function.
Original comment by romgo...@gmail.com
on 5 Jul 2012 at 1:52
Since there is no demand for this I'm closing this with wontfix for now.
Original comment by arseny.k...@gmail.com
on 26 Oct 2014 at 9:11
Original issue reported on code.google.com by
romgo...@gmail.com
on 22 Jun 2012 at 8:01