Yes that is essentially what I want to do. I want to take my xml file, and convert it into an html file.
My xml file will look like this:
<goal>
<player playerid="2"/>
<goaltime>10:12</goaltime>
</goal>
<teamroster>
<player playerid="2">
<firstname>mike</firstname>...
I have hopefully a simple question.
Can I reference an id attribute (ie: playerid) anywhere when converting an XML file into a displayed XSLT page?
For example I have a this code somewhere in my XML file:
<player playerid="2"/>
and somehwere else in the xml file I will have (and a complete...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.