diff --git a/Tools/AGSHtml.m b/Tools/AGSHtml.m
index 48b753b84..b0d1c4684 100644
--- a/Tools/AGSHtml.m
+++ b/Tools/AGSHtml.m
@@ -1877,7 +1877,7 @@ NSLog(@"Element '%@' not implemented", name); // FIXME
[buf appendString: @"
Conforms to:\n"];
while (node != nil && [[node name] isEqual: @"conform"] == YES)
{
- NSString *text = [[node childElement] content];
+ NSString *text = [[node children] content];
[buf appendString: indent];
[buf appendString: @""];