<text> This text is <bold>not</bold> italic</text>

wxdqz

New Member
Hi, I have something like that in an XML file and I'm trying to make and XSLto format that to html.I have two twmplates defined:<xsl:template match="text"><xsl:value-of select="text"></template>and<xsl:template match="bold"><b><xsl:value-of select="bold"></b></template>But it doesn't work, any tips, ideas or whatever you have to say is welcome.Don't really now how the apply-templates work.Thanx
 
Back
Top