xsl-list
[Top] [All Lists]

[xsl] Table type output in text fromat in a xml file

2007-12-26 14:21:54
Hi All,

I have xml file as mentioned below. I want to use xsl to display it in text 
format. I want to present xml data in table in text format. Is that possible?

XML file

<test>
<testcase name=" test001" result="failed"  comment= "test failed"/>
<testcase name= "test001" result="failed" comment= "test failed" />
<testcase name= "test001" result="passed"  comment="test passed"/>
</test>

I want to display it in text format like that.

  Name    Result     Comment
  test001   failed      test failed
  test002   failed      test failed
  test003   passed   test passed


I appreciate your help

Rasha




      
____________________________________________________________________________________
Never miss a thing.  Make Yahoo your home page. 
http://www.yahoo.com/r/hs

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--