> > Hi Brett,
> >
> >      I tried your code fragment, but couldn't reproduce your error.  I
> > couldn't see anything obviously wrong, but my threshold for what is
> obvious
> > is probably higher than that of some of the others on this mailing list.
> >
> >      Could I ask you to try inserting the following lines in your
"catch"
> > clauses, and to let us know the results?  That should help pinpoint
where
> > things are going wrong.
> >
> >         System.out.println("msg:  "+e.getMessage());
> >         e.printStackTrace();

Oops... found it. It's not the string iterning (I misread the feature), it's
that later on I was using the xml-string property and it was croaking on
that. So here's my question:

Anyone got a realistic example of using either of the SAX-defined properties
(xml-string and dom-node)? I can't see the point of those, mostly because as
I look around, I never have to use them. Any help would be appreciated.

-Brett


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to