[xslt] document() function



When using
  <xsl:apply-templates select="document('abc.xml')"/>
and then, within one of the templates, using an expression like
  <xsl:value-of select="/*"/>
the selected value does not use the root node of
document 'abc.xml', but rather references the root node of
the context before the apply-templates was done.

Bill Brack
ABC QuickSilver





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]