Re: Converting SXML to XML

2017-01-21 Thread sidhu1f
s)) -- 2.11.0 On Fri, 20 Jan 2017 03:07:20 +0530, amirou...@hypermove.net wrote: > > Yes please share the patch > > À jeu. janv. 19 20:27:35 2017 GMT+0100, sidhu1f a écrit : > > > > On Wed, 18 Jan 2017 16:12:21 +0530, > > sidhu1f wrote: > > > Tried

Re: Converting SXML to XML

2017-01-19 Thread amirouche
Yes please share the patch À jeu. janv. 19 20:27:35 2017 GMT+0100, sidhu1f a écrit : > > 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 '*COMM

Re: Converting SXML to XML

2017-01-19 Thread sidhu1f
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. > &g

Converting SXML to XML

2017-01-18 Thread sidhu1f
Greetings 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