Last post Mar 13, 2012 09:31 AM by waqaslam
None
0 Points
3 Posts
Aug 02, 2009 05:12 AM|amariano2|LINK
Hi,
I would like to set DOCTYPE and XML declaration on a mobile page.
But if I write DOCTYPE and XML tag on aspx page, they are not rendered.
aspx:
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.2//EN" "http://www.openmobilealliance.org/tech/DTD/xhtml-mobile12.dtd"> <mobile:Form ID="MyForm" Runat="server"> ... </mobile:Form>
rendered html:
<html> <head> <title>My page</title> </head> <body> .... </body> </html>
Any suggestion?
Thanks in advance.
DOCTYPE XML declaration html rendering
Member
1 Points
7 Posts
Mar 13, 2012 09:31 AM|waqaslam|LINK
have you found any solution to this?
None
0 Points
3 Posts
DOCTYPE/xml declaration and mobile page
Aug 02, 2009 05:12 AM|amariano2|LINK
Hi,
I would like to set DOCTYPE and XML declaration on a mobile page.
But if I write DOCTYPE and XML tag on aspx page, they are not rendered.
aspx:
rendered html:
Any suggestion?
Thanks in advance.
DOCTYPE XML declaration html rendering
Member
1 Points
7 Posts
Re: DOCTYPE/xml declaration and mobile page
Mar 13, 2012 09:31 AM|waqaslam|LINK
Hi,
have you found any solution to this?