Hello Ingrid, > I looked into xsltforms.xsl and I think the problem stems from this snippet: > > <xsl:variable name="configdoc" > select="document(concat($xsltforms_home,'config.xsl'))/xsl:stylesheet/xsl:template[@name='config']"/> > > More specifically I suppose $xsltforms_home is not set correctly and I > can't figure out where and how to set it. $xsltforms_home is a global parameter with the empty string as default value. So, the config.xsl file has, by default, to be at the same location as the xsltforms.xsl file.
Hope it helps. -Alain ------------------------------------------------------------------------------ Precog is a next-generation analytics platform capable of advanced analytics on semi-structured data. The platform includes APIs for building apps and a phenomenal toolset for data science. Developers can use our toolset for easy data analysis & visualization. Get a free account! http://www2.precog.com/precogplatform/slashdotnewsletter _______________________________________________ Xsltforms-support mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/xsltforms-support
