|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: <xsl:value-of select="/ROW[$row]/@$col"/>
> This must come up a lot, but I can't find any references to it : > > A document structured like : > > <LIST> > <HEADINGS> > <ITEM NAME="ONE"/> > <ITEM NAME="TWO"/> > </HEADINGS> > <ROWS> > <ROW ONE="a" TWO="b"/> > <ROW ONE="x" TWO="y"/> > </ROWS> > </LIST> > It does come up occasionally, but not often, because most people choose not to mix data and metadata in this way. > <xsl:value-of select="/LIST/ROWS/ROW[$row]/@$col"> Try <xsl:value-of select="/LIST/ROWS/ROW[$row]/@*[name()=$col]"> Mike Kay XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
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








