[no subject]

Shouldn't
<xsl:template match="p">
   <xsl:value-of select="node()"/>
<xsl:template match/>
print out all the values theoretically?
I also tried putting them inside of <for-each> tag  with descendant-or-self::*
but still the same result.

Could anyone suggest a way to print the other two values?
I'd really appreciate it if you could please help.

Thank you.
-Jaebin

Current Thread