i need to find away to parse html and css layout to be able to transform it to to property language that understand simple html with inline css on each html element how i approach to such task ?
-
What do you mean? I only find this about "property language" and that is hardware/software interaction: thefreelibrary.com/… Also, languages are representations and don't understand anything themselves. There would have to be something that understands the language. What does understand mean for you (e.g. being able to render it)?weiqure– weiqure2009-06-21 13:43:37 +00:00Commented Jun 21, 2009 at 13:43
-
sorry in house languageuser63898– user638982009-06-21 14:20:04 +00:00Commented Jun 21, 2009 at 14:20
Add a comment
|
1 Answer
You need to read about DOM parsing using Java, with support for parsing HTML documents. One such example is Xerces.
Read more into Java HTML DOM parsing, also here is a pretty comprehensive list of available parsers:
1 Comment
user63898
as i asked , simple html is no problem , i need to understand somehow also css/css2 styleshite also