OBML file format
Opera mini browser can save HTML pages in OBML (Opera Binary Markup Language) format for offline browsing. I am wondering if I can convert a HTML file to OBML format and save in my phone for later viewing.
For doing so, I need details about the OBML format, w开发者_JAVA百科hich seems to be undocumented. Do you know more details on this OBML format?
Thanks for your time.
I reverse-engineered several OBML format versions and wrote a Python OBML to HTML converter along with format documentation. Generating OBML files might be more difficult, however, as it requires an actual HTML layout engine (all OBML elements are pixel-positioned rects).
A working way to save/open OBML files on your PC
- http://java4me.blogspot.com/2008/01/opera-mini-as-pc-browser-big-screen.html
- http://my.opera.com/opera.mini/forums/topic.dml?id=234030
- Opera MicroEmulator
Nothing yet about OBML.
If the HTML is small in size you can simply upload the HTML to a file host or webspace, then access it using Opera mini then save it as OBML.
精彩评论