Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


New line in txt output

From: Zest4Quest@-----------.---------.---
To: NULL
Date: 3/9/2009 1:48:00 PM
Hi,
  I am creating an XSLt which would give a text out put to be displayed in a 
text box.
I am using stmts like the ones below.

Safety              
              <xsl:if test ="SideRails = 'true'">
                Siderails up / brakes on / bed low
              </xsl:if>
              <xsl:if test ="InChair = 'true'">
                ,In chair / brakes on
              </xsl:if>
              <xsl:if test ="CallBell = 'true'">
                ,Call bell within reach
              </xsl:if>

the ouput is given below
   Safety              
              
                Siderails up / brakes on / bed low
              
                ,In chair / brakes on
              
                ,In Restraint(see flowsheet)

what i infact want is the following out put

   Safety              
         Siderails up / brakes on / bed low , In chair / brakes on, In 
Restraint(see flowsheet)

i tried adding "\n" to the xslt where i wanted the text to start in a new 
line and it showed up as \n.

I am trying not to add all those  xsl stmts in one line.Is there a better way?
Thanks in advance..


transparent
Print
Mail
Like It
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent