It was found that xsl:comment caused java.lang.NullPointerException when I tried to build in 64 bit unix system. No character can be added between <xsl:commen> and </xsl:comment>. If there is anything except space added in between, then the java.lang.NullPointerException error will be shown. However, it works fine when compiling under 32 bit unix system. Is there any work around so that I can add some comment? Thank you.
ellenz21@yahoo.ca wrote: > It was found that xsl:comment caused java.lang.NullPointerException > when I tried to build in 64 bit unix system. No character can be > added between <xsl:commen> and </xsl:comment>. If there is anything > except space added in between, then the java.lang.NullPointerException > error will be shown. However, it works fine when compiling under 32 > bit unix system. > > Is there any work around so that I can add some comment? This is microsoft.public.xsl so we deal with Microsoft XSLT processors like MSXML and XslCompiledTransform here. In case of a specific problem with some Java version of an XSLT processor I think you should look for a mailing list or forum dedicated to that processor. -- Martin Honnen --- MVP XML http://JavaScript.FAQTs.com/