Hi, Andy. Andy Hay <[EMAIL PROTECTED]> wrote on 2007-02-07 09:27:24 AM: > <xsl:template match="/WorkingDocument/Notes/Request" mode="build"> > <Request> > <xsl:copy-of select = "Message"/> > <xsl:copy-of select = "Action"/> > <xsl:copy-of select = "NPQuote"/> > ...... > Some manipulation of data in the Request node > ....... > </Request> > </xsl:template> > > The node /WorkingDocument/Notes/Request/NPQuote does not exist. Xalan > outputs a warning message "SystemId Unknown; Line #37; Column #37; > java.lang.NullPointerException" but does not throw an Exception. No node > after the completion of the previous line appears in the resulting XML. > > Is this now expected behaviour within a DOMSource transformation ?
No, this is not expected behaviour for DOMSource, however I was unable to reproduce the problem from your description of it. May I ask you to open a bug report in Jira supplying a complete stylesheet and input document, as well as any Java driver program necessary to reproduce the problem, so that we will be able to investigate further? Thanks, Henry ------------------------------------------------------------------ Henry Zongaro XSLT Processors Development IBM SWS Toronto Lab T/L 969-6044; Phone +1 905 413-6044 mailto:[EMAIL PROTECTED]