JAXP 1.4 in JDK 1.5? javax.xml.stream.FactoryFinder$ConfigurationError

hello,

i'm forced to develop in jdk 1.5 and need to use package javax.xml.stream (StAX), which is not included in jaxp1.3 (in jdk 5), so there is a need to somehow integrate jaxp 1.4 to jdk5.

first thing i've tried was getting jaxp 1.4 src and include a buildpath to my project to it. problem is, that javax.xml.stream.XMLOutputFactory.newInstance() throws exception javax.xml.stream.FactoryFinder$ConfigurationError: Provider com.sun.xml.internal.stream.XMLOutputFactoryImpl not found

thanks in advance

[530 byte] By [gizmo640a] at [2007-11-27 10:40:58]
# 1

problem solved

gizmo640a at 2007-7-28 19:09:59 > top of Java-index,Desktop,Deploying...