« Return to Thread: minor XML question

minor XML question

by Normen Mueller :: Rate this Message:

Reply to Author | View in Thread

He,

    is it possible to serialize XML without additional closing elements?  For example, if val xml = <a><b/></a>, then the serialization is <a><b></b></a>, rather than <a><b/></a>.

Cheers,
  /nm

 « Return to Thread: minor XML question