Re: setExternalSchemaLocation and xs:import

2008-02-24 Thread Boris Kolpackov
Hi Daniel, Daniel Jackson [EMAIL PROTECTED] writes: In my code I use following line: parser-loadGrammar(the path to the schema, 1, false); That's what you need to do: parser-loadGrammar (schema.xsd, Grammar::SchemaGrammarType, true); parser-setFeature

Re: Things to do for 3.0.0

2008-02-24 Thread Gareth Reakes
That all looks great to me Boris. Thanks for driving this forward. I am happy to help on any of these tasks. Would anyone who can offer any help (anything from docs to code) please speak up. 3.0 has been a long while coming and it will be great when we finally get it out! If you want a

Please help me out in this function

2008-02-24 Thread Sree Harsha
/* this function loads an xml and divides the xml into smaller xmls of 4k size and processes it so that the memory consumption does not increase but when i parsed a xml file of 380MB size it consumed all the memory and ran out of memory.. i got a message in the notification area that i had run out