Using XHTML on an ASP page? - TechRepublic
General discussion
April 1, 2002 at 01:21 AM
irutgers

Using XHTML on an ASP page?

by irutgers . Updated 23 years, 7 months ago

XHTML Transitional , ASP (not .net) pages

Couple of quick questions:

1. I assume that one can use xhtml in an .asp page?
2. The particular page I am trying to convert has the following code that the w3c html validator doesn’t like and would appreciate your suggestions:

<%@ Language=JavaScript %> and similarly …
<%=GetTransText('IDS_Main_BMOInvestmentCentre')%>

The <% and %> are causing the w3c validator to spew out multiple errors such as “document instance must start with document element” and “character “<" is the first character of a delimiter but occurred as data" Thanks in advance for your help!

This discussion is locked

All Comments