concern, one way I would think of is to launch the xslt ant task
inside
> > a java call and fork it, so that u are able to then set ur classpath and
for
> > this task only (but looks to me u'll have to do it everywhere u want to
access
> > this parser and not the java o
: "Sebastien Blanc" <[EMAIL PROTECTED]>
To: "Ant Developers List" <[EMAIL PROTECTED]>
Sent: Thursday, March 20, 2003 7:16 PM
Subject: Re: xml parser and classloading
> did u try modifying ur ANT bootclasspath startup script to have ur legacy
> parser before th
I am currently having some troubles with the xslt/style task and I
experience some bug due to the XML parser (Xalan2 bundled with jdk1.4).
The XML parser included with jdk1.4 suffers from some bugs and it is a pain
to force another XML parser.
Has anyone investigated this issue and maybe allow a wa