Quote:
Originally Posted by sortie
Note:
If you include <script>blah</script> or <style>blah</style> it will return "blah" as text since this
is just a simple example for you.
|
Sortie, I think we all agree on that. What we're saying is, your script still has to mull past the code it isn't going to "interpret". Like, your script still "read" ALL of the code in order to jump from ">" to "<" and pick out the content specifically. Sure, it only outputs/saves the other stuff. However it still read the entire document.