[xsl] outputing tags

Subject: [xsl] outputing tags
From: Sam Carleton <sam@xxxxxxxxxxxxxx>
Date: Sat, 4 Jan 2003 14:35:39 -0500
Folks,

How do I output some tags?  The xml looks like this:
                                                                                
<sometag>This is to be displayed<br/>This is a new                              
line<br/>And this is on a thrid line</sometag>                                  
                                                                                
Then I have a template like this:                                               
                                                                                
<xsl:template match="sometag">                                                  
        <b><xsl:apply-templates/></b>                                           
</xsl:template>                                                                 
                                                                                
How do I write a template that will output both of the                          
<br/>'s? so that it is displayed the right way?                                 
                                                                                
Sam

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread
  • [xsl] outputing tags
    • Sam Carleton - Sat, 4 Jan 2003 14:35:39 -0500 <=
      • <Possible follow-ups>
      • Chandra - - Sat, 04 Jan 2003 15:00:00 -0500
      • cknell - Sat, 04 Jan 2003 18:43:46 -0500
      • cknell - Sun, 05 Jan 2003 11:34:09 -0500