Are you absolutly positive about iframes not being available in strict XHTML? because I've got one working as we speak?
iFrame is valid XHTML 1 Transitional (and Frameset) but it is not available
in the Strict DTD (and probably won't be available in future recommendations
of XHTML). To embed a document in Strict, use the object element.
Something like:
<object data="foo.html" type="text/html" width="500" height="300"></object>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
??
Scott
*****************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
*****************************************************
