This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: How can a template match elements created by xsl?????


ChivaBaba@aol.com wrote:
> The PROBLEM occurs, when I try to process this node-set by
 > a template that matches "tool". The template is ignored and
 > no tool is matched!!

First, out put a xsl:copy-of of the variable to see whether
it contains the value you expected.
Second, RTFs are tricky. Check whether you have a template
matching "/". In most cases, you are better off using
  select="xx:node-set($foo)/*"
rather than
  select="xx:node-set($foo)"
If this still doesn't fix your problem, check whether
you have set a default namespace for the style sheet.


J.Pietschmann


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]