xsl-list
[Top] [All Lists]

OR expr with node sets

2005-10-18 01:59:10
Hi,

i want do something if node
dok/zonen/textsuche/jpk/jpk-titel/div/normfassungen exists 
                 or if node
dok/notindexed/jpk/jpk-titel/div/normfassungen exists

But the following xsl:if
<xsl:if test="dok/zonen/textsuche/jpk/jpk-titel/div/normfassungen |
dok/notindexed/jpk/jpk-titel/div/normfassungen">

produces
        java.lang.StringIndexOutOfBoundsException: String index out of
range: -6
using XALAN 2.6.0

What is wrong with the above "or" expr?

Regards,
Thomas.

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>