Subject: Re: Re: XSL to ODF/OOXML
From: Robert Koberg <rob@xxxxxxxxxx>
Date: Thu, 25 Oct 2007 14:32:09 -0400
|
On Thu, 2007-10-25 at 14:06 -0400, Steve wrote:
>
> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
> <html xmlns:msxsl="urn:schemas-microsoft-com:xslt">
> <head>
> <META http-equiv="Content-Type" content="text/html;
> charset=ISO-8859-15">
> <title>Database</title>
> <script src="../master/Global/prototype-1.6.0_rc0.js"></script>
You might need the script like <script>//</script>
> <link rel="stylesheet" media="print"
> href="../master/Global/print.css">
Maybe this was a typo, but you haven't closed the link...
best,
-Rob
> </head>
> <body>
> .... blah blah ....
> </body>
> </html>
|