.BUG - net 1.1 framework XmlDocument.createProcessingInstruction()
XmlDocument doc = ...
doc.createProcessingInstruction(...);
My peers and I have discovered that in the 1.1 framework this method does not work. In 1.0 it worked, but not 1.1.
Does anyone have a work around, or anymore insight into this bug?
Thanks!