java parse html + css and convert the output to different lang -


I need to understand HTML + CSS files and convert it into some things like RTF layout in Java now I understand I have been parsing html but what do I have to do there? How do I implement html-css converter? Is there some type of pattern or method for this type of job?

I do the following:

  • Applying XSLT to convert to an RTF using an XML library
  • Note: Although I did not find an XSL file for that conversion, but I'm sure there is one


    Comments

    Popular posts from this blog

    c++ - Linux and clipboard -

    What is expire header and how to achive them in ASP.NET and PHP? -

    sql server - How can I determine which of my SQL 2005 statistics are unused? -