Re: [xsl] Normalizing space / XPTY0004

Subject: Re: [xsl] Normalizing space / XPTY0004
From: "Imsieke, Gerrit, le-tex" <gerrit.imsieke@xxxxxxxxx>
Date: Tue, 30 Jul 2013 22:23:30 +0200
On 30.07.2013 22:14, Syd Bauman wrote:
Is there some reason not to use
   <xsl:template match="Paragraph[@stylename = 'Body']">
     <xsl:apply-templates select="./TextRun/Text/@value"/>
   </xsl:template>
?

Not that I can see ... though the "./" is redundant.

Right. Good point. I was just copying from the OP -- all I did was s/value-of/apply-templates/;. :-)


What led you to believe this was verboten?

Only that Gerrit and Michael had raised other solutions that, IMHO, seem a little less XSLT-ish. So I thought maybe there was some "gotcha" I had overlooked.

I think we did it with the same s// mindset that made you (and us) keep the ./


Current Thread