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:
Note: Although I did not find an XSL file for that conversion, but I'm sure there is one
Comments
Post a Comment