| 
 
Subject: [xsl] Generate a List From: Alice Ju-Hsuan Wei <ajwei@xxxxxxxxxxx> Date: Tue, 6 Nov 2007 18:57:19 -0500  | 
 <xsl:template match="head">
       <p>
          <xsl:apply-templates/>
       </p>
   </xsl:template><xsl:template match="list"> <xsl:value-of select="child::item"/> </xsl:template>
<head>Things to do</head> <list> <item>Wash the dog</item> <item>Take out the trash</item> <item>Check out books on XSLT</item> <item>Go to the bank</item> <item>Pay bills</item> </list>
| Current Thread | 
|---|
  | 
| <- Previous | Index | Next -> | 
|---|---|---|
| Re: [xsl] anyone know why the defau, Nick Fitzsimons | Thread | RE: [xsl] Generate a List, Scott Trenda | 
| Re: [xsl] DTD error, oryann9 | Date | RE: [xsl] Generate a List, Scott Trenda | 
| Month |