| <html> |
| <body> |
| <?state state=text,tag=body?> |
| <a href="<?state state=value,tag=a?>">test</a> |
| |
| <test test123=<?state state=value, tag=test, attr=test123, |
| attr_type=regular ?>> |
| |
| <?state state=text?> |
| |
| <body blah='<?state state=value, tag=body, attr=blah, attr_type=regular |
| ?>'> |
| |
| <style> |
| <?state in_css=true?> |
| </style> |
| <?state in_css=false?> |
| |
| <h1 onclick="<?state state=value, tag=h1, attr=onclick, attr_type=js, |
| in_js=true ?>" style="<?state in_css=true?>" <?state in_css=false?>> |
| <?state state=text, tag=h1?> |
| </h1> |
| |
| |
| </body> |
| </html> |