Hi all, I am trying to rewrite my pages in xhtml, but my store order tag will not validate properly. The problem area is highlighted in red. The validator says "character "<" is the first character of a delimiter but occurred as data." <form method="post" action="<!--#ystore_order id="product-id"-->"/> <input type="submit" value="Add to Cart"/> </form> If I try to change it, then the order button does not work properly. Any Ideas?