Nov 18, 2005 #1 Delameko Programmer Oct 14, 2003 37 GB How do you go about about displaying an id attribute? I'm doing a simple xsl thats going to output the name and the corresponding id so I can have list for easy reference.
How do you go about about displaying an id attribute? I'm doing a simple xsl thats going to output the name and the corresponding id so I can have list for easy reference.
Nov 18, 2005 1 #2 JontyMC Programmer Nov 26, 2001 1,276 GB http://www.w3schools.com/xsl/xsl_languages.asp To display the id attribute of the current node: Code: <xsl:value-of select="@id"/> Jon "I don't regret this, but I both rue and lament it. Upvote 0 Downvote
http://www.w3schools.com/xsl/xsl_languages.asp To display the id attribute of the current node: Code: <xsl:value-of select="@id"/> Jon "I don't regret this, but I both rue and lament it.
Nov 18, 2005 Thread starter #3 Delameko Programmer Oct 14, 2003 37 GB Talk about having an off day... I'm doing some of the more complex stuff now, but I can't remember the basics :-S Thanks, Jon, especially for not being insulting ;-) Upvote 0 Downvote
Talk about having an off day... I'm doing some of the more complex stuff now, but I can't remember the basics :-S Thanks, Jon, especially for not being insulting ;-)