Well..
IŽve just got it Working!

It all had to do with a line I commented in the DocumentBuilderFactory...

DocumentBuilderFactory dFactory = DocumentBuilderFactory.newInstance()
dFactory.setNamespaceAware( true );

uncommenting the setNamespaceAware line did the trick!

IŽm still not sure why.. but iŽll try to do a little more research and iŽll
keep the list updated!!!

Thanks J.Pietschman!!

A LOT!!!!


----- Original Message -----
From: "J.Pietschmann" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, June 05, 2002 9:13 PM
Subject: Re: wrong namespace??


> Esteban Gonzalez wrote:
> > This is taking foreveeeer!
> > So I created PDFGenerator.java ( just for testing... attached ) and did
the
> > transformation as J.Pietschmann pointed out...
>
> Interesting, the test program fails if Xalan 2.0.0 is in the
> classpath but works if Saxon 6.5.4 is substituted for Xalan.
> Seems like you have hit a Xalan bug. The 2.0.0 version
> is quite a bit outdated meanwhile, download the latest
> Xalan version from http://xml.apache.org/dist and see
> whether the problem goes away if you use it.
>
> J.Pietschmann
>


Reply via email to