XML Editor
Sign up for a WebBoard account Sign Up Keyword Search Search More Options... Options
Chat Rooms Chat Help Help News News Log in to WebBoard Log in Not Logged in
Show tree view Topic
Topic Page 1 2 3 4 5 6 7 8 9 Go to previous topicPrev TopicGo to next topicNext Topic
Postnext
benjamin yapSubject: complicated XML - XSLT help
Author: benjamin yap
Date: 10 Apr 2006 05:15 AM
hi,
i had problem converting xml below into HTML. I know how to interprete the second and third line of xml by using xsl below. However, if i wish insert the first line of the xml file into HTML table( mo companydetail) right before the street and and phone , how do i modify my xsl ?

Thousand thanks.


xsl
----

<html>
<body>
<h2>company list></h2>
<tr bgcolor="#green">
<th align="center">street</th>
<th align="center">phone</th>
</tr>


<xsl:for-each select="/saved/mo">
<tr>
<td>
<xsl:value-of select="attribute[@name='street']"/>
</td>
<td>
<xsl:value-of select="attribute[@name=phone]"/>
</td>


</tr>
</xsl:for-each>
</table>
</body>
</html>









xml
----

<saved>

<mo companydetail="US,code=1011,company=AVAD"/>
<attribute name="street">121</attribute>
<attribute name="phone">3478665</attribute>


<mo companydetail="JAPAN,code=161,company=BPC"/>
<attribute name="street">15675</attribute>
<attribute name="phone">233534</attribute>

</saved>

Postnext
Minollo I.Subject: complicated XML - XSLT help
Author: Minollo I.
Date: 10 Apr 2006 09:10 AM
<tr>
<td>
<xsl:value-of select="@companydetail"/>
</td>
<td>
<xsl:value-of select="attribute[@name='street']"/>
</td>
<td>
<xsl:value-of select="attribute[@name=phone]"/>
</td>
</tr>

Posttop
benjamin yapSubject: complicated XML - XSLT help
Author: benjamin yap
Date: 12 Apr 2006 03:33 AM
thanks man...its working!!!! :)

 
Topic Page 1 2 3 4 5 6 7 8 9 Go to previous topicPrev TopicGo to next topicNext Topic
Download A Free Trial of Stylus Studio 6 XML Professional Edition Today! Powered by Stylus Studio, the world's leading XML IDE for XML, XSLT, XQuery, XML Schema, DTD, XPath, WSDL, XHTML, SQL/XML, and XML Mapping!  
go

Log In Options

Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio® and DataDirect XQuery ™are from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2016 All Rights Reserved.