Hi,
the problem is the "externdata.html" file,
there is a <script> tag from a Yahoo! Counter inside it,
just view the source of it,
note - this html file is included in the xml file,
and that this file must have a xml-conform syntax!
for example - this part:
|
Quellcode
|
1
|
<script language=javascript>
|
is not xml conform! in xml the value of every attribute must be quoted,
beside of this - the javascript will not work anyway
best regards,
Klaus