Thread: web2lrf
View Single Post
Old 01-17-2008, 03:50 AM   #136
slav
Member
slav began at the beginning.
 
Posts: 16
Karma: 10
Join Date: Sep 2007
Device: PRS-500
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!
slav is offline   Reply With Quote