I am looking for a LaTeX package that does syntax highlighting on code. For example, right now I use the verbatim block to write code:
\begin{verbatim}
<html>
<head>
<title>Hello</title>
</head>
<body>Hello</body>
</html>
\end{verbatim}
And this works fine to display the code on my document. But, suppose I wanted to highlight the HTML markup the way an IDE would in the output document? Is there a package that could help?
I would like to do the same for various languages such as Java, C#, HTML, CSS and so on.

lstlisting. It does not highlight XML code at all and screws up when using foreign Unicode characters. JavaScript is not supported, too, as it seems. Can LGrind handle such things? – webjunkie Feb 4 '09 at 13:51