P
Paul
HI! I am modifing a pearl template and Its in xhtml. I validate it at
w3c.org but there is one part that does not validate and I want to know what
I can do to make it validate and still work. The script and the error I get
is below. I tried removing the space between {= FROEACH missing_field =},
but it still does not validate.
Line 41 column 0: character data is not allowed here.
{= FOREACH missing_field =}Line 43 column 0: character data is not allowed
here.{= END =}*************** Pearl Part of the
Script**********************<td class="missing_main_cell"><h1
class="title">Missing Fields</h1>
<p>
The following fields were left blank in your submission form:
</p>
<ul>
{= FOREACH missing_field =}
<li>{= name =}</li>
{= END =}
</ul>
<p>
These fields must be filled in before you can successfully
submit the form.
</p>
<p>
Please use your back button to return to the form and
try again.</p>
<p> </p>
</td>
***********End of Pearl Script **************
Paul
w3c.org but there is one part that does not validate and I want to know what
I can do to make it validate and still work. The script and the error I get
is below. I tried removing the space between {= FROEACH missing_field =},
but it still does not validate.
Line 41 column 0: character data is not allowed here.
{= FOREACH missing_field =}Line 43 column 0: character data is not allowed
here.{= END =}*************** Pearl Part of the
Script**********************<td class="missing_main_cell"><h1
class="title">Missing Fields</h1>
<p>
The following fields were left blank in your submission form:
</p>
<ul>
{= FOREACH missing_field =}
<li>{= name =}</li>
{= END =}
</ul>
<p>
These fields must be filled in before you can successfully
submit the form.
</p>
<p>
Please use your back button to return to the form and
try again.</p>
<p> </p>
</td>
***********End of Pearl Script **************
Paul