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 ?
Asked
Active
Viewed 578 times
2
-
What do you mean? I only find this about "property language" and that is hardware/software interaction: http://www.thefreelibrary.com/IEEE+Approves+Property+Language+Standard+for+Verification+of+Complex+...-a0136645011 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 Jun 21 '09 at 13:43
-
sorry in house language – user63898 Jun 21 '09 at 14:20
1 Answers
2
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:

karim79
- 339,989
- 67
- 413
- 406
-
as i asked , simple html is no problem , i need to understand somehow also css/css2 styleshite also – user63898 Jun 21 '09 at 14:20