> -----Original Message----- > From: Vojko Kercan @ Dhimahi [mailto:[EMAIL PROTECTED] >
Hi, > What is the method to call a specific child element...for example...I > want to call in XSL value of "root/h2" which is "value h2"? How is this > done? The following inserts the value of that element in the result tree: <xsl:value-of select="/root/h2" /> If your intention is to use what is an element value in the source tree as an attribute value in the result tree, something like the following can be used: <h2 val="{/root/h2}" /> HTH! Andreas --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]