2009-03-16 Marek Habersack * AspGenerator.cs: when parsing nested tags (includes tags inside client-side javascript script blocks) pass the closing tag up to the containing parser. Instead of parsing the whole plain text contents, plus the two constructs we're interested in from it using regexs. This is necessary as we might be passed JavaScript code and without understanding its syntax we'll confuse the '<' character for the start of a tag. TagParsed now better handles