Hi,
Wenn ich in dem Test-Code
<script type="text/javascript" src="./extern.js" /></script>
den Endtag </script> weglasse, wird extern.js nicht ausgeführt. Nach Beispielen aus Büchern (z.B. Steven M. Schafer: Web Standards) sollte es in XHTML aber ohne Endtag gehen. Was ist da falsch?
Du lässt vermutlich dein XHTML nicht als XML parsen, sondern als HTML Tag Soup.
MfG ChrisB
--
“Whoever best describes the problem is the person most likely to solve the problem.” [Dan Roam]
“Whoever best describes the problem is the person most likely to solve the problem.” [Dan Roam]