Hi, I have implemented an URIResolver. This class is called without problems by xsl:imports, but not by document(). It's me or is it a known problem (I found nothing on the list archive)? Thank you in advance! Massimo
PS: XSL snippet with document(): <xsl:variable name="menufile" select="concat('menu_', /page/@locale, '.xml')"/> <table cellspacing="0" cellpadding="0" width="129" border="0"> <xsl:for-each select="document($menufile)/menu/element"> .....