Re: [xsl] Normalizing space / XPTY0004

Subject: Re: [xsl] Normalizing space / XPTY0004
From: Syd Bauman <s.bauman@xxxxxxx>
Date: Tue, 30 Jul 2013 12:53:06 -0400
Is there some reason not to use

  <xsl:template match="Paragraph[@stylename = 'Body']">
    <xsl:apply-templates select="./TextRun/Text/@value"/>
  </xsl:template>

?
-- 
 Syd Bauman, EMT-Paramedic
 Senior XML Programmer/Analyst
 Northeastern University Women Writers Project
 Syd_Bauman@xxxxxxxxxxxxxxxx
 N.B.: New e-mail address is s.bauman@xxxxxxx

Current Thread