I am working on a project which involve HTML,CSS and Javascript only and in this I have to read the content of oracle doc for some class say "StringBuffer" and pick the definition part of that particular class which is displayyed in a div with CSS class "description" and to show the content of that div in popup at client browser.
Right now I am using YQL(Yahoo Query Language) for the above mentioned task and displaying the result in popup.
My Question is: Is there any other good/fast/optimized way to solve my problem mentioned above?
First I tried to display the oracle doc content in an IFrame and tried to read the content from iframe but after going through some posts I came to know that is not possible