> -----Original Message----- > From: Ben Maurer [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 18, 2003 4:24 PM > To: Piers Haken > Cc: Paolo Molaro; [EMAIL PROTECTED] > Subject: RE: [Mono-list] How often is the class status page updated? > <snip/>
> > Besides: your assumption that the HTML is smaller thatn the > XML is in > > correct. Check the sizes, there's much more information in the > > corcompare-generated XML files than are presented in the HTML. > Sometimes that is because we use elements rather than > attributes, for example: > > <class> > <name>Console</name> > <members> > ... > </members> > </class> > > Can be made shorter by doing <class name="Console">. There are no (zero) instances where corcompare generates an element where it could use an attribute. > > > Can you explain what "doubling back" means in the context > of an XSTL > > tranform? > There are no (zero) instances, in corcompare.xsl where all the children have to be checked before an element can be produced. Piers. _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
