SAXParseException: Expected end of tag 'link'

I’m trying to create a page for our Google mini search appliance that will render search results and advanced search features in a page that looks like the rest of our site. So, using the template file we created for our web site, I created an XSLT file in Dreamweaver and, having nothing else at hand, used WebAssist’s Dreamweaver Tools for Google to insert some code into the part of the template where we want the results et al. to display. When I try to preview the page in a browser from the DW code display, I get this:

SAXParseException: Expected end of tag ‘link’ (filename.xslt,line 48, column 3)

The only thing the code shows me in line 48 is this:

</head>

So I’m totally at a loss as to what the program is trying to tell me. There are two links in the template file at lines 10 and 12, links to stylesheets that format either the screen display or a printout. And neither of these stylesheets have links in them.

Do any of you kind folk know what’s going on here?

Thank you,

KM