Re: [Pharo-dev] Getting some tag in an HTML file
Aug. 15, 2015
6:54 a.m.
Doru's suggestion of PP + islands is good and makes building complex parsers easy, but his toy example gives wrong results: <script> function end() { document.writeln('</script>'); } function start() { document.writeln('<script>'); } </script> or: <script> alert('hello'); // <script> alert('world') </script> or: <!--<script>alert('hello')</script>--> better to use one of the proper HTML parsers, at least if you need more correctness.
4003
Age (days ago)
4003
Last active (days ago)
0 comments
1 participants
participants (1)
-
monty