|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] using XML elements as attributes in HTML
Hey, hopefully someone will be able to help me out here.
Say I have an XML file like this: <ans:color xmlns:ans="namespace_location"> green </ans:color> <ans:color xmlns:ans="namespace_location"> blue </ans:color> And I want to produce HTML like this:
<html>
<body>
<font color="green">
some text
</font>
<font color="blue">
some text
</font>
</body>
</html>I think I do something like this:
<xsl:for-each select="/">
<font color="{{/namespace_location}color}">
some text
</font>
</xsl:for-each>But it doesn't work! :'( I must be wrong on the syntax I think. Any help would be much appreciated. Thanks, Seby. -- Sebastian Krueger -- 205 Aro St, Aro Valley, Wellington, New Zealand -- Phone:+64 4 3844458 -- Mobile:+64 21 1781826
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








