Place ignored elements together for consistency.
authorJonathan Pryor <jonpryor@vt.edu>
Thu, 2 Sep 2010 18:00:42 +0000 (14:00 -0400)
committerJonathan Pryor <jonpryor@vt.edu>
Thu, 2 Sep 2010 22:27:08 +0000 (18:27 -0400)
mcs/tools/mdoc/Resources/msitomsx.xsl

index 05b4fe551f4b4cc3c878b80d5eed40ddb073aec0..2e6d81e6d607e945358e70a1e19135f8f193a772 100644 (file)
 
   <xsl:template match="assembly" />
   <xsl:template match="authoring:changeHistory" />
-  <xsl:template match="authoring:relatedTopics" />
   <xsl:template match="authoring:clsCompliantAlternative" />
-  <xsl:template match="authoring:notesForImplementers" />
-  <xsl:template match="authoring:notesForCallers" />
   <xsl:template match="authoring:internalOnly" />
+  <xsl:template match="authoring:notesForCallers" />
+  <xsl:template match="authoring:notesForImplementers" />
+  <xsl:template match="authoring:overload" />
+  <xsl:template match="authoring:relatedTopics" />
 
   <xsl:template match="member">
     <!-- skip Overload: members, as these have no msxdoc equivalent. -->
     </exception>
   </xsl:template>
 
-  <xsl:template match="authoring:overload" />
-
   <xsl:template match="authoring:codeExample">
     <xsl:choose>
       <xsl:when test="count(authoring:legacy) &gt; 0">