Hi Michael and Mukul, Actually, while I was developing the SCD parser, I came across this same problem that Mukul had. I was using these getURI() and declarePrefix() methods and I couldn't get the code working until I changed the input parameters into interened parameters, which I did without any underlying details about those methods as a result of a long trial and error process. But I guess this is not a very good characteristic of the API and instead we have to tell the programmers explicitly that when using such methods, they are supposed to pass interned parameters. WDYT? Thanks.
On 7/24/10, Mukul Gandhi <[email protected]> wrote: > On Sat, Jul 24, 2010 at 11:01 PM, Michael Glavassevich > <[email protected]> wrote: >> FYI: You missed one spot. I've just fixed it. > > oops :( > > I just noticed that. Thanks for the correction. > > > -- > Regards, > Mukul Gandhi > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Best Regards, Ishan Jayawardena. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
