Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

get the id value from <date id="20031105" >

Status
Not open for further replies.

zekmek

Programmer
Jun 12, 2003
44
0
0
PT
Hello everybody,

In my xml sheet i have:
<date id=&quot;20031105&quot; >
<test>
test
</test>
</date>

i have to retrive the id value from the date tag in my xsl ...

anybody knows how ?

thanks.
 
ok i've found out:
<xsl:value-of select=&quot;flightfares/request/begin/date/month/@id&quot;/>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top