[Mono-list] How often is the class status page updated?

Piers Haken piersh@friskit.com
Thu, 19 Jun 2003 13:38:50 -0700


> -----Original Message-----
> From: Ben Maurer [mailto:bmaurer@users.sourceforge.net]=20
> Sent: Wednesday, June 18, 2003 4:24 PM
> To: Piers Haken
> Cc: Paolo Molaro; mono-list@lists.ximian.com
> Subject: RE: [Mono-list] How often is the class status page updated?
>=20
<snip/>

> > Besides: your assumption that the HTML is smaller thatn the=20
> XML is in=20
> > correct. Check the sizes, there's much more information in the=20
> > corcompare-generated XML files than are presented in the HTML.
> Sometimes that is because we use elements rather than=20
> attributes, for example:
>=20
> <class>
> 	<name>Console</name>
> 	<members>
> 		...
> 	</members>
> </class>
>=20
> Can be made shorter by doing <class name=3D"Console">.

There are no (zero) instances where corcompare generates an element
where it could use an attribute.

>=20
> > Can you explain what "doubling back" means in the context=20
> of an XSTL=20
> > tranform?
>=20

There are no (zero) instances, in corcompare.xsl where all the children
have to be checked before an element can be produced.

Piers.