Take the following html and run it through prince. Notice the link does not work and you get weird hover text over the fake email address. I narrowed it down to the parenthesis on the phone number (512)-CALL-MKTG. Remove the parenthises and it works. I tried HTML encoding the parentheses but that didn't work either. I am using 6.0 rev 4. Any ideas? Workarounds?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<title>Untitled Page</title>
</head>
<body>
<p>Address Here Austin, TX 78732 (512)-CALL-MKTG qa@test.com <a href="http://www.cnn.com">http://www.cnn.com</a></p>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<title>Untitled Page</title>
</head>
<body>
<p>Address Here Austin, TX 78732 (512)-CALL-MKTG qa@test.com <a href="http://www.cnn.com">http://www.cnn.com</a></p>
</body>
</html>