Hi all,
I have been trying the Sablotron parser both on command line
and using Steven Liu's PHP4 extension and seems to work smoothly.
However I had a problem when trying to convert XML to HTML with
empty tags like <br/> because those tags always get transformed
into an opening and a closing tag <br></br>. The resulting HTML
page thus doesn't render correctly in the browsers (two line breaks
instead of one).
Do you think this can be fixed. I would help if I could but I am no
C/C++ developer.
Regards,
Stefan Livieratos