hello.
I have created with the xsd.exe any classes from a huge xsd..
Then i load a my custom xmlreader
I would create a custom xmlreader for make some little adjustment on the fly like sax to some xml files of size around 4 / 5 gb.
The problem is that when i change an element on the fly in the custom xmlreader the next function that is triggered is the public override string NamespaceURI and any string i return in this function i get an error because the parser asks for an xmls= and i can't remove this xmls= that is proposed in all elements.
How i can eliminate this xmlns=?
thanks.
I have created with the xsd.exe any classes from a huge xsd..
Then i load a my custom xmlreader
I would create a custom xmlreader for make some little adjustment on the fly like sax to some xml files of size around 4 / 5 gb.
The problem is that when i change an element on the fly in the custom xmlreader the next function that is triggered is the public override string NamespaceURI and any string i return in this function i get an error because the parser asks for an xmls= and i can't remove this xmls= that is proposed in all elements.
How i can eliminate this xmlns=?
thanks.