confusing?
Sorry, the tag should have read...
see it is normal that how compiler understand that where is the " starting and ending ?
But the container's behaviour is different in the two examples. In the first example, the container sees the second double quote in the attribute value as closing the
string and then assumes what comes next is the next attribute. So I must make the inner quotes single quotes for it to be interpreted correctly.
But in the second example I gave, why doesn't the compiler or container see the second double quote as closing the string the way it did in the first example? This behaviour is documented somewhere, no?
John