2

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 ?

2
  • 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)? Commented Jun 21, 2009 at 13:43
  • sorry in house language Commented Jun 21, 2009 at 14:20

1 Answer 1

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:

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

Sign up to request clarification or add additional context in comments.

1 Comment

as i asked , simple html is no problem , i need to understand somehow also css/css2 styleshite also

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.