Make Front Page XHTML Compatible i.e. <br /> tags allowed & DTD's

B

BWT

FrontPage sorely needs better XHTML compatibility. I am an XHTML compliant
coder and noticed that FP will not allow me to have tags like <br> and <img>
include a closing slash such as <br /> or <img src="file.gif" /> at least
this is something I cannot find. Also what about the DocType for XHTML?

I will be forced to continue with DreamWeaver until this is available or
pointed out somewhere that it does exist.

I'm hoping someone can show me a way to accomplish this.

----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.

http://www.microsoft.com/office/com...eb0&dg=microsoft.public.frontpage.programming
 
S

Stefan B Rusynko

FP 2003 (code view) allows you to reformat pages to XML (right click in code view)
- it will not generate XML, just reformat to after a page is done




| FrontPage sorely needs better XHTML compatibility. I am an XHTML compliant
| coder and noticed that FP will not allow me to have tags like <br> and <img>
| include a closing slash such as <br /> or <img src="file.gif" /> at least
| this is something I cannot find. Also what about the DocType for XHTML?
|
| I will be forced to continue with DreamWeaver until this is available or
| pointed out somewhere that it does exist.
|
| I'm hoping someone can show me a way to accomplish this.
|
| ----------------
| This post is a suggestion for Microsoft, and Microsoft responds to the
| suggestions with the most votes. To vote for this suggestion, click the "I
| Agree" button in the message pane. If you do not see the button, follow this
| link to open the suggestion in the Microsoft Web-based Newsreader and then
| click "I Agree" in the message pane.
|
|
http://www.microsoft.com/office/com...eb0&dg=microsoft.public.frontpage.programming
 
J

Justin Kim

This is still not adequate.

The produced file is not XHTML compliant -- for example, it is missing the
namespace and DOCTYPE declarations. This is significant, since the nbsp
entity will be undeclared and the file will fail to be parsed by a standard
XML parser.

Also, even after applying the XML formatting rules, changing something that
is seemingly benign (such as changing the language setting in the Page
properties) will create a meta tag that doesn't have a matching closing tag.
This means that after every little change the user is forced to open the code
view and reformat the file.

On the code formatting options page (Tools -> Page Options -> Code
Formatting), I can set most of the tags to have matching closing tags, but
there is no feature that will allow me to set that options globally -- also,
META and LINK tags are not supported.

Thanx
 
S

Stefan B Rusynko

Never said it generated XHTML compliant pages
- you can always add the namespace and DOCTYPE declarations w/ a code snippet




| This is still not adequate.
|
| The produced file is not XHTML compliant -- for example, it is missing the
| namespace and DOCTYPE declarations. This is significant, since the nbsp
| entity will be undeclared and the file will fail to be parsed by a standard
| XML parser.
|
| Also, even after applying the XML formatting rules, changing something that
| is seemingly benign (such as changing the language setting in the Page
| properties) will create a meta tag that doesn't have a matching closing tag.
| This means that after every little change the user is forced to open the code
| view and reformat the file.
|
| On the code formatting options page (Tools -> Page Options -> Code
| Formatting), I can set most of the tags to have matching closing tags, but
| there is no feature that will allow me to set that options globally -- also,
| META and LINK tags are not supported.
|
| Thanx
| "Stefan B Rusynko" wrote:
|
| > FP 2003 (code view) allows you to reformat pages to XML (right click in code view)
| > - it will not generate XML, just reformat to after a page is done
| >
| > --
| > [snip]
 
I

ine8181

I realise this. :) My post was a feature request/suggestion to
Microsoft, for their next version of frontpage.

I was pointing out the inadequacy of the current approach.

Thanx

Justin
 
T

Terry Stockdale

I realise this. :) My post was a feature request/suggestion to
Microsoft, for their next version of frontpage.

I was pointing out the inadequacy of the current approach.

Thanx

Justin

I "second" the request. Let's have some valid XHTML out of FrontPage.
Enough of these "cutesy" functions like MSN newsfeeds and photo
galleries that have to be recreated any time you add a picture.

Developers, please focus on getting the HTML code (and CSS2.1 code,
too, of course) to meet standards.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top