<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>ProductCart Shopping Cart Software Forums : W3C Markup Validator Problems</title>
  <link>https://forum.productcart.com/</link>
  <description><![CDATA[This is an XML content feed of; ProductCart Shopping Cart Software Forums : Customizing BTO : W3C Markup Validator Problems]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 10 Apr 2026 17:12:04 +0000</pubDate>
  <lastBuildDate>Wed, 02 Jan 2013 17:07:35 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forum.productcart.com/RSS_post_feed.asp?TID=5385</WebWizForums:feedURL>
  <image>
   <title><![CDATA[ProductCart Shopping Cart Software Forums]]></title>
   <url>https://forum.productcart.com/forum_images/pc_logo_50.png</url>
   <link>https://forum.productcart.com/</link>
  </image>
  <item>
   <title><![CDATA[W3C Markup Validator Problems : Hi Brett,I see that a couple of...]]></title>
   <link>https://forum.productcart.com/w3c-markup-validator-problems_topic5385_post20611.html#20611</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=2">Guests</a><br /><strong>Subject:</strong> 5385<br /><strong>Posted:</strong> 02-January-2013 at 5:07pm<br /><br />Hi Brett,<div><br></div><div>I see that a couple of forward slashes were not escaped in the JS here. Try correcting this first and see if you get better results:</div><div><br></div><div><table width="99%"><tr><td><pre class="BBcode"></div><div><div><span ="Apple-tab-span" style="white-space:pre">		</span>doc.write('&lt;\/form&gt;');</div><div><span ="Apple-tab-span" style="white-space:pre">		</span>doc.write('&lt;\/div&gt;');</div><div></pre></td></tr></table></div></div>]]>
   </description>
   <pubDate>Wed, 02 Jan 2013 17:07:35 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/w3c-markup-validator-problems_topic5385_post20611.html#20611</guid>
  </item> 
  <item>
   <title><![CDATA[W3C Markup Validator Problems : I&amp;#039;m trying to validate all...]]></title>
   <link>https://forum.productcart.com/w3c-markup-validator-problems_topic5385_post20585.html#20585</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1159">Brett</a><br /><strong>Subject:</strong> 5385<br /><strong>Posted:</strong> 26-December-2012 at 9:45pm<br /><br />I'm trying to validate all of our store pages (ProductCart v4.1b SP 2) with the WC3 validator. I was able to complete validation on our home page, but am having trouble with the product configuration page. I tried to tell my boss that this validation stuff isn't important and it really is validated since these errors are within the javascript code, but he won't accept that as an answer. So I'm left trying to figure out how to fix this validation error.<br /><br />You can see the validator page here: <a href="http://validator.w3.org/check?uri=http%3A%2F%2Fwww.liftchair.com%2FInfinite-Positi&#111;n-Full-Sleeper-Lift-Chair-Deluxe-Opti&#111;n-Package-11p720.htm&charset=%28detect+automatically%29&doctype=Inline&group=0&user-agent=W3C_Validator%2F1.3" target="_blank" rel="nofollow">http://validator.w3.org/check?uri=http%3A%2F%2Fwww.liftchair.com%2FInfinite-Position-Full-Sleeper-Lift-Chair-Deluxe-Option-Package-11p720.htm&charset=%28detect+automatically%29&doctype=Inline&group=0&user-agent=W3C_Validator%2F1.3</a><br /><br />And the first error is as follows:<br /><br /><table width="99%"><tr><td><pre class="BBcode">Line 704, Column 20: end tag for "SCRIPT" omitted, but its declaration does not permit this<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;doc.write('&lt;/form&gt;');<br />✉<br />You forgot to close a tag, or<br />you used something inside this tag that was not allowed, and the validator is complaining that the tag should be closed before such content can be allowed.<br />The next message, "start tag was here" points to the particular instance of the tag in question); the positional indicator points to where the validator expected you to close the tag.</pre></td></tr></table><br /><br />Which happens to be this line, around 704 on the rendered page, and existing within pcWindowsViewPrd.asp on line 49:<br /><table width="99%"><tr><td><pre class="BBcode"><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;doc.write('&lt;input name="pcv_strCurrentUrl" type="hidden" value="' + pcv_jspCurrentUrl + '" \/&gt;');&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;doc.write('&lt;\/td&gt;&lt;\/tr&gt;&lt;tr&gt;&lt;td align="center"&gt;' + "Loading Product Images... If the images do not appear in 15 seconds &lt;input type='submit' name='Submit2' value='Click Here' id='submit2' class='submit2'&gt;." + '&lt;\/td&gt;&lt;\/tr&gt;&lt;\/table&gt;');<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;doc.write('&lt;/form&gt;');<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;doc.write('&lt;/div&gt;');<br /></pre></td></tr></table><br /><br />The validator says the script tag is not closed, but it is definitely closed further down the page on pcWindowsViewPrd.asp, so I'm wondering if there might be something else causing this error.<br /><br />Has anyone else managed to validate all of the ProductCart pages? If so, how did you deal with this error?]]>
   </description>
   <pubDate>Wed, 26 Dec 2012 21:45:20 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/w3c-markup-validator-problems_topic5385_post20585.html#20585</guid>
  </item> 
 </channel>
</rss>