Hello,

i have a problem with line breaks in xsl. 

first a part of my xml file:
        <maindata_name>         
           Callnumber: 
           Displayname:
           Conferenze:
        
        </maindata_name>

and a prt of my xsl file:
               <TABLE width="100%" height=""> 
                  <BR/><BR/><BR/>
                  <TR>
                    <TD width="10%"/>
                     <TD width="50%" align="left">
                        <FONT size="+1" >
                           <xsl:value-of select="content/text/maindata_name"/>  
                        </FONT>
                     </TD>
                     <TD width="40%" align="left">
                        <xsl:value-of select="content/text/maindata_index"/>           
     
                     </TD>
                  </TR> 
              </TABLE>


i want to have a line break after callnumber: , after Displayname and after 
Conference.  But Callnumber,Dispalyname and Conferenze must be in one tag. 
How can i get there line breaks?


thanks

nicole seyfritz


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to