Jörn Zaefferer schrieb: > Klaus Hartl schrieb: >> I found another little glitch with "&" characters in inline >> documentation. Unless you do not escape it as "&" the XML for the >> generated docs is ill-formed. But that means, that the inline >> documentatin is misleading, for example for the form plugin >> formSerialize method: >> >> "This method will return a string in the format: >> name1=value1&name2=value2" >> >> which should apparently read: >> >> "This method will return a string in the format: name1=value1&name2=value2" >> > I'd prefer a clean XML file, as that is the basis for the generated docs > that most look at.
Agreed. I just thought that the conversion from "&" to "&" should be done while generating that xml file... -- Klaus _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
