<xsl:template name="board-basis">
        <xsl:param name="boardBasis" />

 

        <xsl:variable name="mealPlan" select="http://www.cnblogs.com/http://www.cnblogs.com/../*:Segment/*:MealPlan" />

        <xsl:if test="$mealPlan != ''">
            <xsl:variable name="value">
                <xsl:value-of select="$mealPlan/text()" />
            </xsl:variable>

            <boardBasis>
                <xsl:value-of select="normalize-space($value)" />
            </boardBasis>
        </xsl:if>

     </xsl:template>

相关文章:

  • 2022-01-02
  • 2022-01-12
  • 2021-08-01
  • 2022-01-05
  • 2021-09-18
  • 2021-05-10
  • 2022-01-03
猜你喜欢
  • 2022-03-02
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-29
  • 2021-12-26
  • 2022-02-24
相关资源
相似解决方案