<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>ASP.NET AJAX Discussion and Suggestions</title><link>http://forums.asp.net/1007.aspx</link><description>This forum is the place for ASP.NET AJAX 'getting started' questions, general questions that don't fit in one of the other forums about AJAX </description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Atlas and XHTML compliant?</title><link>http://forums.asp.net/thread/1392076.aspx</link><pubDate>Thu, 07 Sep 2006 10:29:49 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1392076</guid><dc:creator>CoolMints</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1392076.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1007&amp;PostID=1392076</wfw:commentRss><description>&lt;p&gt;I have attempted a solution which you can view in &lt;a href="http://forums.asp.net/thread/1391622.aspx"&gt;this post&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;&amp;nbsp;Regards,&lt;/p&gt;&lt;p&gt;&amp;nbsp;Ruben&lt;br /&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Atlas and XHTML compliant?</title><link>http://forums.asp.net/thread/1376759.aspx</link><pubDate>Mon, 21 Aug 2006 18:48:34 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1376759</guid><dc:creator>Edgardo</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1376759.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1007&amp;PostID=1376759</wfw:commentRss><description>&lt;BLOCKQUOTE&gt;&lt;div&gt;&lt;img src="/Themes/default/images/icon-quote.gif"&gt; &lt;strong&gt;ScottGu:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt; 
&lt;p&gt;I believe the next Atlas CTP will allow you to embed the generated markup as straight javascript instead of XML-script -- which would cause it to validate clean with any XHTML validator.&lt;/p&gt;
&lt;p&gt;Note that the markup today is technically XHTML compliant.&amp;nbsp; The issue is that the online validators aren't handling the case where you have a &amp;lt;script&amp;gt; tag with an unknown language element in it.&lt;/p&gt;
&lt;p&gt;Hope this helps,&lt;/p&gt;
&lt;p&gt;Scott&lt;/p&gt;
&lt;p&gt;&lt;/div&gt;&lt;/BLOCKQUOTE&gt;&lt;/p&gt;
&lt;p&gt;This is great, looking forward to try it :)&lt;/p&gt;
&lt;p&gt;&lt;BLOCKQUOTE&gt;&lt;div&gt;&lt;img src="/Themes/default/images/icon-quote.gif"&gt; &lt;strong&gt;Zifiglio:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt; &lt;/p&gt;
&lt;p&gt;hi, as scott suggested, wrapping up the markup xml contained within the xml-script block does the trick. For eg. The follow validates xhtml strict against the w3c validator found here : &lt;a href="http://validator.w3.org/"&gt;http://validator.w3.org&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;scott, is this something that will make it into atlas, that is wrapping up the markup within CDATA blocks :o &lt;/p&gt;&lt;pre class=coloredcode&gt;&lt;b id=1&gt;1    &lt;/b&gt;
&lt;b id=2&gt;2    &lt;/b&gt;&amp;lt;&lt;span class=tag&gt;!DOCTYPE&lt;/span&gt; html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"&amp;gt;
&lt;b id=3&gt;3    &lt;/b&gt;&amp;lt;&lt;span class=tag&gt;html&lt;/span&gt;&lt;span class=attr&gt; xmlns=&lt;/span&gt;&lt;span class=attrv&gt;"http://www.w3.org/1999/xhtml"&lt;/span&gt;&lt;span class=attr&gt; xml:lang=&lt;/span&gt;&lt;span class=attrv&gt;"en-US"&lt;/span&gt;&lt;span class=attr&gt; lang=&lt;/span&gt;&lt;span class=attrv&gt;"en-US"&lt;/span&gt;&amp;gt;
&lt;b id=4&gt;4    &lt;/b&gt;&amp;lt;&lt;span class=tag&gt;head&lt;/span&gt;&amp;gt;
&lt;b id=5&gt;5    &lt;/b&gt;&amp;lt;&lt;span class=tag&gt;meta&lt;/span&gt;&lt;span class=attr&gt; http-equiv=&lt;/span&gt;&lt;span class=attrv&gt;"Content-Type"&lt;/span&gt;&lt;span class=attr&gt; content=&lt;/span&gt;&lt;span class=attrv&gt;"text/html; charset=utf-8"&lt;/span&gt; /&amp;gt;
&lt;b id=6&gt;6    &lt;/b&gt;
&lt;b id=7&gt;7    &lt;/b&gt;&amp;lt;&lt;span class=tag&gt;meta&lt;/span&gt;&lt;span class=attr&gt; name=&lt;/span&gt;&lt;span class=attrv&gt;"keywords"&lt;/span&gt;&lt;span class=attr&gt; content=&lt;/span&gt;&lt;span class=attrv&gt;"Asp.net, AsyncUI.net"&lt;/span&gt; /&amp;gt;
&lt;b id=8&gt;8    &lt;/b&gt;
&lt;b id=9&gt;9    &lt;/b&gt;&amp;lt;&lt;span class=tag&gt;title&lt;/span&gt;&amp;gt;www.asyncui.net test page&amp;lt;/&lt;span class=tag&gt;title&lt;/span&gt;&amp;gt;
&lt;b id=10&gt;10   &lt;/b&gt;&amp;lt;/&lt;span class=tag&gt;head&lt;/span&gt;&amp;gt;
&lt;b id=11&gt;11   &lt;/b&gt;
&lt;b id=12&gt;12   &lt;/b&gt;&amp;lt;&lt;span class=tag&gt;body&lt;/span&gt;&amp;gt; 
&lt;b id=13&gt;13   &lt;/b&gt;&amp;lt;&lt;span class=tag&gt;script&lt;/span&gt;&lt;span class=attr&gt; type=&lt;/span&gt;&lt;span class=attrv&gt;"text/xml-script"&lt;/span&gt;&amp;gt;
&lt;b id=14&gt;14   &lt;/b&gt;// &amp;lt;&lt;span class=tag&gt;![CDATA[&lt;/span&gt;
&lt;b id=15&gt;15   &lt;/b&gt;&lt;span class=attr&gt;&lt;span class=attrv&gt;"http://schemas.microsoft.com/xml-script/2005"&lt;/span&gt;&amp;gt;
&lt;b id=16&gt;16   &lt;/b&gt;  &amp;lt;&lt;span class=tag&gt;components&lt;/span&gt; /&amp;gt;
&lt;b id=17&gt;17   &lt;/b&gt;&amp;lt;/&lt;span class=tag&gt;page&lt;/span&gt;&amp;gt;
&lt;b id=18&gt;18   &lt;/b&gt;// ]]&amp;gt;
&lt;b id=19&gt;19   &lt;/b&gt;&amp;lt;/&lt;span class=tag&gt;script&lt;/span&gt;&amp;gt;
&lt;b id=20&gt;20   &lt;/b&gt;&amp;lt;/&lt;span class=tag&gt;body&lt;/span&gt;&amp;gt;
&lt;b id=21&gt;21   &lt;/b&gt;&amp;lt;/&lt;span class=tag&gt;html&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/pre&gt;
&lt;p&gt;&amp;nbsp;&lt;/div&gt;&lt;/BLOCKQUOTE&gt;&lt;/p&gt;
&lt;p&gt;Already tried that with a Response filter, adding CDATA makes it pass the validator but Atlas no longer works.&lt;/p&gt;</description></item><item><title>Re: Atlas and XHTML compliant?</title><link>http://forums.asp.net/thread/1373279.aspx</link><pubDate>Thu, 17 Aug 2006 11:47:32 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1373279</guid><dc:creator>Zifiglio</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1373279.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1007&amp;PostID=1373279</wfw:commentRss><description>&lt;p&gt;hi, as scott suggested, wrapping up the markup xml contained within the xml-script block does the trick. For eg. The follow validates xhtml strict against the w3c validator found here : &lt;a href="http://validator.w3.org/"&gt;http://validator.w3.org&lt;/a&gt;&lt;/p&gt;

