Issue 11094: In chapter '7 Overview': (mtt-ftf) Source: TCS (Mr. Sreedhar Reddy, sreedhar.reddy@tcs.com) Nature: Uncategorized Issue Severity: Summary: Examples have incorrectly escaped template invocations E.g. [attributeToJava(c.attribute)] [operationToJava(allOperations(c))] // Constructor [c.name/]() { } } [/template] template invocations are not escaped properly. They should be [TableToDDL(t)/],[attributeToJava(c.attribute)/] and [operationToJava(allOperations(c))/] respectively. Resolution: Replace with the text below, [attributeToJava(c.attribute)/] [operationToJava(allOperations(c))/] // Constructor [c.name/]() { } } [/template] Revised Text: Actions taken: June 8, 2007: received issue January 15, 2008: closed issue Discussion: End of Annotations:===== s is issue # 11094 \ In chapter '7 Overview': Examples have incorrectly escaped template invocations E.g. [attributeToJava(c.attribute)] [operationToJava(allOperations(c))] // Constructor [c.name/]() { } } [/template] template invocations are not escaped properly. They should be [TableToDDL(t)/],[attributeToJava(c.attribute)/] and [operationToJava(allOperations(c))/] respectively.