[Visual-XSLT-discuss] how to indicate attribute
by Watts, Andrew C other posts by this author
Feb 6 2003 7:35PM messages near this date
view in the new Beta List Site
[Visual-XSLT-discuss] Entity declarations in XSL stylesheet
|
RE: [Visual-XSLT-discuss] how to indicate attribute
The first line returns to me the number of attributes,
but how do I specify their names & values without
explicitly naming them as in <xslt:value-of select= "@path"/>
<xslt:value-of select= "@[0]"/> // does not work - but
from what I read should point to the first attribute....
Thanks..Andrew
<xslt:for-each select ="defaults">
<xslt:value-of select= "count(@*)"/>
<xslt:value-of select= "@[0]"/>
_______________________________________________
Visual-XSLT-discuss mailing list
Visual-XSLT-discuss@[...].com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Thread:
Watts, Andrew C
Stuart Celarier
|