Re: [castor-dev] XML: upgrading to SAX2

2003-02-23 Thread Eric Kow
Hi again, Now that you put it that way, i agree with you 97%. If we could restrict the way stuff went into the Handlers such that we *only* got ncName, and looked up prefixes in the Namespace(s|Support), that would be much cleaner and simpler approach, and would remove the need for painful stuff

[castor-dev] XML: upgrading to SAX2

2003-02-15 Thread Eric Kow
Hi list, I am currently working on upgrading Castor's XML handling to use SAX2 so that namespaces are handled cleanly and properly. (My real goal is do my real job which is soap stuff) My impression is that this is something i have to do myself, because the you folks do not believe it is a good