Re: [xml-dev] convert XML to HTML
On 10/21/07, Mukul Gandhi <> wrote:
> <html>
> <head>
> <title/>
> <body>
> <!-- populate HTML -->
> </body>
> </head>
> </html>
sorry, this should be:
<html>
<head>
<title/>
</head>
<body>
<!-- populate HTML -->
</body>
</html>
--
Regards,
Mukul Gandhi