• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

xsl code for displaying xml data ?

 
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I want to display value of description in the same format as it is in xml.
I am using xsl to display xml.Otherwise we use <xsl: value-of select="description" />. But in this case what I should use ?

pl help me.




<description>




Line Event Result Details Time

------------------------------------------------------------------------------
42 start run run A_Uitests 00:00:00
51 System Msg: --- set synchronization_timeout : 900000:00:00
55 System Msg: --- set delay_msec : 50000:00:00
56 System Msg: --- set cs_fail : 0 00:00:00
57 System Msg: --- set drop_sync_timeout : off00:00:00
207 property check pass Browser Main Window:class00:00:20
69 tl_step --- Step: Identification Type, Status: Pass, Description: Trading Partner Identification Type MyIdentification Type successfully created.00:00:44
663 stop run pass A_Uitests 00:00:49


-----------------------Error code 3049-----------------------



</description>



Priya
 
Priyadarshini Anand
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I got the solution , using <pre> we can display.

Thanks,
Priya
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic