the problem is that they are being converted, so they produce unknown tags like:
Code:
<ThatsMyXMLTag> text inside my tag </ThatsMyXMLTag>
produces in output temp html:
Code:
<ThatsMyXMLTag> text inside my tag </ThatsMyXMLTag>
and then web2lrf tries to convert that to lrf and nothing is displayed (at least that's what I think)
I saw in demo.html file that you put this into <code> tags, that's why I was trying this regex...
thanks!