Hi,

  Nothing blocking me (I use a namespace anyway), just felt I had
to report this.  When I run the following standalone query:

    xquery version "3.0";
    declare namespace xdmp = "http://marklogic.com/xdmp";;

    xdmp:xslt-eval(
      <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
                      version="2.0">
        <xsl:template name="main">
          <hello>World!</hello>
        </xsl:template>
      </xsl:stylesheet>,
      (),
      (),
      <options xmlns="xdmp:eval">
        <template>main</template>
      </options>)

I get the following error:

    [XSLT] XSLT-INITTEMPLATE: (err:XTDE0040) Starting template
    name not found: main

  Unless I missed something, I didn't see anything in the
documentation regarding this.

  Regards,

-- 
Florent Georges
http://fgeorges.org/
http://h2oconsulting.be/
_______________________________________________
General mailing list
[email protected]
http://developer.marklogic.com/mailman/listinfo/general

Reply via email to