2

I have a webpage which content(single div and a lot of text with formatting) is splitted into several columns(30-40) by CSS3 ( through column-height and column-width)

Is there any way to get content of a specific column (the text inside that column)? Any language, framework or algorithm are welcome :)

TylerH
  • 20,799
  • 66
  • 75
  • 101
Mykhailo Gaidai
  • 3,130
  • 1
  • 21
  • 23

1 Answers1

0

The problem still remains unsolved. The best solution so far was jQuery + Columnizer plugin inside the WebView. Since columnizer wraps every column into the <div/>, the rest is simple parser work.

However, there is a geometrical(?) dependency between the size of the initial file and duration of columnizer work - beware of bottlenecks :)

Mykhailo Gaidai
  • 3,130
  • 1
  • 21
  • 23