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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do you move up the tree???

Status
Not open for further replies.

Nithos

Programmer
Joined
May 8, 2003
Messages
9
Location
US
Ok <xsl:for-each> ... will move down the tree but is there anyway to go back up once you are at the bottom??

i.e
<mobile>
<car>
<manufacturer>
<model>
...
now im iterating through each model, now how do i gain access to the manufacturer???

Thank You
Martin

--Computable or not Computable that is not the question
char *p=&quot;char *p=%c%s%c;main(){printf(p,34,p,34);}&quot;;main(){printf(p,34,p,34);}
 


../manufacturer

or parent::manufacturer
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top