[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]
Re: [xml-dev] convert XML to HTML
- From: "Mukul Gandhi" <gandhi.mukul@gmail.com>
- To: "=?UTF-8?Q?Carlos_Narv=C3=A1ez?=" <crakup@gmail.com>
- Date: Sun, 21 Oct 2007 13:40:37 +0530
On 10/21/07, Mukul Gandhi <gandhi.mukul@gmail.com> 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
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]