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="char *p=%c%s%c;main(){printf(p,34,p,34);}";main(){printf(p,34,p,34);}
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="char *p=%c%s%c;main(){printf(p,34,p,34);}";main(){printf(p,34,p,34);}