xsl-list
[Top] [All Lists]

Re: how to replace <?Pub _hardspace?>

2003-08-08 12:50:25


<xsl:value-of select="normalize-space(.)"/>

If you use value-of you get the string value of the para element and all
nodes, elements or procesing instructions etc will never cause any
templates to be run.

In order for the template matching processing instructions to have any
effect you need to apply templates, so change that to
<xsl:apply-templates/>

David

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



<Prev in Thread] Current Thread [Next in Thread>