Nicole,

Try
      <maindata_name>
            Callnumber:<br/>
            Displayname:<br/>
            Conferenze:<br/>
      </maindata_name>

and instead of <xsl:value-of select="context/text/maindata_name"/>

use <xsl:copy-of select="context/text/maindata_name/node()"/>


Some folks on this list will gripe at you if you post non-Cocoon-specific
XSL questions, so you might want to try the Mulberry Tech XSL list for
future inquiries:
http://www.mulberrytech.com/xsl/xsl-list/

-Christopher




|---------+----------------------------->
|         |           "Seyfritz Nicole  |
|         |           (MPI/ADB)"        |
|         |           <[EMAIL PROTECTED]|
|         |           enovis.com>       |
|         |                             |
|         |           04/05/2004 06:06  |
|         |           AM                |
|         |           Please respond to |
|         |           users             |
|         |                             |
|---------+----------------------------->
  
>--------------------------------------------------------------------------------------------------------------|
  |                                                                                    
                          |
  |       To:       <[EMAIL PROTECTED]>                                                
                    |
  |       cc:                                                                          
                          |
  |       Subject:  Xsl layout problem                                                 
                          |
  
>--------------------------------------------------------------------------------------------------------------|




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