Subject: RE: HOW XSLT WILL BE, WHEN XML2XML TRANSFORMATION
From: Marian Olteanu <mou_softwin@xxxxxxxxx>
Date: Sat, 4 Dec 2004 22:50:33 -0800 (PST)
|
> <xsl:template match="para/text()">
> <p><xsl:apply-templates/></p>
> </xsl:template>
IMHO, this template doesn't work. text() has no children to use xsl:apply-templates, but the real
problem is that you don't do anything with the string value of the node.
=====
Marian
http://www.utdallas.edu/~mgo031000/
__________________________________
Do you Yahoo!?
Yahoo! Mail - now with 250MB free storage. Learn more.
http://info.mail.yahoo.com/mail_250
|