scott, is this something that will make it into atlas, that is wrapping up the markup within CDATA blocks :o

&lt;pre class=coloredcode&gt;&lt;b id=1&gt;1    &lt;/b&gt;
&lt;b id=2&gt;2    &lt;/b&gt;&amp;lt;&lt;span class=tag&gt;!DOCTYPE&lt;/span&gt; html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"&amp;gt;
&lt;b id=3&gt;3    &lt;/b&gt;&amp;lt;&lt;span class=tag&gt;html&lt;/span&gt;&lt;span class=attr&gt; xmlns=&lt;/span&gt;&lt;span class=attrv&gt;"http://www.w3.org/1999/xhtml"&lt;/span&gt;&lt;span class=attr&gt; xml:lang=&lt;/span&gt;&lt;span class=attrv&gt;"en-US"&lt;/span&gt;&lt;span class=attr&gt; lang=&lt;/span&gt;&lt;span class=attrv&gt;"en-US"&lt;/span&gt;&amp;gt;
&lt;b id=4&gt;4    &lt;/b&gt;&amp;lt;&lt;span class=tag&gt;head&lt;/span&gt;&amp;gt;
&lt;b id=5&gt;5    &lt;/b&gt;&amp;lt;&lt;span class=tag&gt;meta&lt;/span&gt;&lt;span class=attr&gt; http-equiv=&lt;/span&gt;&lt;span class=attrv&gt;"Content-Type"&lt;/span&gt;&lt;span class=attr&gt; content=&lt;/span&gt;&lt;span class=attrv&gt;"text/html; charset=utf-8"&lt;/span&gt; /&amp;gt;
&lt;b id=6&gt;6    &lt;/b&gt;
&lt;b id=7&gt;7    &lt;/b&gt;&amp;lt;&lt;span class=tag&gt;meta&lt;/span&gt;&lt;span class=attr&gt; name=&lt;/span&gt;&lt;span class=attrv&gt;"keywords"&lt;/span&gt;&lt;span class=attr&gt; content=&lt;/span&gt;&lt;span class=attrv&gt;"Asp.net, AsyncUI.net"&lt;/span&gt; /&amp;gt;
&lt;b id=8&gt;8    &lt;/b&gt;
&lt;b id=9&gt;9    &lt;/b&gt;&amp;lt;&lt;span class=tag&gt;title&lt;/span&gt;&amp;gt;www.asyncui.net test page&amp;lt;/&lt;span class=tag&gt;title&lt;/span&gt;&amp;gt;
&lt;b id=10&gt;10   &lt;/b&gt;&amp;lt;/&lt;span class=tag&gt;head&lt;/span&gt;&amp;gt;
&lt;b id=11&gt;11   &lt;/b&gt;
&lt;b id=12&gt;12   &lt;/b&gt;&amp;lt;&lt;span class=tag&gt;body&lt;/span&gt;&amp;gt; 
&lt;b id=13&gt;13   &lt;/b&gt;&amp;lt;&lt;span class=tag&gt;script&lt;/span&gt;&lt;span class=attr&gt; type=&lt;/span&gt;&lt;span class=attrv&gt;"text/xml-script"&lt;/span&gt;&amp;gt;
&lt;b id=14&gt;14   &lt;/b&gt;// &amp;lt;&lt;span class=tag&gt;![CDATA[&lt;/span&gt;
&lt;b id=15&gt;15   &lt;/b&gt;&lt;span class=attr&gt;&lt;span class=attrv&gt;"http://schemas.microsoft.com/xml-script/2005"&lt;/span&gt;&amp;gt;
&lt;b id=16&gt;16   &lt;/b&gt;  &amp;lt;&lt;span class=tag&gt;components&lt;/span&gt; /&amp;gt;
&lt;b id=17&gt;17   &lt;/b&gt;&amp;lt;/&lt;span class=tag&gt;page&lt;/span&gt;&amp;gt;
&lt;b id=18&gt;18   &lt;/b&gt;// ]]&amp;gt;
&lt;b id=19&gt;19   &lt;/b&gt;&amp;lt;/&lt;span class=tag&gt;script&lt;/span&gt;&amp;gt;
&lt;b id=20&gt;20   &lt;/b&gt;&amp;lt;/&lt;span class=tag&gt;body&lt;/span&gt;&amp;gt;
&lt;b id=21&gt;21   &lt;/b&gt;&amp;lt;/&lt;span class=tag&gt;html&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/pre&gt;&amp;nbsp;</description></item><item><title>Re: Atlas and XHTML compliant?</title><link>http://forums.asp.net/thread/1364837.aspx</link><pubDate>Tue, 08 Aug 2006 20:14:12 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1364837</guid><dc:creator>orphicfireball</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1364837.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1007&amp;PostID=1364837</wfw:commentRss><description>That would be great!&lt;br /&gt;&lt;br /&gt;I know all this extra effort to accomodate the W3 Validator is a little superfluous, and I understand that (especially when the markup is actually valid), but there are some other people who take that thing's results very seriously.&lt;br /&gt;&lt;br /&gt;I'm glad to see that attention is being given to this though.&amp;nbsp; I was just afraid that Atlas was too far a long to make that big of change.&lt;br /&gt;</description></item><item><title>Re: Atlas and XHTML compliant?</title><link>http://forums.asp.net/thread/1364742.aspx</link><pubDate>Tue, 08 Aug 2006 18:59:29 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1364742</guid><dc:creator>ScottGu</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1364742.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1007&amp;PostID=1364742</wfw:commentRss><description>&lt;p&gt;I believe the next Atlas CTP will allow you to embed the generated markup as straight javascript instead of XML-script -- which would cause it to validate clean with any XHTML validator.&lt;/p&gt;
&lt;p&gt;Note that the markup today is technically XHTML compliant.&amp;nbsp; The issue is that the online validators aren't handling the case where you have a &amp;lt;script&amp;gt; tag with an unknown language element in it.&lt;/p&gt;
&lt;p&gt;Hope this helps,&lt;/p&gt;
&lt;p&gt;Scott&lt;/p&gt;</description></item><item><title>Re: Atlas and XHTML compliant?</title><link>http://forums.asp.net/thread/1363348.aspx</link><pubDate>Mon, 07 Aug 2006 16:22:49 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1363348</guid><dc:creator>orphicfireball</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1363348.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1007&amp;PostID=1363348</wfw:commentRss><description>It's the same.&amp;nbsp; I tried a lot of things, but I couldn't really get it to work.&amp;nbsp; I thought that since the namespace is xmlns:script="http://schemas.microsoft.com/xml-script/2005" if I prefixed everything with "script", like &amp;lt;script:pageRequestManager...&amp;gt;.&amp;nbsp; It might validate better, but it didn't help.&lt;br /&gt;&lt;br /&gt;The only approach I can think of is sending a different page to the validator, but that really is cheating anyway.&amp;nbsp; I just wish this would validate, since I could get my pages to validate so nicely before.&amp;nbsp; It really seemed that asp.net got a lot better in this respect with asp.net 2.0, but now atlas seems a step backwards in compliance.&lt;br /&gt;</description></item><item><title>Re: Atlas and XHTML compliant?</title><link>http://forums.asp.net/thread/1362821.aspx</link><pubDate>Mon, 07 Aug 2006 06:47:44 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1362821</guid><dc:creator>DomenicDenicola</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1362821.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1007&amp;PostID=1362821</wfw:commentRss><description>How about the July CTP?&lt;br /&gt;</description></item><item><title>Re: Atlas and XHTML compliant?</title><link>http://forums.asp.net/thread/1331500.aspx</link><pubDate>Mon, 03 Jul 2006 21:22:24 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1331500</guid><dc:creator>orphicfireball</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1331500.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1007&amp;PostID=1331500</wfw:commentRss><description>No it is not, I'm trying to figure out how to workaround this same problem.</description></item><item><title>Re: Atlas and XHTML compliant?</title><link>http://forums.asp.net/thread/1331489.aspx</link><pubDate>Mon, 03 Jul 2006 21:01:10 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1331489</guid><dc:creator>DomenicDenicola</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1331489.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1007&amp;PostID=1331489</wfw:commentRss><description>Is this fixed in the June CTP?&lt;br /&gt;</description></item><item><title>Re: Atlas and XHTML compliant?</title><link>http://forums.asp.net/thread/1239629.aspx</link><pubDate>Tue, 28 Mar 2006 02:00:35 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1239629</guid><dc:creator>dotnetshadow</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1239629.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1007&amp;PostID=1239629</wfw:commentRss><description>&lt;p&gt;I tried wrapping CDATA and comments around the necessary tags, although this helped with validatiing against the W3C validator, a more serious problem occurred that when the comments or CDATA was included the actual ajax stopped funcitoning because it caused a script error since &lt;/p&gt;
&lt;p&gt;&amp;lt;script type="text/xml"&amp;gt; doesn't accept a CDATA tag or &amp;lt;!-- inside it, so that's another problem so not sure what else do to. The only thing I was able to do was to create a render method that will detect when it's w3c and insert the CDATA or &amp;lt;!-- comment tag else just keep it rendered the way it is. I'm not sure how else to fix this techincally as Scott said it is valid to have a script tag with stuff inside but W3C validator treats this as "normal" XHTML tags which is a problem&lt;/p&gt;
&lt;p&gt;Regards Dotnetshadow&lt;/p&gt;</description></item><item><title>Re: Atlas and XHTML compliant?</title><link>http://forums.asp.net/thread/1238369.aspx</link><pubDate>Mon, 27 Mar 2006 03:11:39 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1238369</guid><dc:creator>ZAiNT</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1238369.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1007&amp;PostID=1238369</wfw:commentRss><description>Will this be fixed in a coming release?&lt;br /&gt;</description></item><item><title>Re: Atlas and XHTML compliant?</title><link>http://forums.asp.net/thread/1236417.aspx</link><pubDate>Fri, 24 Mar 2006 07:14:34 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1236417</guid><dc:creator>dotnetshadow</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1236417.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1007&amp;PostID=1236417</wfw:commentRss><description>I'm not too sure what you mean since I'm new to XHTML could you give me an example of what you mean? Also the code is generated by microsoft when it renders the page do you mean override the render mode so that u can wrap a CDATA tag around the script tag?&lt;br /&gt;&lt;br /&gt;Regards Dotnetshadow&lt;br /&gt;</description></item><item><title>Re: Atlas and XHTML compliant?</title><link>http://forums.asp.net/thread/1236327.aspx</link><pubDate>Fri, 24 Mar 2006 04:50:25 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1236327</guid><dc:creator>ScottGu</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1236327.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1007&amp;PostID=1236327</wfw:commentRss><description>I haven't tried this, but I wonder if you could put CDATA sections in?&amp;nbsp; I think that is technically the XHTML way to wrap code in script blocks.</description></item><item><title>Re: Atlas and XHTML compliant?</title><link>http://forums.asp.net/thread/1236267.aspx</link><pubDate>Fri, 24 Mar 2006 03:23:32 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1236267</guid><dc:creator>dotnetshadow</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1236267.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1007&amp;PostID=1236267</wfw:commentRss><description>I think the solution here would be to able to inject comment tags so that w3c &lt;span id="gtbmisp_8"&gt;validator&lt;/span&gt; ignores this section&lt;br /&gt;&amp;lt;!--&lt;br /&gt;// --&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;script type="text/xml-script"&amp;gt;&lt;br /&gt;&amp;lt;!--&lt;br /&gt;&amp;lt;page xmlns:script="http://schemas.microsoft.com/xml-script/2005"&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;components&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;pageRequestManager id="_PageRequestManager" updatePanelIDs="ctl00$ContentPlaceHolder1$p1,ctl00$ContentPlaceHolder1$p2" asyncPostbackControlIDs="ctl00_ContentPlaceHolder1_DropDownList1" scriptManagerID="ctl00$ContentPlaceHolder1$s1" form="aspnetForm" /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;control id="ctl00_ContentPlaceHolder1_progress1" visibilityMode="Collapse"&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;bindings&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;binding dataContext="_PageRequestManager" dataPath="inPostBack" property="visible" /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/bindings&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/control&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;/components&amp;gt;&lt;br /&gt;&amp;lt;/page&amp;gt;&lt;br /&gt;// --&amp;gt;&lt;br /&gt;&amp;lt;/script&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;I tried this and it validates now how do I put the comments in mmmm,....&lt;br /&gt;&lt;br /&gt;Regards Dotnetshadow&lt;br /&gt;&lt;br /&gt;&lt;div id="gtbspellmenu_8"&gt;&lt;span&gt;validate&lt;/span&gt;&lt;br /&gt;&lt;span&gt;validity&lt;/span&gt;&lt;br /&gt;&lt;span&gt;validated&lt;/span&gt;&lt;br /&gt;&lt;span&gt;validates&lt;/span&gt;&lt;br /&gt;&lt;span&gt;gladiator&lt;/span&gt;&lt;br /&gt;&lt;span id="gtbspellmenu_edit_8"&gt;Edit...&lt;/span&gt;&lt;br /&gt;&lt;span id="gtbspellmenu_ignoreall_8"&gt;Ignore all&lt;/span&gt;&lt;br /&gt;&lt;span id="gtbspellmenu_dictadd_8"&gt;Add to dictionary&lt;/span&gt;&lt;/div&gt;</description></item><item><title>Re: Atlas and XHTML compliant?</title><link>http://forums.asp.net/thread/1236258.aspx</link><pubDate>Fri, 24 Mar 2006 03:09:16 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1236258</guid><dc:creator>dotnetshadow</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1236258.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1007&amp;PostID=1236258</wfw:commentRss><description>Thanks for replying scott,&lt;br /&gt;&lt;br /&gt;I realised it is technically XHTML valid but the problem is that when I try against the validator it fails ... so in terms of checking for validaiton what can be done? Does this mean we can't validate with an Atlas project? Anyone know of a good XHTML Validator tha can ignore javascript?&lt;br /&gt;&lt;br /&gt;Regards DotnetShadow&lt;br /&gt;</description></item></channel></rss>