![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
My question is, does the same apply to XHTML 1.0 Transitional? I develop sites using ASP.NET, which emits valid XHTML 1.0 Transitional, but not XHTML 1.0 Strict It should be possible to make .net extrude whatever code you want it to. It's a fairly crap tool if it doesn't. |
#3
| |||
| |||
|
|
On 20 Feb 2006 07:45:11 -0800, "Steve Pugh" <steve.grumpy (AT) gmail (DOT) com wrote: My question is, does the same apply to XHTML 1.0 Transitional? I develop sites using ASP.NET, which emits valid XHTML 1.0 Transitional, but not XHTML 1.0 Strict It should be possible to make .net extrude whatever code you want it to. It's a fairly crap tool if it doesn't. According to a colleague I spoke to at lunch today (well, actually he was doing most of the speaking), "fairly crap" is being kind. Apparently .net does the typical Microsoft trick of thinking it knows better than the developer, and spontaneously changes working files into non-working files. He was an exceedingly unhappy bunny. |
#4
| |||||
| |||||
|
|
In article <997kv1l0l9vedlnuf3cdnee99td4nf03r4 (AT) 4ax (DOT) com>, Stephen Poley sbpoleySpicedHamTrap (AT) xs4all (DOT) nl> writes On 20 Feb 2006 07:45:11 -0800, "Steve Pugh" <steve.grumpy (AT) gmail (DOT) com It should be possible to make .net extrude whatever code you want it to. It's a fairly crap tool if it doesn't. According to a colleague I spoke to at lunch today (well, actually he was doing most of the speaking), "fairly crap" is being kind. Apparently .net does the typical Microsoft trick of thinking it knows better than the developer, and spontaneously changes working files into non-working files. He was an exceedingly unhappy bunny. In that case, I suggest he learns a bit more about how to use it properly. The comment you have reported is inaccurate to say the least. The framework doesn't do anything with your files. If he hasn't written his files right in the first place, then you can't blame the framework for not being able to work with them. With extremely few exceptions, working files will carry on working. |
|
I'm assuming he's talking about upgrading from one version of the framework to another. |
|
If he's talking about going from ASP to ASP.NET, then he would be foolish in the extreme if he expected them to work. It's a totally different environment and barely compatible. |
|
I'm not saying ASP.NET isn't without issues, but this simply isn't one of them. It also depends on what version he's using. Any 1.x version is asking for trouble. |
|
Version 2.0 is a whole new world. It emits valid and accessible code for one thing!! -- |
#5
| |||
| |||
|
|
Of course the whole concept is bogus; but it's what's happening, so, bogus or not, we have little choice than to use it. Bogus in what way? |
#6
| ||||
| ||||
|
|
With extremely few exceptions, working files will carry on working. So there are exceptions then ... |
|
I'm assuming he's talking about upgrading from one version of the framework to another. Well, you know what they say about assumptions. |
|
If he's talking about going from ASP to ASP.NET, then he would be foolish in the extreme if he expected them to work. It's a totally different environment and barely compatible. No. The stuff was written for .NET. |
|
I'm not saying ASP.NET isn't without issues, but this simply isn't one of them. It also depends on what version he's using. Any 1.x version is asking for trouble. That's a pretty sudden bit of backtracking. We didn't go into details - it may have been 1.x. |
#7
| ||||
| ||||
|
|
Alan Silver wrote: |

|
Of course the whole concept is bogus; but it's what's happening, so, bogus or not, we have little choice than to use it. Bogus in what way? |
|
The Doctype states which language the document is authored in. |
|
|| hexadecimal EBB o-o decimal 3771 |
#8
| |||
| |||
|
|
Alan Silver wrote: |
|
Bogus in what way? As I said, I'm no expert on this, so would be grateful for any extra information you can provide. Unless I'm totally out of the loop here:- "bogus" means that IE doesn't support XHTML and doesn't plan to do it in the any near future: |
#9
| ||||
| ||||
|
|
Alan J. Flavell wrote: DOCTYPE sniffing isn't about HTML versus XHTML - it's about rendering in quirks mode versus standards mode. Right. An important notice though: DOCTYPE by itself is *nothing* whatsoever: |
|
At a deeper level, the supposition that the DOCTYPE even declares which "version" of HTML the author thought they were using, is fundamentally flawed. It did not! |
|
Until IE 6.0 DTD at the top of page was an equivalent of supporter sign on your jaket during the election campain. |
|
But it may affect significally on the page appearance for 60%-90% of your visitors. |
![]() |
| Thread Tools | |
| Display Modes | |
| |