xsl-list
[Top] [All Lists]

RE: HOW XSLT WILL BE, WHEN XML2XML TRANSFORMATION

2004-12-04 23:50:33
<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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--