[Home] [By Thread] [By Date] [Recent Entries]
> If this is passed to my XSLT sheet: > <p> </p> > > I want to perform something like..... > <xsl:if test="value of select <p> ==  " <p></p>> > > To produce: > <p></p> > Try: <xsl:template match="p[.=' ']"> <p/> </xsl:template> Mike Kay Software AG XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|

Cart



