vote up 0 vote down star

Hello all 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 ?

flag

39% accept rate
What do you mean? I only find this about "property language" and that is hardware/software interaction: thefreelibrary.com/IEEE+Approves+Property+Languag… 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 at 13:43
sorry in house language – unknown (google) Jun 21 at 14:20

1 Answer

vote up 1 vote down

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:

http://java-source.net/open-source/html-parsers

link|flag
as i asked , simple html is no problem , i need to understand somehow also css/css2 styleshite also – unknown (google) Jun 21 at 14:20

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.