para ayudar a quien pueda ayudarme probe
Código HTML:
<script type="text/javascript>
document.write('<script type="text/javascript" src="'+document.location.protocol+'//wow.weather.com/weather/wow/module/'+wx_locID+'?config='+wx_config+'<?=$amp?>proto='+document.location.protocol+'<?=$amp?>target='+wx_targetDiv+'">');
</script>
</script>
es decir sacando el </script> afuera y me devuelve un solo error de validacion q es el siguiente...
Line 284, Column 225: document type does not allow element "script" here.
…otocol+'&target='+wx_targetDiv+'"
>');✉
The element named above was found in a context where it is not allowed. This could mean that you have incorrectly nested elements -- such as a "style" element in the "body" section instead of inside "head" -- or two elements that overlap (which is not allowed).
tb probre poniendo dentro del document.write cerrar con <\/script> y me lo toma bien pero me devuelve otra clase de errores...
Nosé tal vez simplemente intentar hacer esto es invalidado de cualquier manera y estoy perdiendo mi tiempo.