| Subject: Re: [xsl] That's a wrap! From: "Martin Honnen martin.honnen@xxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx> Date: Thu, 4 Jan 2018 18:00:47 -0000 | 
That is, all the stuff I want wrapped is wrapped, but it's also repeated. I don't understand why
<xsl:apply-templates select="./node()[not(string-name|collab|etal)]"></xsl:apply-templates>
(and the many variations of the same I've tried) does not exclude those elements.
You rather want select="node() except (string-name, collab, etal)"
How do I exclude them? A bonus would be to know how to preserve the punctuation and spaces between the <string-name> (and <collab> and <etal>) elements.
| Current Thread | 
|---|
| 
 | 
| <- Previous | Index | Next -> | 
|---|---|---|
| [xsl] That's a wrap!, Charles O'Connor coc | Thread | Re: [xsl] That's a wrap!, Charles O'Connor coc | 
| [xsl] That's a wrap!, Charles O'Connor coc | Date | Re: [xsl] That's a wrap!, Christophe Marchand | 
| Month |