Posted: Thu Mar 30, 2006 10:24 am Post subject: Stylesheet
Centurion
Joined: 10 Oct 2002 Posts: 136 Location: California
I am using a Stylesheet to transform XML messages using XML transformation node. The input XML uses certain namespaces which are defined in the stylesheet. However for some reason the XML transformation node does not understand those namespaces. It gives me a error saying that java.lang.StringIndexOutOfBoundsException: String index out of range: -1. But using the same stylesheet I am able to transform message using Xalan. XML trace on the node is not showing anything to me. Has anybody seen this kind of behaviour?
Posted: Thu Mar 30, 2006 11:17 am Post subject: [Solved]
Centurion
Joined: 10 Oct 2002 Posts: 136 Location: California
This problem has been solved. It was more of a data problem. the input XML message did not have declaration at the top which is why XML transformation node couldn't possibly parse the XML correctly. But somehow Xalan did not complain about it but Broker did.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum