xsl-list
[Top] [All Lists]

Re: [xsl] Normalizing space / XPTY0004

2013-07-30 15:23:49


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 ./


--~------------------------------------------------------------------
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>
--~--

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