|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Matching text nodes
Hola a Todos:
I'm trying to do a style sheet that matches text nodes as in :
<xsl:template match="text()" >
<xsl:value-of select="concat('[',.,']')"/>
</xsl:template>
nothing is matched, but when i do this in this way ( AFAIK this does the
same )
<xsl:template match="*/text()" >
<xsl:value-of select="concat('[',.,']')"/>
</xsl:template>
evrything is ok, i can understand why second works , but why first not ?
FYI i'm using Oracle 2.0.9 parser in W2k..
Saludos ,
Ignacio J. Ortega
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








