Another example: CD list in Word Format (RTF)


Output in Word via RTF is: this with style sheet as:

   <xsl:output method="text">
   {\rtf1\mac\deff18\deflang2057{\fonttbl{\f18\froman\fcharset0
   \fprq2 Palatino;}}{\stylesheet{\s15\widctlpar\b\f18\fs12\lang2057}
   {\s16\widctlpar\i\f18\fs10\lang2057}{\s17\widctlpar\f18\fs10\lang2057}}
   {\info{\title WORDCDTEST}{\author Prof Hopgood}}\paperw11880\paperh16819
   \margl720\margr720\margt864\margb720\widowctrl\ftnbj\aenddoc\hyphcaps0\fracwidth
   \fet0\sectd\sbknone\linex0\cols4\colsx432\endnhere
   <xsl:for-each select="cdlist/cd">
     \pard\plain\s15\widctlpar\b\f18\fs12\lang2057
     <xsl:value-of select="artist"/>
     \par\pard\plain\s16\widctlpar\i\f18\fs10\lang2057
     <xsl:value-of select="title"/>
     \par\pard\plain \s17\widctlpar\i\f18\fs10\lang2057
     <xsl:value-of select="label"/>
     <xsl:value-of select="catalog"/>
     <xsl:value-of select="time"/>
     <xsl:value-of select="filed"/>
     \par
   </xsl:for-each>
   \sect\sectd\pghsxn16820\linex0\endnhere}