On Wed, 18 Jan 2017 16:12:21 +0530, sidhu1f wrote: > Tried converting SXML to XML using sxml->xml function in (sxml simple) > module, but it cannot handle SXML '*COMMENT*' construct, among others. > Didn't find a conversion function in (saxml ssax) either. > > Is there an established way to convert SXML to XML? Else, is there an > effort to develop a convertor (ideally, ssax based) that one could > contribute to?
Solved my own problem. Only a minor modification to the (sxml simple) module is required to cleanly support the conversion of comments in SXML notation to XML. If anyone is interested, I'll be happy to share the patch. Regards sidhu1f
