I am trying to parse an HTML document with the doctype declared to use
the transitional dtd as follows:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
When I do Builder.build on the document, I ...