Hi I'm having problems getting my Translet to process the xml file. The stylesheet compiles without problems but the transform throws an ArrayIndexOutOfBoundsException. I've successfully transformed other xml files with other Translets so the problem seems to lie in the xml file. I was wondering where the best place in the file/Translet to start investigating would be - are there any particularly common causes of this exception?
The stack trace is as follows: java.lang.ArrayIndexOutOfBoundsException java.lang.Throwable() java.lang.Exception() java.lang.RuntimeException() java.lang.IndexOutOfBoundsException() java.lang.ArrayIndexOutOfBoundsException() org.apache.xalan.xsltc.NodeIterator org.apache.xalan.xsltc.dom.DOMImpl$TypedAttributeIterator.setStartNode(int) org.apache.xalan.xsltc.NodeIterator org.apache.xalan.xsltc.dom.DOMImpl$TypedAttributeIterator.setStartNode(int) int org.apache.xalan.xsltc.dom.StepIterator.next() org.apache.xalan.xsltc.NodeIterator org.apache.xalan.xsltc.dom.DupFilterIterator.setStartNode(int) org.apache.xalan.xsltc.NodeIterator org.apache.xalan.xsltc.dom.AbsoluteIterator.setStartNode(int) org.apache.xalan.xsltc.NodeIterator org.apache.xalan.xsltc.dom.DupFilterIterator.setStartNode(int) void HTML_Generation.topLevel(org.apache.xalan.xsltc.DOM, org.apache.xalan.xsltc.NodeIterator, org.apache.xalan.xsltc.TransletOutputHandler) void HTML_Generation.transform(org.apache.xalan.xsltc.DOM, org.apache.xalan.xsltc.NodeIterator, org.apache.xalan.xsltc.TransletOutputHandler) void org.apache.xalan.xsltc.runtime.AbstractTranslet.transform(org.apache.xalan.xsltc.DOM, org.apache.xalan.xsltc.TransletOutputHandler) void tests.TransletTest.doTransform(org.apache.xalan.xsltc.Translet, org.apache.xalan.xsltc.dom.DOMImpl) void tests.TransletTest.main(java.lang.String []) (I could also supply the xsl/xml files) Any help would be appreciated. Thanks, Steve This e-mail is destined for the above mentioned recipient. In case you received this e-mail by accident, we would appreciate it if you could contact the sender and delete all copies stored on your computer. Please be aware that the security and confidentiality of electronic data transmitted by e-mail is not completely guaranteed and that data may be seen, copied, downloaded or changed by third persons during transmission. Atos accepts no liability for the security and confidentiality of data and documents sent by e-mail. Please make sure that all important messages will be confirmed in writing by means of a telefax or a letter.
