juls_pro_37: XSLT 1.0 zwei Abfragen kombinieren

Beitrag lesen

Ist das so richtig?

<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:exsl="http://exslt.org/common" extension-element-prefixes="exsl">

und statt:

    <xsl:call-template name="process2">
      <xsl:with-param name="nodes" select="msxsl:node-set($tempdoc)"/>
    </xsl:call-template>
  </xsl:template>Quelltext hier

dies hier:


<xsl:call-template name="process2">
  <xsl:with-param name="nodes" select="exsl:node-set($tempdoc)"/>
</xsl:call-template>Quelltext hier

da kommt der Fehler:

Error on line 184 column 3 SXXP0003: Error reported by XML parser: The element type "xsl:template" must be terminated by the matching end-tag "</xsl:template>".