DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7860>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7860

GregorSamsa.translate() NullPointerException





------- Additional Comments From [EMAIL PROTECTED]  2002-04-25 14:33 -------
There is one constraint that has been removed. XSLTC now supports 
the nodeset() function as an extension function or as a standard 
XPATH function. 

xmlns:xsltc-extension="http://xml.apache.org/xalan/xsltc";
  <!-- Use nodeset as XSLTC extension -->
  <xsl:value-of select="xsltc-extension:nodeset($rtf)/docelem/elem1"/>

  <!-- Use nodeset as standard function -->
  <xsl:value-of select="nodeset($rtf)/docelem/elem1"/>

Reply via email to