On Fri, 2005-07-29 at 16:34 -0400, Sean Mullan wrote:
> Make sure you set your factory to be namespace aware, i.e.
> 
> DocumentBuilderFactory fac =
>      DocumentBuilderFactory.newInstance();
> fac.setNamespaceAware(true);

I have made the factory namespace-aware, but the problem persists, as
much as i hate to say that. I have a better demonstration program now,
which has less dross, and cuts straighter to the poit.

If you are interested i can attach it to another mail. 

Other then the namespace-awareness, is there any other possible cause?
If i dump both documents into a file using a StreamResult, the files are
identical.

See you
Stefan

-- 
You can't run away forever,
But there's nothing wrong with getting a good head start.
           --- Jim Steinman, "Rock and Roll Dreams Come Through"
                   


Reply via email to